Skip to content
/ ai Public

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

License

Notifications You must be signed in to change notification settings

oniani/ai

Repository files navigation

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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages