ai icon indicating copy to clipboard operation
ai copied to clipboard

From-scratch impls of AI models, approaches, tricks, and more!

ai

From-scratch impls of AI models, approaches, tricks, and more!

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Contents

  • Activation Functions and Their Derivative Functions from Scratch Using Pytorch
  • Functions
  • Gradient Descent
  • Deep Learning
  • Machine Learning Models from Scratch Using NumPy
  • Representation

Activation Functions and Their Derivative Functions from Scratch Using Pytorch

Deep Learning

Functions

Gradient Descent

Machine Learning Models From Scratch Using NumPy

Representation

License

MIT License