• Home
  • Posts
  • Books
  • About
  • KR
Machine Learning Basics

Machine Learning Basics

How backpropagation works, and what happens when you build one in TypeScript

Evan Moon

3 chapters

Deep learning basics, backpropagation, and building a neural network from scratch in TypeScript. Machine learning fundamentals through working code.


  1. 01

    [Deep Learning Series] What is Deep Learning?

    History of Neural Networks and the Starting Point of Modern Deep Learning

  2. 02

    [Deep Learning Series] Understanding Backpropagation

    The Process by Which Neural Networks Adjust Values to Reduce Errors

  3. 03

    Building a Simple Artificial Neural Network with TypeScript

    Directly Implementing Neurons, Layers, and Backpropagation in ANN