readme.txt
来自「neural network 一个演示原理的代码」· 文本 代码 · 共 25 行
TXT
25 行
version 1.0.5
=============
Implemented the Adjust function for a sample of a learning procedure.
version 1.0.4
=============
The last step for the neuron construction and ineraction is complete.
From this neuron structure/architecture, we will start to develop the neuron entity.
version 1.0.3
=============
Added some learning functionalities and also refactor the code structure to allow a broader neural interaction.
Version 1.0.2
=============
+ The test1.cpp is split into the test1-bio.cpp and test1-didactic.cpp - Cfr Evaluation procedure # example
The test1-bio.cpp is aplying the same operators than the didactic one but in a more intuitive and natural way
+ the neural entity: the depolarization is calling the refactory automatically just after.
+ Added the Clean() member to the neuron in order to clean the soma with the residual ions.
version 1.0.1
=============
This draf release is a simple neuron definition along with four samples as test:
and - or and not operator and the eor
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?