mirror of
https://github.com/codeplea/genann.git
synced 2026-09-17 06:23:43 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dcd1db031 | ||
|
|
f839688b93 | ||
|
|
cd0f1b67ea |
18
CITATION.cff
Normal file
18
CITATION.cff
Normal file
@@ -0,0 +1,18 @@
|
||||
cff-version: 1.2.0
|
||||
message: "If you use this software, please cite it as below."
|
||||
title: "Genann: simple neural network library in C99"
|
||||
authors:
|
||||
- family-names: "Van Winkle"
|
||||
given-names: "Lewis"
|
||||
license: Zlib
|
||||
doi: 10.5281/zenodo.21816910
|
||||
repository-code: "https://github.com/codeplea/genann"
|
||||
url: "https://codeplea.com/genann"
|
||||
keywords:
|
||||
- neural-network
|
||||
- ann
|
||||
- backpropagation
|
||||
- feedforward-neural-network
|
||||
- c
|
||||
version: 1.1.0
|
||||
date-released: 2026-08-06
|
||||
@@ -3,6 +3,7 @@
|
||||
# Genann
|
||||
|
||||
[](https://github.com/codeplea/genann/actions/workflows/ci.yml)
|
||||
[](https://doi.org/10.5281/zenodo.21816910)
|
||||
|
||||
Genann is a minimal, well-tested library for training and using feedforward
|
||||
artificial neural networks (ANN) in C. Its primary focus is on being simple,
|
||||
|
||||
Reference in New Issue
Block a user