Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BagelOrb committed Nov 16, 2015
1 parent 2cc317f commit ed4f838
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# SpreadMaximizationJava
This code in this project was written to empirically verify the main hypothesis of my masters thesis.

The thesis itself can be found at http://www.ai.rug.nl/~mwiering/Thesis_Tim_Kuipers.pdf

A neural network framework has been built with limited parallelism: the operations on 3D and 4D matrices are parallelized over the number of cores in your CPU.

Several objective functions formulated within the spread maximization paradigm which have been compared with established machine learning techniques for neural networks. The framework might therefore have a more broad applicability range than my thesis alone.

This code is released under the terms of AGPL3.

0 comments on commit ed4f838

Please sign in to comment.