Skip to content

pascal-canuel/YAIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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