- Canada
Block or Report
Block or report Gregjksmith
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
3D-Graphics-Engine Public
3D graphics engine and scene editor. Capable of rendering online and offline global illumination using a number of different methods. Written in c++ with OpenGL/GLSL.
-
Single image example-based super resolution. Improves the spatial and temporal resolution of an image using a direct mapping of LR HR patch pairs. C++, openCV.
-
Contains source code for a 2 layer fully connected Neural Network and a Convolutional Neural Network. The Convolutional Neural Network is based on the leNet-5 architecture. c++, openCL
C++ 1
-
Multi-View-Point-Cloud Public
Creates a 3D point cloud from a set of multi-view images. C++ / openCL.
-
Handwritten Digit Recognition using Neural Networks. c++, openCL, openCV. This Neural Network implementation uses 2 hidden nodes of 50 neurons each and obtains an error rate of 3.49%.
C++
-
Handwritten Digit Recognition using Support Vector Machine. This basic method learns a Support Vector Machine to classify handwritten digits. It is trained using the MNIST database and has an error…
C++