Skip to content

danielschafi/neural-network-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network from Scratch

This repository contains some Machine Learning / Deep Learning Algorithms implemented from scratch. The purpose of the implementations is to be easy to understand and are not optimized for performance.

Dependencies

You can install the necessary dependencies with uv or pip:

uv install
pip install -r requirements.txt

Main Dependencies

numpy
tensorflow # for test datasets

Simple Neural Network

A simple neural network implementation using Stochastic Gradient Descent (SGD).

Neural Network using Reverse Mode Auto-Diff

Implementation of a neural network using Reverse Model Automatic Differentiation Stochastic Gradient Descent.

  • To Be implemented

About

Basic Neural Network implemented from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages