Skip to content

swift-fox/ml-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Demos

This repo is a collection of code snippets to demostrate common models and applications of Machine Learning. Each script is a standalone program. The intention is to capture the core of the idea with the minimal amount of code. Hope you find it helpful as a quick reference to understand ML techniques.

Natural Language Processing

Speech

  • speech/rnnt.py: RNN transducer, speech recognition, end-to-end model. This is only to demostrate the implemenation of the model, because I don't have the massive hardware resource required to train it (300GB data + 1 GPU month).

Vision

Generative Adversarial Networks

Reinforcement Learning

All were written with PyTorch and run with OpenAI Gym.

Machine Learning Fundementals

ml-fundementals: A series of scripts to demostrate the core and heart of Machine Learning: backpropagation, SGD, losses, optimizers, layers, ReLU and automatic differentiation. All were written with PyTorch.

About

A collection of machine learning code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors