Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwas-coder/guanaco
A simple, uncomplicated, multilayered Neural Network framework written in pure C.
https://github.com/iwas-coder/guanaco
ai ai-models c deep-learning deep-neural-networks header-only neural-network stb
Last synced: about 1 month ago
JSON representation
A simple, uncomplicated, multilayered Neural Network framework written in pure C.
- Host: GitHub
- URL: https://github.com/iwas-coder/guanaco
- Owner: iWas-Coder
- License: gpl-3.0
- Created: 2023-11-17T12:51:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-10T03:07:50.000Z (10 months ago)
- Last Synced: 2024-03-10T19:45:44.694Z (10 months ago)
- Topics: ai, ai-models, c, deep-learning, deep-neural-networks, header-only, neural-network, stb
- Language: C
- Homepage: https://iwas-coder.github.io/guanaco
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
README
#+AUTHOR: Wasym A. Alonso
# Logo & Title
#+begin_html
Guanaco
#+end_html# Subtitle
#+begin_html
Never. I'll never turn to the 🐌 side.
You've failed, Your Highness. I am a 🐇, like my father before me.
#+end_html# Buy Me A Coffee
#+begin_html
#+end_html# Repository info badges
#+begin_html
#+end_html(...)
# GNU GPLv3+ License notice
#+begin_quote
This work and all its documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License. @@html:
@@
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@html:
@@
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#+end_quote* Table of Contents :toc:
- [[#usage][Usage]]* Usage
(...)