文件名称:Perceptron:C ++上的单层感知器
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-09 14:22:31
C++
C ++单层感知器训练 基于以下C#实现,在C ++中实现单层感知器(SLP) : 编译中 只需克隆并在命令行中运行“ make”即可。
【文件预览】:
Perceptron-master
----.gitignore(14B)
----Perceptron.hpp(3KB)
----Makefile(38B)
----LICENSE(34KB)
----TrainingItem.hpp(1KB)
----README.md(303B)
----Main.cc(6KB)