Archive for November, 2008

Nov 15 2008

n-Layer Neural Network

Published by pranay under Programming

This is an obvious extension of my previous post (3-Layer Neural Network). I have only made changes to Network.py and TestNetwork.py. I have also added a new class called “layer” which contains the definition of a network layer.
More >>>

No responses yet

Nov 14 2008

Design Patterns

Published by pranay under Books, In Progress..., Reference, Software

Elements of Reusable Object-Oriented Software

by:
       Erich Gamma
       Richard Helm
       Ralph Johnson
       John Vlissides

forward by:
       Grady Booch

No responses yet

Nov 13 2008

3-Layer Neural Network

Published by pranay under Programming

or “My first neural network in python”

This is an implementation of a typical 3-Layer neural network. There are three classes, Neuron, Link and Network. The Neuron class defines the perceptron, the link class defines links between perceptrons and finally the Network class defines the actual network. I could get into the details of the implementation but there are already many resources out there.
More >>>

No responses yet

Nov 03 2008

Etiology

Published by pranay under Cool Words

A branch of knowledge concerned with causes ; specifically : a branch of medical science concerned with the causes and origins of diseases (m-w.com)

No responses yet