Skip to content

A simple NN to caltulate '+' and '-' for string input

Notifications You must be signed in to change notification settings

prabormukherjee/Simple_RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Simple_RNN

I trained a simple Recurrent Neural Network which can take string of numbers as input and solve additin or substraction.
Input will be like "55+40" and the model will predict the output 95.
If the input is iike "55-40", model should predict 15.
The hyperparameter are choosen in such a manner so that it can predict 100% correct. There is no dataset given, as I could not find any. So I have created some data using numpy random function.
A custom data is generated with python code. All the source code is provided as a notebook file. I also make seperate files for addition and substraction.

About

A simple NN to caltulate '+' and '-' for string input

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published