Skip to content

gcunhase/ML-Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Collection of Machine Learning notebooks in Jupyter and Google Colab.

Machine Learning Notebooks

Model PyTorch Tensorflow
MLP Jupyter Colab --
Recurrent Neural Network Jupyter Colab Jupyter Colab
AutoEncoder Jupyter Colab --
Convolutional AutoEncoder Jupyter Colab --

To-do

  • Convolutional Neural Network
  • Encoder-Decoder
  • Generative Adversarial Network

Applications

Computer Vision

Task Model Dataset Framework
Change background of image FCN ResNet-101 COCO PyTorch

Natural Language Processing

  • TODO:
    • Text generation with RNN/LSTM/GRU
    • Text generation with GPT
    • Text classification with BERT

Relevant Tutorials

PyTorch

Tensorflow

Numpy/Theory