Difference between revisions of "Backpropagation"
m |
|||
Line 11: | Line 11: | ||
* [[Objective vs. Cost vs. Loss vs. Error Function]] | * [[Objective vs. Cost vs. Loss vs. Error Function]] | ||
* [http://en.wikipedia.org/wiki/Backpropagation Wikipedia] | * [http://en.wikipedia.org/wiki/Backpropagation Wikipedia] | ||
+ | * [[Manifold Hypothesis]] | ||
* [http://neuralnetworksanddeeplearning.com/chap2.html How the backpropagation algorithm works] | * [http://neuralnetworksanddeeplearning.com/chap2.html How the backpropagation algorithm works] | ||
* [http://hmkcode.github.io/ai/backpropagation-step-by-step/ Backpropagation Step by Step] | * [http://hmkcode.github.io/ai/backpropagation-step-by-step/ Backpropagation Step by Step] |
Revision as of 08:12, 3 September 2020
Youtube search... ...Google search
- Gradient Descent Optimization & Challenges
- Objective vs. Cost vs. Loss vs. Error Function
- Wikipedia
- Manifold Hypothesis
- How the backpropagation algorithm works
- Backpropagation Step by Step
- What is Backpropagation? | Daniel Nelson - Unite.ai
- Other Challenges in Artificial Intelligence
- A Beginner's Guide to Backpropagation in Neural Networks | Chris Nicholson - A.I. Wiki pathmind