Ideas for neural network | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Ideas for neural network

hey everyone, so i built myself a small and simple neural network library in java for fun and learning purpose. Question now is, what do i use it for? any ideas?

16th Mar 2018, 11:39 PM
Jeremy
Jeremy - avatar
3 Answers
+ 2
thanks haha, a NN is basically just modeling some sort of function on its own. You throw couple thousand examples together with the solution at it and it tries to get close to what's right. Then you can throw unknown data at it and it tries to guess whats the output. the only thing i have is the 'hello world' of machine learning which is recognizing hand written numbers
16th Mar 2018, 11:58 PM
Jeremy
Jeremy - avatar
+ 2
Sounds good though! I wish you luck!
16th Mar 2018, 11:59 PM
Jax
Jax - avatar
0
I don’t know exactly what a neural network does. All I can think about is the neural connection between jaeger pilots in pacific rim! 😂 But I doubt you can do that. I really don’t know what to do. Congrats on accomplishing creating a neural library though!
16th Mar 2018, 11:55 PM
Jax
Jax - avatar