An open API service indexing awesome lists of open source software.

https://github.com/mcaimi/jupyter-scratchpad

Jypyter scratchpad: notebooks with examples and notes that I wrote to learn about AI
https://github.com/mcaimi/jupyter-scratchpad

Last synced: 3 months ago
JSON representation

Jypyter scratchpad: notebooks with examples and notes that I wrote to learn about AI

Awesome Lists containing this project

README

          

# JupyterHub Scratchpad

A place where I dump all experiments/notebooks/code scraps that I wrote while learning AI/ML and Jupyter

- gan-example: Simple Generative Adversarial Network that is trained on the Fashion MNIST dataset. Integrates Kaggle for Datasets and Weights and Biases for monitoring.
- facegan: More interesting example of a GAN based on Convolutional Neural Networks, trained on the celeb-a dataset. Still integrates Weights and Biases for monitoring.

## TODO

- Better comments....
- Upload more examples