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

https://github.com/unnir/gluon_examples

Deep learning examples using Gluon API.
https://github.com/unnir/gluon_examples

examples gluon mxnet

Last synced: 4 months ago
JSON representation

Deep learning examples using Gluon API.

Awesome Lists containing this project

README

          

# Gluon_examples
Deep learning examples using Gluon API.

---
### Binary Classification using Gluon

A multi-layer NN with batch normalization. Breast Cancer dataset.

The code can be found:

[GitHub](https://github.com/unnir/Gluon_examples/blob/master/Breast_Cancer_Binary_Classification.ipynb)
or [NbViewer](http://nbviewer.jupyter.org/github/unnir/Gluon_examples/blob/master/Breast_Cancer_Binary_Classification.ipynb)

---

### Regression using Gluon

A multi-layer NN with batch normalization. Boston regression dataset.

The code can be found:

[GitHub](https://github.com/unnir/Gluon_examples/blob/master/Boston_Regression_example.ipynb)
or [NbViewer](http://nbviewer.jupyter.org/github/unnir/Gluon_examples/blob/master/Boston_Regression_example.ipynb)

---