Skip to content

Coursera Programming Exercises from Week 2 to Week 9. Please do not copy the code directly from the website. Try it on your own and solve it.

License

Notifications You must be signed in to change notification settings

aja512/ML-Stanford-University

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

View Coursera-Machine-Learning-Andrew-NG on File Exchange

ML-Stanford-University

This is my solution to all the programming assignments of Machine-Learning (Coursera) taught by Andrew Ng. After completing this course you will get a broad idea of Machine learning algorithms.This is a repository of my coursera Machine Learning by Standford, Andrew NG course's assignments' solution This is all written in matlab. The datasets are also uploaded with the excercises

Includes:

  • Linear Regression (one variable and multiple variables)
  • Logistic Regression
  • Regularization
  • Neural networks
  • Support Vector Machine
  • Clustering
  • Dimensionality Reduction
  • Anomaly Detection
  • Recommender System

Contents

  • Solution to the programming quiz
  • Instruction PDF

Octave

Octave is a high level (open source) programming language similar to Matlab.

Stanford Honor Code

"We strongly encourage students to form study groups, and discuss the lecture videos (including in-video questions). We also encourage you to get together with friends to watch the videos together as a group. However, the answers that you submit for the review questions should be your own work. For the programming exercises, you are welcome to discuss them with other students, discuss specific algorithms, properties of algorithms, etc.; we ask only that you not look at any source code written by a different student, nor show your solution code to other students."

            .
          .MM
         .MMMM                MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
         MM   M                 I     MZDDDM,    7DNDDMN     M8DDDM     ?     ZM8DD
         M    M                 ?     MZD88M.    7DDDDMN     M88DDM     +     $M8D8
        M7    M+                I     M$DDNM,    7DNDNMN     M8NNNM     =     $MODN
        M    ?M?                I     M$MMMM.    7DNMMMN     MOMMMM     =     $MZMM
        M    MM                 I     MOMMMM,    $DMMMMN     MMMMMM     =     7MNMM
        M  MMMM                 I     MOMMMM,    $DMMMMN     MMMMMM     =     7MMMM
        ~ MMMM                  I     MOMMMM.    $DMMMMN     MMMMMM     ~     $MNMM
        MMMMM                   I     MOMMMM.    $DMMMMN     MMMMMM     ~     7MNMM
      DMMMMM                    I     MZMMMM.    7DMMMMN     MMMMMM     ~     $MNMM
    MMMMMM                      I     MZMMMM.    $DMMMMN     MMMMMM     :     7MNMM
   8MMMM7 ?                     I     MOMMMM.    ZDMMMMN     MMMMMM     :     $MNMM
  DMMMM   M                     I     MZMMMM.    O8MMMMN     MMMMMM     :     7MDMM
 NMMM     $                     I     MD8DDM.    ZO88D8N    .MD8DOM     :     7MD8D
MMMM      M                     ?     MMMMMM     IMMMMMZ     MMMMMM     ,     ~MMMM
NMM    MMMMMMMMMM               ?         M         M         M         ,         7
MMM   MMM  M   MMM              ?         D         M         D         ,         ?
MM$   MD    =   MM              ?         8         N         D         ,         +
MMM   MM         MM             ?         8         N         8         .         +
  M    $M   O   M~              ?         O         N         8         .         +
   MM          M.               ?         O         N         8         .         =
     :M:::=--M.                 ?         O         N         8         .         =
              M                 ?         Z         N         8         .         =
              :                 ?         Z         N         O         .         ~
     MMMM     M                 ?         Z         N         O         .         ~
    MMMMMM    M                 +         $         M         O         .         =
    MMMMMM   ~,                OM.       ~M.       ,M        .M=        M7        M
     MMM    M                 DDDDDNNNNNNNMNDNNNNNNNMMMMMMMNMMMMMMMMMMMMMMMMMMMMMMM
       7MO.

Reference:

Machine Learning - Stanford University(Coursera)