项目作者: Atellas23

项目描述 :
This repository hosts a C++ header file to create and train Multi-Layer Perceptrons.
高级语言: C++
项目地址: git://github.com/Atellas23/NeuralNetwork.git
创建时间: 2020-08-30T17:48:31Z
项目社区:https://github.com/Atellas23/NeuralNetwork

开源协议:GNU General Public License v3.0

下载


NeuralNetwork C++ Library and Package.

NeuralNetwork is a library and package for the C++ language, aiming at providing a reliable and reusable method to create, train and persistently save Artificial Neural Network machine learning models. As of now, it supports creating and training one-dimensional regression Multi-Layer Perceptrons (MLPs).

You can have a look at the code (it’s not much, but it’s honest work!) or you can go straight into the sauce and use the library and package. You can read about how to use them in the documentation inside the doc folder. There is a documentation file for the library and another one for the package. Both detail how to proceed with the installation.

Currently working on version 0.0.1.