Perceptron

所属分类:人工智能/神经网络/深度学习
开发工具:Java
文件大小:0KB
下载次数:0
上传日期:2018-12-26 09:30:59
上 传 者sh-1993
说明:  感知器是一种简单的神经网络,由单个神经元组成,该神经元采用具有n个坐标的特征向量,分配每个...,
(A perceptron is a form of simple neural network, consisting of a single neuron that takes a feature vector with n coordinates, assigns each coordinate with a corresponding weight, and outputs the feature vector’s classification based on a threshold function. Perceptrons were conceptualized by Frank Rosenblatt in 1957, and it was one of the)

文件列表:
Main.class (4582, 2018-12-26)
Main.java (4822, 2018-12-26)
Vector.class (1162, 2018-12-26)
Vector.java (1088, 2018-12-26)
input.txt (34, 2018-12-26)
output.txt (1662, 2018-12-26)

# Perceptron A perceptron is a form of simple neural network, consisting of a single neuron that takes a feature vector with n coordinates, assigns each coordinate with a corresponding weight, and outputs the feature vector’s classification based on a threshold function. Perceptrons were conceptualized by Frank Rosenblatt in 1957, and it was one of the first neural networks to be implemented. Perceptrons only work on linearly separable data. If the training data is not linearly separable, the perceptron algorithm will not converge.

近期下载者

相关文件


收藏者