10000 GitHub - steven4354/deep-learning-oracle: Code implementations & notes on AI research papers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

steven4354/deep-learning-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects

Code implementations and notes of ML techniques

  • multilayer perceptron
  • cnn / convolutional layer
  • autoencoder, variational autoencoder
  • recurrent nn: lstm
  • diffusion

Getting started

poetry install
poetry run jupyter notebook

Download the data for running /projects

cd projects/scripts
sh download.sh

Run the jupyter notebooks

poetry run jupyter notebook

Make sure to save new deps when installing new ones

poetry add <package-name>

Adding large files to git lfs

# Replace json with any other file types that are large (.csv, h5 etc)
git lfs track "*.json"

Textbooks / References

See textbooks.md

About

Code implementations & notes on AI research papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0