https://github.com/thomd/on-machine-learning
Notes on Machine Learning
https://github.com/thomd/on-machine-learning
deep-learning gan keras machine-learning python
Last synced: about 1 month ago
JSON representation
Notes on Machine Learning
- Host: GitHub
- URL: https://github.com/thomd/on-machine-learning
- Owner: thomd
- Created: 2021-11-15T12:39:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T15:00:49.000Z (about 4 years ago)
- Last Synced: 2025-02-05T21:42:51.490Z (over 1 year ago)
- Topics: deep-learning, gan, keras, machine-learning, python
- Language: Jupyter Notebook
- Homepage:
- Size: 9.13 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes on Machine Learning
* [Data Cleaning](data-cleaning.ipynb)
## Generative Adversarial Networks
* [Very Simple GAN](https://nbviewer.jupyter.org/github/thomd/on-machine-learning/blob/main/simple-gan.ipynb)
* [Simple 1-Dimensional GAN using Keras](https://nbviewer.jupyter.org/github/thomd/on-machine-learning/blob/main/simple-keras-gan.ipynb)