spacetelescope /
mast_notebooks
A curated collection of Jupyter Notebooks, brought to you by the team at MAST.
68/100 healthLoading repository data…
AbhinavKumar0000 / repository
A curated collection of Jupyter Notebooks on Machine Learning. Covers fundamentals, Computer Vision (CNNs, Transformers), NLP, and Tabular data using TensorFlow and PyTorch. Perfect for learners and practitioners looking for hands-on examples and clear implementations of key algorithms
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.
Welcome! This repository is a dedicated space for all things Machine Learning, from fundamental concepts and algorithms to practical implementations using popular frameworks like TensorFlow and PyTorch. Each project is contained within a Jupyter Notebook, providing a clear and executable guide.
Core concepts that form the building blocks of modern deep learning.
My_nn.ipynb: A hands-on implementation of a simple neural network from scratch to understand the foundational mechanics of forward and backward propagation.Dropout_regularization_ann.ipynb: Demonstrates how to implement and apply Dropout, a powerful regularization technique, to prevent overfitting in Artificial Neural Networks (ANNs).Notebooks focused on tasks involving image data, from basic classification to advanced transformer architectures.
Image_classification.ipynb: An introductory notebook on building a model for a general image classification task.imageclassification_usingCNN.ipynb: A detailed walkthrough of creating a Convolutional Neural Network (CNN) to classify images, explaining key layers like Conv2D and MaxPooling2D.Number_identifier.ipynb: A classic project to identify handwritten digits from the MNIST dataset.Number_identifier_byANN&CNN.ipynb: A comparative study showing the performance difference between a simple ANN and a CNN on the digit recognition task.CNN_Transfer_learning.ipynb: Implements Transfer Learning by leveraging pre-trained models (like VGG16 or ResNet) to achieve high accuracy on a new task with limited data.Data_Agumentation_toprevent_overfitting.ipynb: Explores various Data Augmentation techniques (rotation, zoom, flips) to artificially expand the training dataset and improve model generalization.Vision_transformer_Image_classification.ipynb: An implementation of a Vision Transformer (ViT), an architecture that applies the transformer model, originally from NLP, to image classification.Swin_Transformer.ipynb: Explores the Swin Transformer, an advanced and efficient hierarchical vision transformer model.plant_disease_classification.ipynb: A practical application of CNNs to build a system that can identify common diseases in plants from leaf images.crop_desease.ipynb: A similar project focused on diagnosing diseases in agricultural crops, showcasing the real-world impact of computer vision.Applying machine learning models to structured, spreadsheet-like data.
custormer_churn_predicition.ipynb: A complete project to predict customer churn. This notebook covers data preprocessing, feature engineering, and model building for a common business problem.customer_churn_pred2_practice.ipynb: A follow-up or alternative approach to the churn prediction problem, possibly exploring different models or techniques.Working with and understanding text data.
text_classification.ipynb: A project on classifying text into predefined categories, such as sentiment analysis (positive/negative) or topic identification.Building efficient and scalable data input pipelines using TensorFlow's tools.
tf_data_pipline.ipynb: An introduction to the tf.data API, showing how to build fast and memory-efficient data pipelines from various sources.tf_pipeline_Optimization.ipynb: Focuses on advanced optimization techniques for tf.data pipelines, such as caching, prefetching, and parallel processing, to eliminate CPU bottlenecks during model training.Get this repository up and running on your local machine.
Clone the repository:
git clone [https://github.com/AbhinavKumar0000/Machine_learning](https://github.com/AbhinavKumar0000/Machine_learning)
cd Comprehensive-Machine-Learning
Create and activate a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install the required packages:
pip install -r requirements.txt
Navigate to the project folder of your choice and launch JupyterLab:
jupyter lab
Selected from shared topics, language and repository description—not editorial ratings.
spacetelescope /
A curated collection of Jupyter Notebooks, brought to you by the team at MAST.
68/100 healthMy_homebrewed_NOTEBOOKS is a GitHub repository that houses a collection of personal notebooks derived from various sources, including Kaggle and Jupyter Notebooks. This repository serves as a curated collection of notebooks created and customized by the repository owner, providing a valuable resource for learning and exploring different topics.
46/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 healthsimtsc /
This repository contains a curated collection of Jupyter Notebook best practices.
21/100 healthCazzy-Aporbo /
A curated collection of Jupyter Notebooks showcasing Python basics, data extraction pipelines, and reproducible experiments with clear documentation.🌌
47/100 healthyoussef-omarrr /
A curated learning roadmap and course collection for mastering machine learning, deep learning, and reinforcement learning. This repository compiles high-quality courses alongside their projects, study notes, Jupyter notebooks, and experimental results.
71/100 health