Skip to content

Latest commit

Β 

History

History
76 lines (63 loc) Β· 2.16 KB

File metadata and controls

76 lines (63 loc) Β· 2.16 KB

Machine Learning -(Course Notes & Projects)

Overview

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.

Course Details

  • 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)

Repository Structure

Machine-Learning-Andrew-Ng/
β”œβ”€β”€ Notes/
β”‚   β”œβ”€β”€ week1/
β”‚   β”œβ”€β”€ week2/
β”‚   β”œβ”€β”€ week3/
β”‚   β”œβ”€β”€ week4/
β”œβ”€β”€ Projects/
β”‚   β”œβ”€β”€ week1/
β”‚   β”œβ”€β”€ week2/
β”‚   β”œβ”€β”€ week3/
β”‚   β”œβ”€β”€ week4/
β”œβ”€β”€ Datasets/
β”‚   β”œβ”€β”€ week1/
β”‚   β”œβ”€β”€ week2/
β”œβ”€β”€ README.md

Weekly Progress

Week 1

Week 2

Week 3

  • Topic: Multi-class Classification, Regularization, and Logistic Regression Model
  • πŸ“„ Notes
  • πŸ“ Project

Week 4

  • Topic: Neural Networks and Deep Learning
  • πŸ“„ Notes
  • πŸ“ Project

How to Use This Repository

  1. Clone the repository:
   git clone https://github.com/Greninja44/Machine-learning.git
  1. Navigate to the repository directory:
   cd Machine-learning
  1. Explore the notes and projects for each topic.

Stay tuned for updates and more implementations as I progress through the course! πŸš€