Welcome to my repository for the Machine Learning course by Andrew Ng and also my extra learnings. This repository contains detailed notes, personal projects, and implementations of key concepts covered in the course.
- Instructor: Andrew Ng
- Platform: Coursera / Stanford Online
- Topics Covered:
- Supervised Learning (Linear Regression, Logistic Regression, Neural Networks)
- Unsupervised Learning (Clustering, Dimensionality Reduction)
- Optimization Algorithms (Gradient Descent, Backpropagation)
- Model Evaluation and Selection
- Regularization and Overfitting
- Support Vector Machines and Anomaly Detection
- Advanced ML Techniques (Deep Learning, Reinforcement Learning, Ensemble Methods)
Machine-Learning-Andrew-Ng/
├── Notes/
│ ├── week1/
│ ├── week2/
│ ├── week3/
│ ├── week4/
├── Projects/
│ ├── week1/
│ ├── week2/
│ ├── week3/
│ ├── week4/
├── Datasets/
│ ├── week1/
│ ├── week2/
├── README.md
- Clone the repository:
git clone https://github.com/Greninja44/Machine-learning.git- Navigate to the repository directory:
cd Machine-learning- Explore the notes and projects for each topic.
Stay tuned for updates and more implementations as I progress through the course! 🚀