From f2413fb78f6957641637ef650626a2667e4fd586 Mon Sep 17 00:00:00 2001 From: frankchen0130 <947118251@qq.com> Date: Tue, 22 Mar 2016 20:42:10 +0800 Subject: [PATCH] Change the picture to my address --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 724dbc2..89df44a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# ANN +# ANN BP神经网络分类器,使用iris数据集,data文件夹里的iris.txt是原始数据,train.txt和test.txt是从原始数据中随机划分的训练集和测试集,用tan-sigmoid做激活函数分类准确率接近100%!原理分析详见[http://blog.csdn.net/zhongkejingwang/article/details/44514073](http://blog.csdn.net/zhongkejingwang/article/details/44514073) ##BP神经网络 -![BPNN](https://github.com/jingchenUSTC/ANN/blob/master/pictures/BPNN.png) +![BPNN](https://github.com/frankchen0130/ANN/tree/master/pictures/BPNN.png) ##抽象出来的BP网络 -![BPNN](https://github.com/jingchenUSTC/ANN/blob/master/pictures/BP.png) +![BPNN](https://github.com/frankchen0130/ANN/tree/master/pictures/BP.png) ###节点内部示意图: -![Node](https://github.com/jingchenUSTC/ANN/blob/master/pictures/Node.png) +![Node](https://github.com/frankchen0130/ANN/tree/master/pictures/Node.png)