karoo_gp/index.html

57 lines
6.0 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Karoo gp by kstaats</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Karoo gp</h1>
<h2 class="project-tagline">A Genetic Programming platform for Python</h2>
<a href="https://github.com/kstaats/karoo_gp" class="btn">View on GitHub</a>
<a href="https://github.com/kstaats/karoo_gp/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/kstaats/karoo_gp/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<p><a href="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_desktop.png"><img src="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_desktop-224x300.png" alt="Karoo GP by Kai Staats" width="224" height="300" hspace="20" align="left"></a> Karoo GP is a Genetic Programming (GP) suite, a subset of Machine Learning written in Python. GP provides both symbolic regression and classification analysis. Karoo GP is a scalable platform with multicore and GPU support (via TensorFlow), designed to readily work with realworld data. <em>No programming required.</em> As a teaching tool, it enables instructors to share step-by-step how an evolutionary algorithm arrives to its solution. As a hands-on learning tool, Karoo GP supports rapid, repeatable experimentation.</p>
<p>Karoo GP includes a Desktop application with an intuitive user interface, a fully scriptable Server application with user defined default parameters, command-line arguments, and automatically generate evolutionary population and parameter archives; a stand-alone Python script which generates randomly constructed subsets of larger datasets and another which normalises datasets; and a toy model which shows the inner workings of multiclass classification.</p>
<p>The included User Guide (PDF) offers system requirements, a crash-course in Genetic Programming, and use of Karoo GP for both the novice and advanced user.
 
 </p>
<p>Features include:</p>
<ul>
<li>written in Object Oriented Python with a hierarchical naming scheme for all methods</li>
<li>multicore and GPU support through the TensorFlow library</li>
<li><em>Desktop</em> script provides a simple user interface with menu, 5 display modes (see below), and runtime reconfiguration of parameters</li>
<li><em>Server</em> script enables configurable runs via command-line arguments</li>
<li>anticipates datasets as standard .csv files</li>
<li>automatically archives the population of each generation and runtime parameters</li>
<li>supports customised seed populations</li>
<li>relatively simple framework for preparing custom fitness functions and evaluation routines</li>
</ul>
<p>Karoo GP was developed during Staats' MSc research at the University of Cape Town / African Institute for Mathematical Sciences and the Square Kilometre Array (SKA), South Africa, and owes its foundation to the "Field Guide to Genetic Programming" by Poli, Langdon, McPhee, and Koza. The Field Guide and many more GP publications and software packages are showcased at <a href="http://geneticprogramming.com/publications/">www.geneticprogramming.com</a></p>
<p><a href="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_args.png"><img src="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_args-95x128.png" alt="Karoo GP by Kai Staats" width="95" height="128"></a> <a href="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_tree_print.png"><img src="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_tree_print-95x128.png" alt="Karoo GP by Kai Staats" width="95" height="128"></a> <a href="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_runtime_options.png"><img src="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_runtime_options-95x128.png" alt="Karoo GP by Kai Staats" width="95" height="128"></a> <a href="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_go_test.png"><img src="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_go_test-95x128.png" alt="Karoo GP by Kai Staats" width="95" height="128"></a> <a href="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_interactive_mode.png"><img src="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_interactive_mode-95x128.png" alt="Karoo GP by Kai Staats" width="95" height="128"></a> <a href="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_debug_mode.png"><img src="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_debug_mode-95x128.png" alt="Karoo GP by Kai Staats" width="95" height="128"></a> <a href="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_population_archive.png"><img src="http://www.kaistaats.com/wp-content/uploads/2016/07/screenshot_karoo_gp_population_archive-105x128.png" alt="Karoo GP by Kai Staats" width="105" height="128"></a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/kstaats/karoo_gp">Karoo gp</a> is maintained by <a href="https://github.com/kstaats">kstaats</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>