Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.48 KB

YAIL (Yet another AI Library)

Goal

The goal is to provide all beginners (like us) with the resources to build their first neural network from scratch.

Prerequisites

I'd rather redirect you to some incredible resources that already exist than trying to re-explain everything. If you go through the links you should feel comfortable with the explanations into the code

If you are not familiar with multivariable calculus check some videos from one of these series:

Features

Optimizer
stochastic gradient descent
Loss
mean squared error
cross entropy
Activation
sigmoid
leaky relu
softmax todo
Layer
flatten
dense
conv todo
max pool todo

Library