Info for next assignment (Neural Networks)

Disclaimer: Dieser Thread wurde aus dem alten Forum importiert. Daher werden eventuell nicht alle Formatierungen richtig angezeigt. Der ursprüngliche Thread beginnt im zweiten Post dieses Threads.

Info for next assignment (Neural Networks)
As Dennis probably did not dive too deep into my Neural Net framework and Java, he may be not able to help you with all kind of questions. Therefore you should ask questions directly to me. As I was not able to be tutor this semester, you will probably not see me that often. However feel free to ask in this forum. I will provide feedback as fast as possible. Also have a look at some old threads as the basic framework is nearly the same (except the bugs we found last year):

https://fsi.cs.fau.de/forum/thread/14921-Buch-zu-neural-net-bla

and

https://fsi.cs.fau.de/forum/thread/14929-KI2-Neuronale-Netze-Turnier-Info

And yeah there will be again a small contest for your NNs and yes we will use the same datasets as we used one year ago. I will provide more information in the lecture/excersise (maybe combined with a few deep learning slides) and of course everything needed in this forum, so you are able to participate/solve the assignment even if you were not able to attend.

Edit:
Do not forget to also implement “ConstantBias”-Class, unfortunately dennis did not move it to the correct folder. :smiley:


Because I did already implement it :wink: I figured that one is neither challenging nor informative so I went ahead. Unless I was stupid enough to do it wrong? :smiley:


The „ConstantBias“-Class seems to be in the right place for me (YOURNAME folder), the only class that seems to be misplaced (and already implemented) is the „InputLayer“-class…


MOAAAR information:
http://neuralnetworksanddeeplearning.com/chap1.html


This could be. Let me reformulate the problem: Implement everything until it works. :smiley:
We use testcases to determine whether your implementation works as expected, so as long as everything works, it is not too important to change every class suggested or to change classes which are not assumed to change.