GitXplorerGitXplorer
a

perceptron

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c88f6dae9d240e031c085618c8b994ffb7f6d043

Cleanup 3

aarntanguy committed 11 years ago
Unverified
80a68af7d4ec67906b94fd1f05a8f3fd996696ce

Cleanup 2

aarntanguy committed 11 years ago
Unverified
14121f63d71099c39a25cbb02be068abd584e456

Small cleanup

aarntanguy committed 11 years ago
Unverified
043cb2700df5aeef7185586d6abcdf8e899b6da0

Stop convergence when confidence reached

aarntanguy committed 11 years ago
Unverified
0e729a0b4e65ef9bb7834491e5c8bde08602955a

Finished

aarntanguy committed 11 years ago
Unverified
4f3d6d4f83c9e27e81527755d8290cb4c4e29b92

It works!

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.