An open API service indexing awesome lists of open source software.

https://github.com/manasapuellela/ai-ml-experiments

A collection of small AI/ML experiments, data analyses, and model prototypes.
https://github.com/manasapuellela/ai-ml-experiments

ai data-science deep-learning embeddings huggingface jupyter-notebook machine-learning nlp python pytorch semantic-search sklearn

Last synced: 3 months ago
JSON representation

A collection of small AI/ML experiments, data analyses, and model prototypes.

Awesome Lists containing this project

README

          

# 🧠 AI & ML Experiments

A collection of small, focused **AI/ML experiments**, notebooks, and prototypes built using Python.
The goal of this repository is to demonstrate clear thinking, clean implementation, and end-to-end problem solving β€” from data exploration to model evaluation.

---

## πŸ“ Project Structure
This repository contains:

- `notebooks/` β†’ Data exploration, ML experiments, LLM demos
- `data/` β†’ Small sample datasets (non-sensitive)
- `src/` β†’ Python scripts for reusable functions
- `models/` β†’ Saved models (only small ones, not large weights)
- `reports/` β†’ Visualizations, metrics, observations

---

## πŸ”¬ What’s Inside
- Classical ML: classification, regression, clustering
- Feature engineering workflows
- Model training & evaluation
- Simple neural network experiments
- Basic LLM tasks (embeddings, text classification, prompts)
- Real-world style documentation & explainability

---

## πŸ›  Tech Used
- Python
- Pandas, NumPy
- scikit-learn
- Matplotlib / Seaborn
- PyTorch (basic)
- Hugging Face (LLM experiments)

---

## 🎯 Goal
To show:
- How I think about problems
- How I write clean, modular Python
- How I experiment with AI/ML ideas
- How I document insights clearly