Binary neural network in Python
Hello, I,m new in Python, I want to design and train a binary neural network classifiers in Python. This model of neural network should make preprocessing expert system model to deal with the original telecommunications alarms. *The model can be seen as the simplest kind of feed-**forward neural network which contains three inputs, six link **weights, two neuron and two outputs*. This model uses two important techniques, of which the time window technique is used for converting original alarms into transactions, and the neural network technique can classify the alarms with different levels according to the characteristics of telecommunication networks in order to mine the weighted association rules. Can anyone guide me, from where can I get some useful material/eBook/libraries etc. for the same (maybe there is source code already written?). I have no prior experience in neural netwoks and want to implement it urgently. Thanks in advance :) -- http://mail.python.org/mailman/listinfo/python-list
perceptron feed forward neural networks in python
Hi, I,m new to Python and i want to study and write programs about perceptron feed forward neural networks in python. Does anyone have a good book or link for this? Thx, Bye -- http://mail.python.org/mailman/listinfo/python-list
Re: perceptron feed forward neural networks in python
thx, bye On Mon, Jul 11, 2011 at 8:47 PM, Ken Watford wrote: > On Mon, Jul 11, 2011 at 2:31 PM, Igor Begić wrote: > > Hi, > > I,m new to Python and i want to study and write programs about perceptron > > feed forward neural networks in python. Does anyone have a good book or > link > > for this? > > Try Stephen Marsland's "Machine Learning: An Algorithmic Perspective". > All example code is done in Python, and there's a chapter on > multilayer perceptrons. > > The code for the book is available online here: > http://www-ist.massey.ac.nz/smarsland/MLbook.html > -- http://mail.python.org/mailman/listinfo/python-list