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

https://github.com/armandfs/multi-output-nn

In this short jupyter notebook, I will be explaining the details and steps of a basic multi output neural network https://archive.ics.uci.edu/dataset/242/energy+efficiency in a regression style NN. Dataset credit to
https://github.com/armandfs/multi-output-nn

Last synced: about 1 month ago
JSON representation

In this short jupyter notebook, I will be explaining the details and steps of a basic multi output neural network https://archive.ics.uci.edu/dataset/242/energy+efficiency in a regression style NN. Dataset credit to

Awesome Lists containing this project

README

          

# multi-output-nn
In this short jupyter notebook, I will be explaining the details and steps of a basic multi output neural network in a regression style NN. Dataset credit to https://archive.ics.uci.edu/dataset/242/energy+efficiency. I've also used some code from Laurence Moroney's Coursera Course, so credit to him as well. More credits are shown in the Notebook.