Profile

Click to view full profile
Hi, I'm Veerapat Sriarunrungrueang, an expert in technology field, especially full stack web development and performance testing.This is my coding diary. I usually develop and keep code snippets or some tricks, and update to this diary when I have time. Nowadays, I've been giving counsel to many well-known firms in Thailand.
view more...
Showing posts with label AI. Show all posts
Showing posts with label AI. Show all posts

Friday, September 7, 2012

Let's create own Evolutionary Optimization Algorithms (C#)

This post is just the same as the previous post. It's about basic algorithms in AI to solve optimization problems. In this post, I read from the same writer as previous post. He described how do we implement evolutionary algorithms and a program structure in the following link: http://msdn.microsoft.com/en-us/magazine/jj133825.aspx.

Let's create own Neuron Networks (C#)

It's a kind of fun to create own Neuron Networks. To review a school age lol (in AI class), take a look at http://msdn.microsoft.com/en-us/magazine/hh975375.aspx. He described very clear and detailed. You can follow him to create your own :D. 

The following page is a preview page that I just referred above: