ceras
Neural network engine
An open-source C++ library for building and training neural networks
Ceras is yet another tiny deep learning engine, in pure c++ and header only.
120 stars
9 watching
11 forks
Language: C++
last commit: 2 months ago convolutional-neural-networkscpp20deep-learningheader-onlymachine-learningneural-network
Related projects:
Repository | Description | Stars |
---|---|---|
scisharp/keras.net | A high-level neural networks API for C# and F#, enabling fast prototyping of deep learning models. | 601 |
cloud-cv/fabrik | An online platform to design and visualize neural networks collaboratively | 1,127 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 686 |
torontodeeplearning/convnet | A high-performance GPU implementation of neural networks using C++ | 506 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
originrose/cortex | A Clojure-based machine learning library for neural networks and regression. | 1,271 |
mrdimosthenis/synapsescsharp | A C# library for building and training neural networks | 1 |
kaiminghe/resnet-1k-layers | Represents a neural network architecture with 1K layers, designed for image recognition tasks. | 906 |
mrdimosthenis/fsharp.synapses | A plug-and-play F# library for building and training neural networks | 14 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
keras-team/keras | A high-level deep learning framework for building and training neural networks on multiple backend engines | 62,045 |
naibaf7/caffe_neural_tool | A C++ interface to the caffe deep learning framework, providing a convenient entry point for developers to build and deploy neural networks. | 15 |