Skip to content

This is the repository of the university class "Machine Learning 1"

Notifications You must be signed in to change notification settings

saisai00/Machine-Learning-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-1

This is the repository of the university class "Machine Learning 1"

Structure and overview

This repository contains three folders, each folder is corresponding to one project.

Each "Week ~" folder contains Jupyter Notebook, pdf file of the output, and dataset.

  • Week 4
    • Plot the dataset using Histogram and Scatterplot
    • Implement my own OLS estimator
    • Compare my implementation to sklearn
    • Regularization with ridge regression
    • Cross-validation
  • Week 8
    • Explore the MNIST dataset
    • Linear Discriminant Analysis to separate the classes
    • MNIST with Logistic Regression using sklearn
    • MNIST with simple Keras Fully connected neural network
    • MNIST with simple Keras CNN
  • Week 10
    • Linear dimensionality reduction with PCA
    • Comparison with PCA implemented by sklearn
    • Nonlinear dimensionality reduction with t-SNE
    • Cluster the data using k-Means
    • Clustering using Gaussian Mixture Models (currently being done)

About

This is the repository of the university class "Machine Learning 1"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published