Skip to content

FeederDiver/Recurrent-Neural-Network-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recurrent-Neural-Network-from-scratch

In this repository you can find RNN written in numpy from scratch, but without biases, with some theory explanation and methamatical background connected to this subject and some intuition related to. It's one of the type of neural networks that makes use of sequential information. According to some data and its order we are creating expected output.

drawing

This repository is done in collaboration with @tugot17

The main file is Recurrent_Neural_Net.ipynb

You need following packages to run this repository:

  1. numpy
  2. matplotlib
  3. tqdm

About

Binary summation with recurrent neural network written in numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published