oniani / ai

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Deep Learning

Functions

Gradient Descent

Machine Learning Models From Scratch Using NumPy

Representation

License

MIT License

About

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

License:MIT License


Languages

Language:Python 100.0%