Skip to content

ml-implementations/machine-learning

This branch is 15 commits ahead of, 1 commit behind Abdul-Moeed/machine-learning:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eed4b5b · Mar 26, 2021

History

35 Commits
Jul 20, 2019
Dec 31, 2019
Dec 31, 2019
Oct 26, 2019
Aug 12, 2020
Aug 12, 2020
Oct 9, 2019
Jan 1, 2020
Sep 25, 2019
Oct 9, 2019
Jun 4, 2020
Oct 22, 2019
Sep 28, 2019
Sep 25, 2019
Sep 29, 2019
May 24, 2020
Oct 26, 2019
Mar 26, 2021
Dec 31, 2019
Oct 26, 2019

Repository files navigation

Machine Learning

Implementations of various machine learning algorithms.
The repo includes the following algorithms:

  1. Naive Bayes
  2. Fast Gradient Sign Attack (FGSM)
    [Paper: Explaining and Harnessing Adversarial Examples]
  3. Generative Adversarial Network (GAN)
    [Paper: Generative Adversarial Nets]
  4. Conditional GAN
    [Paper: Conditional Generative Adversarial Nets]
  5. Progressive Neural Network (PNN)
    [Paper: Progressive Neural Networks]
  6. Neural Style Transfer
    [Paper: A Neural Algorithm of Artistic Style]
  7. Variational Autoencoder (VAE)
    [Paper: Auto-Encoding Variational Bayes]
  8. Model Compression
    [Paper: BinaryConnect: Training Deep Neural Networks with binary weights during propagations]
  9. Neural Machine Translation
    [Paper: Sequence to Sequence Learning with Neural Networks]

About

Implementations of various ML algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%