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
- Host: GitHub
- URL: https://github.com/mcaimi/jupyter-scratchpad
- Owner: mcaimi
- License: gpl-3.0
- Created: 2024-06-21T07:53:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T10:00:48.000Z (about 2 years ago)
- Last Synced: 2025-03-06T10:22:02.803Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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