AbhiSaphire / MachineLearning-CourseraCourse-StanfordUniversity

This repo is for anyone who wants help in understanding and solving Andrew Ng's Coursera Course on Machine Learning Assignments and Quizes. (YEAR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MachineLearning-CourseraCourse-StanfordUniversity

This repo is for anyone who wants help in understanding and solving Andrew Ng's Coursera Course on Machine Learning Assignments and Quizes. All the answers provided in this repo are provided by me and don't have to be 100% correct.

Language used in Assignments is MATLAB

Course Objective

Machine learning is the science of getting computers to act without being explicitly programmed. In the past decade, machine learning has given us self-driving cars, practical speech recognition, effective web search, and a vastly improved understanding of the human genome. Machine learning is so pervasive today that you probably use it dozens of times a day without knowing it. Many researchers also think it is the best way to make progress towards human-level AI. In this class, you will learn about the most effective machine learning techniques, and gain practice implementing them and getting them to work for yourself. More importantly, you'll learn about not only the theoretical underpinnings of learning, but also gain the practical know-how needed to quickly and powerfully apply these techniques to new problems. Finally, you'll learn about some of Silicon Valley's best practices in innovation as it pertains to machine learning and AI.

This course provides a broad introduction to machine learning, datamining, and statistical pattern recognition. Topics include:

(i) Supervised learning (parametric/non-parametric algorithms, support vector machines, kernels, neural networks).

(ii) Unsupervised learning (clustering, dimensionality reduction, recommender systems, deep learning).

(iii) Best practices in machine learning (bias/variance theory; innovation process in machine learning and AI).

The course will also draw from numerous case studies and applications, so that you'll also learn how to apply learning algorithms to building smart robots (perception, control), text understanding (web search, anti-spam), computer vision, medical informatics, audio, database mining, and other areas.

Quick Access

Week 1 (Introduction and Linear Algebra)

Week 2 (Linear Regression and Octave/MATLAB)

Week 3 (Logistic Regression and Regularization)

Week 4 (Neural Networks : Representation)

Week 5 (Neural Networks : Learning)

Week 6 (Applying ML and ML System Design)

Week 7 (Support Vector Machines)

Week 8 (Unsupervised Learning and Dimentionality Reduction)

Week 9 (Anomaly Detection and Recommender Systems)

Week 10 (Large Scale Machine Learning)

Week 11 (Photo OCR Application)

Certification

About

This repo is for anyone who wants help in understanding and solving Andrew Ng's Coursera Course on Machine Learning Assignments and Quizes. (YEAR 2020)

License:MIT License


Languages

Language:MATLAB 100.0%