extinctsion / neuralNetworkScratch

Making a neural network with back propagation from scratch step- by - step.
MIT License
3 stars 4 forks source link

Add Neural networks code from scratch in Java #18

Open extinctsion opened 2 days ago

extinctsion commented 2 days ago

Add neural network code from scratch using Java programming language. [Hint]: You can take help from the python code. Your code should do the same thing as neuralNetwork0.py in Java.

tejasrok007 commented 1 day ago

Is the requirement to only create a neural network code (basic implementation)from scratch using java programming language Should i add a pull request i have completed it. this is the code i have used if you think i have grasped what this issue is requesting? just tell me yes i will send a pull request image

image

extinctsion commented 1 day ago

Yes, @tejasrok007 things are looking good. I would recommend you to wait till oct1 to count your PR as hacktoberfest accepted. Till then you can explore my different hacktoberfest repos.

extinctsion commented 1 day ago

In the mean while, I can assign you this task if you want.