T045T / neuralLinks
Simple back-propagation Neural Networking library written in C++11
☆18Updated 11 years ago
Alternatives and similar repositories for neural
Users that are interested in neural are comparing it to the libraries listed below
Sorting:
- 2D fluid simulator in C++ using OpenCL and the SFML for display - based on the paper "Real-Time Fluid Dynamics for Games" by Jos Stam☆15Updated 8 years ago
- A Cinder apps that utilizes a deferred rendering engine to render lights and SSAO. There is also point-light shadow-mapping.☆32Updated 10 years ago
- An OpenGL application written in C that demonstrates lighting implemented with GLSL shaders.☆29Updated 9 years ago
- Utilities to load scenes created by the R.U.B.E Box2D editor☆60Updated 7 years ago
- ☆18Updated 10 years ago
- Simple Back Propagation Neural Network☆119Updated 5 years ago
- Collection of assets for Blender Game Engine☆10Updated 9 years ago
- Lightweight image processing library in C++11☆38Updated 8 years ago
- A demonstration of Neural Networks and Genetic Algorithms using C++.☆100Updated 4 years ago
- ☆81Updated 10 years ago
- A C++11 runtime for skeletal animation from Spine by Esoteric Software☆47Updated 9 years ago
- A C++ implementation of the SIGGRAPH 2011 paper Depixelizing Pixel Art, by Johannes Kopf and Dani Lischinski☆54Updated 10 years ago
- A realtime raytracer built using an OpenGL Compute shader☆10Updated last year
- Simple example of using Vulkan for GPGPU computing☆58Updated 7 years ago
- ☆51Updated 8 years ago
- High dynamic range rendering, with lens flare approximation and bloom☆78Updated 2 years ago
- Realistic water scene node for Irrlicht☆29Updated 9 years ago
- Basic linear algebra C++ library for 2D and 3D applications☆48Updated last year
- FFT visualizer for images☆27Updated 8 years ago
- Deferred HDR PBR renderer in OpenGL