C++ implementation of neural networks supporting regression, classification and CNNs. Includes examples such as a MNIST classifier.
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
182
commits
Added some interactive stuff to causal.cc and re-factored while I did.
ca1002aView on GitHubAdded a mention of the C++ transformer implementations.
bea68adView on GitHubChanges to support cache line layout of left-side matrices.
3b94d46View on GitHubMerge branch 'master' of github.com:nom-de-guerre/RANT
7df73d3View on GitHubEnumerate included features included in transformer.
b9b75ddView on GitHubLanguageHead_t now inherits from layer_t as requested.
601ba6cView on GitHub