随笔分类 -  Machine Learning

BP, Gradient descent and Generalisation
摘要:For each training pattern presented to a multilayer neural network, we can computer the error: yd(p)-y(p) Sum-Squared Error squaring and summing acros 阅读全文

posted @ 2016-10-25 16:08 归海七音

Multilayer Neural Networks and the Backpropagation Learning Algorithm
摘要:A multilayer perceptron is a feedforward neural network with one or more hidden layers. The network consists of an input layer of source neurons, at l 阅读全文

posted @ 2016-09-24 11:53 归海七音

Machine Learning Review_Models(McCullah Pitts Model, Linear Networks, MLPBP)
摘要:McCullah Pitts Model Perceptron Model Step: 1. initialise weight value 2. present input vector and obtain net input with 3. calculate output(with bina 阅读全文

posted @ 2016-09-23 10:43 归海七音 阅读(351) 评论(0) 推荐(0)

导航