News Feed
Jobs Feed
Sections




News Archive
PHPClasses.org Blog:
Neural Networks in PHP
March 09, 2010 @ 11:41:13

New on the PHPClasses.org blog there's an article on neural networks written up by Louis Stowasser looking specifically at creating a neural mesh with PHP.

Neural networks are a relatively new technology that aims to reverse engineer the functionality of the brain within a mathematics model. This may sound daunting and complex but the underlying concepts are very simple and Neural Mesh does the hard work for you. In a Web environment NNs (neural networks) are considered too slow and complex to warrant effort on what might even be a trivial task. To solve this, Neural Mesh has been heavily optimized. It uses caching to speed up running and training of networks.

He explains what a neural network is on a base level and talks about it's ability to learn from the training its given (supervised or unsupervised). He also talks about how the networks can be useful and how to use the framework (found here) to create a simple network.

0 comments voice your opinion now!
neural network tutorial mesh


blog comments powered by Disqus

Similar Posts

Dave Dash's Blog: Finding things using Zend Search Lucene in symfony

DevShed: Understanding Destructors in PHP 5

PHPMaster.com: MongoDB Indexing, Part 1

Hasin Hayder's Blog: Building services like FriendFeed using PHP - Part2

Sebastian Bergmann: Using PHPUnit from a PHP Archive (PHAR)


Community Events









Don't see your event here?
Let us know!


language tool interview podcast example opinion object testing unittest release introduction api development code framework functional composer event zendframework2 community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework