Skip to content

vinays6/ML_implems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Implementations

Custom machine learning implementations of various ML architectures for knowledge using only basic libraries.

Currently includes:

  • Simple Linear Regression
  • Fully Connected Neural Network
  • Convolutional Neural Network (dynamic layers and activation function support)

Generative Adversarial Network (GAN) implementation with PyTorch (could be implemented with a few tweaks to the aforementioned CNN implementation, but this is much easier)

Examples:

MNIST:

MNIST Images

CelebA (faces)

Face Images -- Celeba

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published