项目作者: williammbrown99

项目描述 :
A one hidden layer feedforward neural network to approximate a continuous function. The network is initialized with the number of hidden nodes in the hidden layer. The network trains using parameters: trainingX, trainingY, numIterations, learningRate, batchSize. The network gives a prediction using the given test data.
高级语言: Python
项目地址: git://github.com/williammbrown99/Feedforward-Neural-Network.git
创建时间: 2021-03-14T09:24:55Z
项目社区:https://github.com/williammbrown99/Feedforward-Neural-Network

开源协议:GNU General Public License v3.0

下载