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.
- Host: GitHub
- URL: https://github.com/unnir/gluon_examples
- Owner: unnir
- Created: 2017-10-13T09:08:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T10:05:02.000Z (almost 8 years ago)
- Last Synced: 2025-05-18T22:14:44.219Z (5 months ago)
- Topics: examples, gluon, mxnet
- Language: Jupyter Notebook
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gluon_examples
Deep learning examples using Gluon API.---
### Binary Classification using GluonA 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)---