Skip to content
View AmirhosseinHonardoust's full-sized avatar
:electron:
Debugging my life
:electron:
Debugging my life

Block or report AmirhosseinHonardoust

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Amirhossein Honardoust

Data Scientist • Machine Learning Engineer
I design data-centric, explainable, and interactive AI systems.

Repositories LinkedIn Email

github stats

Top Langs


Start here

If you only check a few repos, these show my “core themes” best:


What I do

  • Build end-to-end ML: problem framing → data → modeling → evaluation → deployment (Streamlit / FastAPI).
  • Focus areas:
    • Synthetic data & robustness (fidelity, coverage, privacy leakage, downstream ML utility)
    • Forecasting & decision tools (scenario simulation, interactive dashboards)
    • LLMs + RAG + hybrid systems (traceability, grounding, graphs)
    • Explainability & human-centered AI (SHAP, interpretability, “why” behind predictions)

Open to: interesting ML/DS roles and serious collaborations (product-y ML, data apps, applied research).


Tech snapshot

  • Languages: Python, SQL, MQL5, Solidity
  • ML/DL: PyTorch, TensorFlow/Keras, scikit-learn, XGBoost, LightGBM
  • Time series: ARIMA/SARIMA, Prophet, LSTMs, rolling windows
  • NLP: BERT, TF-IDF, classic ML (LogReg, Naive Bayes, SVM)
  • Apps/Services: Streamlit, FastAPI, Plotly, SQLite/SQLAlchemy
  • Explainability/analysis: SHAP, feature importance, evaluation frameworks, synthetic benchmarks

Navigation


Synthetic Data, Data Realism & Anomaly Detection

Generating realistic tables, probing data “authenticity”, and stress-testing models.

Top picks:

More in this cluster

Forecasting, Dashboards & Interactive ML

Treat forecasting and analytics as interactive tools, not static reports.

Top picks:

More in this cluster

LLMs, RAG & Hybrid AI Systems

Explainable, data-grounded LLM systems with retrieval & graphs.

Top picks:


Core ML, Deep Learning & Portfolio

Classic ML projects with clean structure and clear evaluation.

Top picks:

More in this cluster

Explainability & AI Philosophy

Code + essays about how we think about and interpret AI systems.

Top picks:

More in this cluster

Smart Contracts, Security & Risk Analytics

Applying ML & static analysis ideas to smart contracts and risk.


“AI is not just about models; it’s about systems that solve real problems for real people.”

Pinned Loading

  1. Fake-News-Detector Fake-News-Detector Public

    A complete NLP and Machine Learning project to detect fake and real news using TF-IDF and Logistic Regression. Includes full training pipeline, evaluation charts, and an interactive Streamlit web a…

    Python 53 4

  2. Image-Captioning-CNN-LSTM Image-Captioning-CNN-LSTM Public

    An end-to-end image captioning project using a CNN encoder (ResNet-50) and LSTM decoder in PyTorch. Includes vocabulary building, preprocessing, training with BLEU evaluation, and inference. Genera…

    Python 46

  3. Coffee-Shop-Profit-Predictor Coffee-Shop-Profit-Predictor Public

    Predict the profitability of potential coffee shop locations using SQL and Python. Combines data engineering with feature-rich regression modeling, visual analytics, and business insights to suppor…

    Python 42

  4. Stock-LSTM-Forecasting Stock-LSTM-Forecasting Public

    Predict stock prices using LSTM networks in PyTorch. This project covers data preprocessing, sliding window creation, model training with early stopping, and evaluation with RMSE/MAE/MAPE. Includes…

    Python 40

  5. Sentiment-Analysis-BERT Sentiment-Analysis-BERT Public

    End-to-end sentiment analysis of tweets using BERT. Includes preprocessing, training, and evaluation with classification reports, confusion matrices, ROC curves, and word clouds. Demonstrates fine-…

    Python 41

  6. Market-Basket-Analysis Market-Basket-Analysis Public

    Python project for Market Basket Analysis. Generates synthetic retail transactions, mines frequent itemsets using Apriori & FP-Growth, derives association rules, and outputs CSVs + visualizations. …

    Python 38