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

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

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)