buildfastwithai /
gen-ai-experiments
Collection of Jupyter notebooks is designed to provide you with a comprehensive guide to various AI tools and technologies
86/100 healthLoading repository data…
adilzubair / repository
A comprehensive collection of machine learning and deep learning projects covering computer vision, NLP, time series analysis, and more. Each project includes detailed Jupyter notebooks and Python scripts.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A comprehensive collection of machine learning and deep learning projects covering computer vision, NLP, time series analysis, and more. Each project includes detailed Jupyter notebooks and Python scripts.
mnist/movie-review-sentiment/tweet-sentiment-analysis/ny-stock-gru/sales-linear-regression/nlp-dl-fundamentals/transformers-in-depth/git clone <repository-url>
cd ml-implementation
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
jupyter notebook
Each project directory contains:
README.md - Detailed project documentation.ipynb - Jupyter notebooks with step-by-step implementation.py - Standalone Python scriptsrequirements.txt - Project-specific dependencies (where applicable)MNIST Digit Recognition:
cd mnist/model-training
python mnist_cnn.py # Train the CNN model
Run the Web App:
cd mnist/web-app
python -m http.server 8000
# Open http://localhost:8000 in your browser
ml-implementation/
├── mnist/ # Digit recognition project
│ ├── model-training/ # Model training scripts
│ └── web-app/ # Interactive web application
├── movie-review-sentiment/ # Movie review analysis
├── tweet-sentiment-analysis/ # Twitter sentiment analysis
├── ny-stock-gru/ # Stock price prediction
├── sales-linear-regression/ # Sales forecasting
│ ├── tv-sales/ # TV advertising analysis
│ └── combined/ # Multi-feature analysis
├── nlp-dl-fundamentals/ # NLP basics
│ └── word-embeddings/ # Word2Vec implementations
├── transformers-in-depth/ # Transformer architecture
├── requirements.txt # Root dependencies
├── LICENSE # MIT License
└── README.md # This file
Recommended order for beginners:
sales-linear-regression/ - Linear regression fundamentalsmnist/ - CNN and Dense networksnlp-dl-fundamentals/ - Text processing basicsmovie-review-sentiment/ or tweet-sentiment-analysis/ - LSTM networksny-stock-gru/ - GRU for temporal datatransformers-in-depth/ - Modern transformer architectureContributions are welcome! Please feel free to submit a Pull Request. For major changes:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.
For questions or suggestions, please open an issue on GitHub.
Happy Learning! 🚀
Selected from shared topics, language and repository description—not editorial ratings.
buildfastwithai /
Collection of Jupyter notebooks is designed to provide you with a comprehensive guide to various AI tools and technologies
86/100 healthCoenMeintjes /
A comprehensive collection of Jupyter Notebook templates for data science tasks, developed to improve workflow efficiency and cover a wide range of topics, including exploratory data analysis, hypothesis testing, regression models, and machine learning models.
61/100 healthleslie89757 /
🚀 A comprehensive LangGraph tutorial collection with hands-on Jupyter notebooks 一个全面的 LangGraph 教程项目,通过 Jupyter Notebook 形式展现,涵盖了 LangGraph 的所有核心概念和高级特性。专为开发者学习和实践而设计。
76/100 healthCuAuPro /
The Fuzzy-Predictive-Control repository is a comprehensive collection of Python Jupyter Notebooks that demonstrate the implementation of fuzzy modeling and predictive functional control techniques.
31/100 healthMorikashi /
A meticulously curated collection of hands-on Jupyter notebooks, designed to illuminate the comprehensive application of MLflow across a spectrum ranging from foundational Machine Learning principles to pioneering Generative AI paradigms.
67/100 healthmachinelearningzuu /
Welcome to the "LLM Notebooks" repository, dedicated to exploring and understanding the capabilities of Large Language Models (LLMs). This collection of Jupyter notebooks serves as a comprehensive resource for experimenting with state-of-the-art language models, including but not limited to OpenAI's GPT-3.5.
31/100 health