Shelf
Here's a collection of a few articles on topics I have been learning recently.
Folders
Tags
Personal Website (v1)
Creating my personal website. Tooling and setting up workflow as well as ideas for improvement.
Web
10 min
Neural Networks Introduction
Basics of Neural Networks. Usage and Definitions.
Machine Learning
4 min
The 'Hello World' of Neural Networks
Problem Statement and data setup with preliminary coding.
Machine Learning
5 min
Forward Propogation
Exploring how Neural Networks make predictions. Coding and math behind forward propogation.
Machine Learning
8 min
Backward Proagation - Cost Function
Looking into the Backpropagation Cost Function. Usage and Definition.
Machine Learning
8 min
Backward Proagation - Computation
Looking into calculating change for weights and biases using the cost function.
Machine Learning
8 min