Problem I started with this code and modified and expanded it in Python. As an exercise/challenge to myself I decided […]
Tag: neural-network
Layered Neural Network in Swift
Problem I am designing a very basic layered neural network in Swift as an exercise. I currently got the network […]
3-level deep if-else tree for constructing a neural network
Problem The following code fragment constructs different types of neural networks outputs based on the options supplied. Currently, my code […]
Representation of an artificial neuron
Problem I have started to interest myself in artificial intelligence a while ago, especially within the game industry. I have […]
(REALLY) simple neural network program
Problem This is a simple program to create neural networks. It only includes weighting of connections and activation values for […]
Finding the max error of a set of training data
Problem I wrote a neural net, and a Trainer class that automates training the net using a training set; a […]
Java Neural Network Implementation
Problem I have recently tried to get a better grip on machine learning from a point of implementation – not […]