Ai Dreams Forum

Member's Experiments & Projects => General Project Discussion => Topic started by: hexio on June 24, 2014, 09:40:16 pm

Title: Own neural network library (Java)
Post by: hexio on June 24, 2014, 09:40:16 pm
Hi guys,

On beginning of this June I've started development of own neural network library in Java.
Any feedback, criticism etc is welcome!

https://github.com/Hexiasty/microbe

Cheers guys! :)
Title: Re: Own neural network library (Java)
Post by: ivan.moony on June 25, 2014, 02:22:55 pm
I never learned what is neural networks about. Could you, please state in a few sentences basic principle of neural networks? Is it some kind of statistical engine?
Title: Re: Own neural network library (Java)
Post by: hexio on June 25, 2014, 05:58:13 pm
Hi Ivan,

Artificial neural network is computer model which tries to imitate intelligence of living animal/human.
My library doesn't have specified purpose. You can use it for example for pattern recognition, speech recognition, classification of data, detection of anomaly in data, prediction etc. Generally it's very wide topic, and I recommend you reading about that. It's really interesting :)
Title: Re: Own neural network library (Java)
Post by: Freddy on June 25, 2014, 06:11:54 pm
Just wanted to say welcome to the site Hexio :)

I don't know much about neural networks either but appreciate it's an interesting thing. So much to learn and read about   :o

Our member here Bragi worked on neural networks, so maybe if he pops in he could comment.

You can find a couple of links to his work here on the member's projects page :

http://aidreams.co.uk/forum/index.php?page=members_projects_page (http://aidreams.co.uk/forum/index.php?page=members_projects_page)