Skip to content
Boppudi Avinash edited this page Jan 25, 2018 · 1 revision

Welcome to the Image_Processing wiki!

In this repo, init.py is used for creation of new random weights in a new pc,file_rename.py is used to rename files in training data and neural.py is the base file of the project.

In neural.py: 1)Function activation is defined to overcome overflow during data processing 2)inputh1,inputh2,inputo are divide by 1000,100,10 so as to get some accuracy in activation function rather than getting every value as 1.0(rounded) 3)Weight updating can be done by backpropagation algorithm present in the notes

***I have not used softmax classifier for the above one

*****Write a small code to run my program for quite number of times so as to train the data

Clone this wiki locally