Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

A repo for my own work inspired by the intensive training lectures and tutorials. Other than the warm-up exercise, NO LAB MATERIAL IS SHARED HERE.

hyanique/ai4good-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai4good-19

This is the repo for my own work inspired by the intensive training lectures and tutorials during the AI4Good summer lab at MILA. However, other than the warm-up exercise, NO LAB MATERIAL WILL BE SHARED HERE.

Here is summay of toy-porjects in this repo:

  • kNN with IRIS using sklearn from scratch
  • KMean with WINE using sklearn from scratch
  • MLP classifier practices following the official sklearn tutorial 1. 2, 3
  • MLP regresser practice (no reference other than matplotlib stuffs)
  • CNN using PyTorch from scratch, use this kaggle tutorial as reference
  • vanilla RNN name classifier from scratch using PyTorch, using the official pytorch tutorial as read-ahead reference
  • writer RNN with LSTM cells using PyTorch, using this keras tutorial as read-ahead reference.

Currently working on the writer RNN. I omit all GPU stuffs because I want to test and run all these programs on my own laptop quickly. All resources, other than the official documentation of python libraries, ever used or refered to are contained in the markdown files.

About the datasets folder:

The names are from the pytorch tutorial.

The books are downloaded from the Project Gutenberg. The non-text parts of the original text files are manually deleted by me as I don't want to spend too long time doing io manipulation. There is also a foo text for function testing.

The digits dataset is from kaggle, named digit recognizer.

About

A repo for my own work inspired by the intensive training lectures and tutorials. Other than the warm-up exercise, NO LAB MATERIAL IS SHARED HERE.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published