文件名称:mental:用于神经网络的python框架
文件大小:9.5MB
文件格式:ZIP
更新时间:2024-06-04 09:01:07
Python
精神的 用于神经网络的python框架 如何使用它 创建一个神经网络 from mental import Neural network = Neural (( 2 , 2 , 1 )) # two inputs units, two hidden units, two outputs 训练它(大量示例,功能列) trainingSet = [[ 0 , 0 ], [ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]] targetValues = [[ 0 ], [ 1 ], [ 1 ], [ 0 ]] network . train ( trainingSet , targ
【文件预览】:
mental-master
----pStats()
--------index.html(328B)
----imgs()
--------costvsiter.png(48KB)
--------jtrainjcvvsm.png(69KB)
----mental.py(6KB)
----__init__.py(0B)
----README.md(2KB)
----tests()
--------test.py(1KB)
--------target.py(14KB)
--------MNIST_train_labels(59KB)
--------training.py(59KB)
--------#test.py#(2KB)
--------MNIST_train_images(44.86MB)
----.gitignore(725B)