Click here to Skip to main content
15,887,350 members
Home / Discussions / Java
   

Java

 
GeneralRe: simple and basic Array Question Pin
Member 125938659-Jun-17 5:30
Member 125938659-Jun-17 5:30 
GeneralRe: simple and basic Array Question Pin
Richard MacCutchan9-Jun-17 7:21
mveRichard MacCutchan9-Jun-17 7:21 
GeneralRe: simple and basic Array Question Pin
Member 125938659-Jun-17 7:41
Member 125938659-Jun-17 7:41 
GeneralRe: simple and basic Array Question Pin
Richard MacCutchan9-Jun-17 7:46
mveRichard MacCutchan9-Jun-17 7:46 
GeneralRe: simple and basic Array Question Pin
Member 125938659-Jun-17 9:34
Member 125938659-Jun-17 9:34 
GeneralRe: simple and basic Array Question Pin
Richard MacCutchan9-Jun-17 22:08
mveRichard MacCutchan9-Jun-17 22:08 
GeneralRe: simple and basic Array Question Pin
Member 1259386510-Jun-17 7:25
Member 1259386510-Jun-17 7:25 
GeneralImplementing the Artificial Neural Network - Java Pin
Member 132411095-Jun-17 0:27
Member 132411095-Jun-17 0:27 
Hello!

This is my first topic and I will search for other forums as well that might be more into ANN's. As the subjects indicates I have a huge interest in ANN's.

I would like to find people that are intereseted in ANN's and want to code or is coding already in Java and learn more about code implementation, testing and experimenting with ANN's.

I have built my own "library" and implemented it partially. It solves the XOR problem by using LMS algorithm for updating weights and now I am trying to implement the Backpropagation algorithm. Which is a pain in the ass becuase of the way I am storing stuff in my arrays. Meaning that calculating the backpropagation-deltas for the hiddenlayer is a bit of a challenge right now and that is where I am.

I have also creted classes that are objects such as Layer.java, Neuron.java and Weight.java. I will rewrite my code so that I use these classes as Layer[], Neuron[] and Weight[] instead of double[] and int[].

My bachelor topic had to do with topology mutating ANN's that use a simple genetic mutation of the weights to update the network and also the topology; a kind of placticity.


I am up for sharing this on GitHub and further developing it together with someone that also has a huge interest in this stuff! My goal is to reach to the point where a reward-based ANN, combined with this new code structure I am working on and with the code from my bachelor project. For example I would like to try to make ANN's cooperate with other ANN's. So that one ANN acts as visual input while another ANN acts as a generalization network trying to understand and categorize what is "seen".

So is anyone interested in helping and discussing this and coming with ideas and challenges? Or do you have any thoughts about this?

Also if you know any forum that is more suited for ANN then please suggest it! I would be very happy!
GeneralRe: Implementing the Artificial Neural Network - Java Pin
harold aptroot5-Jun-17 1:35
harold aptroot5-Jun-17 1:35 
GeneralRe: Implementing the Artificial Neural Network - Java Pin
Member 132411095-Jun-17 7:44
Member 132411095-Jun-17 7:44 
QuestionGeneric List and request.getParameterValues Pin
karengsh3-Jun-17 22:20
karengsh3-Jun-17 22:20 
AnswerRe: Generic List and request.getParameterValues Pin
Afzaal Ahmad Zeeshan5-Jun-17 8:28
professionalAfzaal Ahmad Zeeshan5-Jun-17 8:28 
AnswerRe: Generic List and request.getParameterValues Pin
Richard Deeming5-Jun-17 8:29
mveRichard Deeming5-Jun-17 8:29 
GeneralRe: Generic List and request.getParameterValues Pin
karengsh6-Jun-17 17:56
karengsh6-Jun-17 17:56 
GeneralRe: Generic List and request.getParameterValues Pin
Richard MacCutchan6-Jun-17 23:00
mveRichard MacCutchan6-Jun-17 23:00 
GeneralRe: Generic List and request.getParameterValues Pin
karengsh8-Jun-17 5:56
karengsh8-Jun-17 5:56 
GeneralRe: Generic List and request.getParameterValues Pin
Richard MacCutchan8-Jun-17 21:52
mveRichard MacCutchan8-Jun-17 21:52 
QuestionHelp with calling .length on an array Pin
m009le2-Jun-17 10:50
m009le2-Jun-17 10:50 
AnswerRe: Help with calling .length on an array Pin
Member 121394422-Jun-17 11:20
Member 121394422-Jun-17 11:20 
AnswerRe: Help with calling .length on an array Pin
Richard MacCutchan2-Jun-17 22:17
mveRichard MacCutchan2-Jun-17 22:17 
AnswerRe: Help with calling .length on an array Pin
jdferrell17-Jul-17 15:09
professionaljdferrell17-Jul-17 15:09 
Questionunable to pass array index value in the form of a variable in jsp and javascript Pin
a a nizami31-May-17 21:12
a a nizami31-May-17 21:12 
AnswerRe: unable to pass array index value in the form of a variable in jsp and javascript Pin
Richard MacCutchan31-May-17 22:30
mveRichard MacCutchan31-May-17 22:30 
QuestionCopying the array Pin
Member 1322889629-May-17 3:53
Member 1322889629-May-17 3:53 
QuestionAccess to Active Directory (Java) Pin
Member 1213944227-May-17 9:34
Member 1213944227-May-17 9:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.