|
4 | 4 | Learning **Deep Learning** with the Tutorials from Sentdex and Siraj Raval.</br>
|
5 | 5 | Link(Sentdex): https://pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/ </br>
|
6 | 6 | Link(Siraj Raval): https://www.youtube.com/watch?v=2FmcHiLCwTU
|
| 7 | + |
| 8 | +## What is a neural network? |
| 9 | + |
| 10 | +A basic **neural network** consists of an **input layer**, which is just **your data, in numerical form**. After your **input layer**, you will have some number of what are called **"hidden" layers**. **A hidden layer** is just in between your input and output layers.</br> ***One hidden layer means you just have a neural network. Two or more hidden layers? you've got a deep neural network!*** |
0 commit comments