Skip to content

My first experience with machine learning as the course Neural Networks and Fuzzy Logic

Notifications You must be signed in to change notification settings

redwineyards/NNFL-ML-HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NNFL

Assingnment 1 includes solving simple problems:

  • Unsupervised Learning:
    • K means Clustering with euclidean distance
  • Supervised Learning:
    • Linear Regression
    • Batch Gradient Descent
    • Mini Batch Gradient Descent
    • Stochastic Gradient Descent
    • Ridge Regression (L2 norm regularisation)
    • Least Angle Regression(L1 norm regularisation)
    • Normal equation based vesctorised implementation of regression optimisation
    • Logistic Regression
    • Multiclass classification using 1 vs all and 1 vs 1 algorithms
    • Probabilistic Classifiers
      • Likelyhood Ratio Test
      • Maximum A Posteriori

About

My first experience with machine learning as the course Neural Networks and Fuzzy Logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published