<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ann.thwien.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Asdasd+man</id>
	<title>Artificial Neural Network for PHP - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ann.thwien.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Asdasd+man"/>
	<link rel="alternate" type="text/html" href="https://ann.thwien.de/w/Special:Contributions/Asdasd_man"/>
	<updated>2026-04-29T08:10:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://ann.thwien.de/wiki/index.php?title=Installation&amp;diff=304</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://ann.thwien.de/wiki/index.php?title=Installation&amp;diff=304"/>
		<updated>2010-06-15T00:04:00Z</updated>

		<summary type="html">&lt;p&gt;Asdasd man: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ANN - Artificial Neural Network for PHP 5.x ==&lt;br /&gt;
&lt;br /&gt;
This chapter describes the steps to implement the ANN source code to your project.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://ann.thwien.de/phpdoc/ Documentation (HTML online)]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
The latest implementation requires a php environment running &#039;&#039;&#039;PHP 5.2.x&#039;&#039;&#039; or above. If using the client-server mechanism of the network class, the &#039;&#039;&#039;curl extension&#039;&#039;&#039; should be available on the client host which connects to an ANN server. If using class &#039;&#039;ANN_NetworkGraph&#039;&#039; &#039;&#039;&#039;GD library with png support&#039;&#039;&#039; should be installed.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
* [[Download]] the source code&lt;br /&gt;
&lt;br /&gt;
* Checking integrity&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;md5sum ann213*&lt;br /&gt;
&lt;br /&gt;
* Unpack the source code&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;tar -xzf ann213.tar.gz&lt;br /&gt;
&lt;br /&gt;
* Copy the directory ANN to your library directory of your project.&lt;br /&gt;
&lt;br /&gt;
* Including to your source&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
require_once &#039;ANN/Loader.php&#039;;&lt;br /&gt;
&lt;br /&gt;
$objNetwork = new ANN_Network;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; as phar library (supported as of PHP 5.3.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
require_once &#039;phar://ann213.phar.gz&#039;;&lt;br /&gt;
&lt;br /&gt;
$objNetwork = new ANN_Network;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Learn to use the library. Have a look to chapter [[Examples]].&lt;br /&gt;
&lt;br /&gt;
* For further information e.g. about dat-files have a view to the [[FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
== Performance issues ==&lt;br /&gt;
&lt;br /&gt;
* Install Zend Optimizer&lt;br /&gt;
* Do not use any debugger module like xdebug&lt;br /&gt;
* Do not use any profiling tool&lt;br /&gt;
* Do not set &amp;quot;max_execution_time = 0&amp;quot; in your php.ini file&lt;/div&gt;</summary>
		<author><name>Asdasd man</name></author>
	</entry>
</feed>