Skip to content
forked from fxGRDN/WF-NN

NN OOP implementation usin NumPy

Notifications You must be signed in to change notification settings

BasilKarol/WF-NN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network OOP Implementation with NumPy

Table Of Contents

This repository contains an object-oriented Python implementation of a neural network from scratch using the NumPy library. This implementation covers the essential components of a neural network, including the forward pass, backpropagation, gradient descent optimization, and more.

Prerequisites

  • Python 3.x
  • NumPy
  • matplotlib

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%