Yannick Guern
|
2ab3ad0e6a
some mathematical concepts about neural network backpropagation
|
9 年 前 |
Yannick Guern
|
cee100d538
Use matricial form to represent neural network
|
9 年 前 |
Yannick Guern
|
114dd7ff07
Set correct number of inputs on each neurons of each layers
|
9 年 前 |
Yannick Guern
|
14e1b90306
create a layered neural network of sigmoid following a layout describing
|
9 年 前 |
Yannick Guern
|
f093944c51
Merge pull request #7 from Akanoa/dump
|
9 年 前 |
Yannick Guern
|
092f5995ac
fix merge conflict
|
9 年 前 |
Yannick Guern
|
8d7ac063d4
more accurate test
|
9 年 前 |
Yannick Guern
|
58fde0135c
Merge pull request #6 from Akanoa/fparse
|
9 年 前 |
Yannick Guern
|
b0c7aa61e5
Merge pull request #5 from Khopa/master
|
9 年 前 |
Khopa
|
b42eb00f02
ln is not log10 ^^'
|
9 年 前 |
Yannick Guern
|
5555c74101
Merge pull request #4 from Khopa/master
|
9 年 前 |
Yannick Guern
|
437c022ac1
remove ugly training function in the middle the class
|
9 年 前 |
Khopa
|
8b2fb20930
Improved the way the function is drawn
|
9 年 前 |
Khopa
|
a61879c5f5
Replaced print with clean logs
|
9 年 前 |
Khopa
|
c6714c3a34
Added support for all python math function in expression parser
|
9 年 前 |
Khopa
|
b5ff00e44f
Removed redundant code
|
9 年 前 |
Yannick Guern
|
d532822ec8
Merge pull request #3 from Khopa/master
|
9 年 前 |
Khopa
|
ebc996d4dc
Optimized performance (Not recomputing line point on each frame)
|
9 年 前 |
Yannick Guern
|
2daf7d89e4
Merge pull request #2 from Khopa/master
|
9 年 前 |
Khopa
|
125a35dd57
PEP8 formatted
|
9 年 前 |
Khopa
|
3c6f602dea
Canceled merge induced deletion.
|
9 年 前 |
Khopa
|
a3cbf417aa
Merge remote-tracking branch 'origin/master'
|
9 年 前 |
Khopa
|
ca3e601fa2
Merge from remote changes
|
9 年 前 |
Khopa
|
f08a27da60
Added fparse module, and training_function parameter to perceptron
|
9 年 前 |
Yannick Guern
|
78c47db7c5
better visualization
|
9 年 前 |
Khopa
|
4780eec71b
Added fparse module, and training_function parameter to perceptron
|
9 年 前 |
Yannick Guern
|
e01becc114
Final exam without steering algo
|
9 年 前 |
Yannick Guern
|
9cc3e2ef12
A simple perceptron to find wether a point is above an unknown curve
|
9 年 前 |