8000 GitHub - oniani/ai: From-scratch impls of AI models, approaches, tricks, and more!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0