ANN logo
Build status And Code coverage report
Branch | Build Status | Code Coverage |
| | |
Master |
|
|
| | |
Develop |
|
|
Requirements
AdaptativeNeuralNetwork
A static library containing multiple neural network models written in C
Examples
See some examples here
Documentation (Doxygen)
View the documentation of all functions here
Installation
From the Arch User Repository (AUR)
- with yay
yay -S adaptativeneuralnetwork
- with pacman
git clone https://aur.archlinux.org/adaptativeneuralnetwork.git
cd adaptativeneuralnetwork
makepkg -sci
Install from source
- Clone this repo
- Then run the following command
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr \
..
sudo make install
PyANN
A python API for ANN
- build from source the c library
- run the following command
Development version
- clone this repo
- checkout on develop branch
- Build
mkdir -p build && cd build && cmake .. && make
- Run test
- Coverage report
- Generate documentation
Contribute
- Fork this project
- Create a new branch
- Make your changes
- Merge your branch to develop
- Create a pull request and explain your changes
License
See the LICENSE file for licensing information.