...The code is structured in several layers:
- april-core simply defines the library and the objects
- april-gui builds on the concepts in april-core, giving a visual interpretation to the concepts
- AprilDream is a GUI program that uses april-gui objects to display a World in evolution.
The code base also contains a test suite based on [Google test](http://code.google.com/p/googletest/) and a set of ever-growing commented examples.
...SAMPLE:
Input sentence was "Learning algorithm"
The prefix was "transductive learning"
Learning algorithm.
Transduction, or transductive inference, tries to predict new outputs on specific and fixed (test) cases from observed, specific (training) cases.
The simplest realization for transductive inference is the method of k-nearest neighbors.
Learning to learn learns its own inductive bias based on previous experience.
...AND SO ON....
Enjoy the program !
This package contains code for the game of EasyGo, a modified version of the original game of go. This package provides a simple API so that the users can code and test their own players. Thus one can not only play, but also program their own players.