Archive for the ‘ Artificial Neural Network ’ Category

Artificial Neural Network


Long time no see guys, I have no time to write down my whole activity recently. Many things I’ve learn this week, especially in Java, HTML5, and PHP programming. Thanks to all my friend for supporting me till this second and hopefully every good things will happen to you all guys.

Alright, back to the main topic, this time I’ll give you little review about Artificial Neural Network or we can call it ANN. An artificial neural network (ANN), usually called neural network (NN), is a mathematical model or computational model that is inspired by the structure and/or functional aspects of biological neural networks. A neural network consists of an interconnected group of artificial neurons, and it processes information using a connectionist approach to computation. In most cases an ANN is an adaptive system that changes its structure based on external or internal information that flows through the network during the learning phase. Modern neural networks are non-linear statistical data modeling tools. They are usually used to model complex relationships between inputs and outputs or to find patterns in data.

More about ANN you can see it here..