8000 GitHub - Coenicorn/Swan: A neural network framework for c
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Coenicorn/Swan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWAN

Attempting to make a neural network library for C, while still learning it and having no idea how it works. Quality not guaranteed. Also, this is mainly made for personal use, so don't go complaining about things like "unhelpful error messages" that insult you about your mistakes.

TODO

  • Loss calculations
  • sofmax activatation function (it's hard okay)
  • backprogation why... it is hard (yes true)

compile command (because Sweder has small brain): gcc src/*.c src/*/*.c -o Swan.exec -Wall -Wextra -Wpedantic

About

A neural network framework for c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%
0