GitXplorerGitXplorer
a

perceptron

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
908ed046c6808e35c6dbe53ce30bd54014ee8449

Comments

aarntanguy committed 11 years ago
Unverified
a77e05aabf605bcadfe80d69ea0c7c55d72f0c95

Get read of memory leaks

aarntanguy committed 11 years ago
Unverified
a43e9e0e274f1684c71b9d8bd41e99cdbd3df49e

Add CMakeModules

aarntanguy committed 11 years ago
Unverified
c27d33b1628bb0493440c40575ad2f289af232f4

Add readme

aarntanguy committed 11 years ago
Unverified
7d48ed483ebdb3edacfdeae9c3620c5bb5894947

Cleanup cl kernels

aarntanguy committed 11 years ago
Unverified
3a48518cdbfe02098652b5c445ecaa717654b82e

Pick input in random order.

aarntanguy committed 11 years ago

README

The README file for this repository.

How to build

Just intall opencl on your system, and build using cmake:

cd build cmake .. make

Perceptron

This program creates a perceptron using OpenCL. See main.cpp for an example of how to use the Perceptron class. Everything is well documented, so for now, just browse through the source code to figure out how it works.

More details to come.