https://github.com/simoninithomas/dlfn_first_neural_network
Deep Learning Foundations Nanodegree. Udacity Project 1: Your first neural network
https://github.com/simoninithomas/dlfn_first_neural_network
Last synced: 4 months ago
JSON representation
Deep Learning Foundations Nanodegree. Udacity Project 1: Your first neural network
- Host: GitHub
- URL: https://github.com/simoninithomas/dlfn_first_neural_network
- Owner: simoninithomas
- Created: 2017-02-07T17:22:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T19:17:56.000Z (over 8 years ago)
- Last Synced: 2025-03-11T08:50:09.727Z (over 1 year ago)
- Language: HTML
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# First_neural_network
Deep Learning Foundations Nanodegree. Udacity Project 1: Your first neural network
In this project, you'll get to build a neural network from scratch to carry out a prediction problem on a real dataset! By building a neural network from the ground up, you'll have a much better understanding of gradient descent, backpropagation, and other concepts that are important to know before we move to higher level tools such as Tensorflow. You'll also get to see how to apply these networks to solve real prediction problems!
The data comes from the UCI Machine Learning Database.