AND / OR Gate Implementation using Matlab Neural Network Toolbox
Programming March 13th, 2011After years
I dare to make a new post without any unnecessary introduction, there happened a lot (Master of Science Degree, Marriage and etc..) and didn’t find time to get busy with blogging, so these are what I’m currently tackling with..
AND Gate
========
x=[0 0 1 1; 0 1 0 1];
t=[0 0 0 1];
net = newp(x,t);
net = train(net,x,t);
sim(net,[0;0]);
sim(net,[1;0]);
sim(net,[1;1]);
sim(net,[0;1]);
OR Gate
=======
x=[0 0 1 1; 0 1 0 1];
t=[0 0 0 1];
net = newp(x,t);
net = train(net,x,t);
sim(net,[0;0]);
sim(net,[1;0]);
sim(net,[1;1]);
sim(net,[0;1]);
Some other posts that you may like :
Google Wave18 Cool Wallpaper for your taste
10 Things make you die earlier
Windows Genuine Advantage Server Problems
Win32 API Introduction
Triple - Domain Register, Web Hosting , SSL Certificates
How a kid can make $900 monthly from Adsense ?
LG Makes It Thin
Intel Core 2 Extreme
Fujitsu Lifebook T4220 - Convertible Tablet

March 26th, 2011 at 4:23 pm
Thank you for another informative website. Where else could I get that kind of info written in such an ideal way? I’ve a project that I’m just now working on, and I’ve been on the look out for such information.
March 31st, 2011 at 12:24 am
whoah this blog is excellent i love studying your posts. Keep up the good paintings! You realize, many individuals are hunting around for this information, you could help them greatly.
March 31st, 2011 at 2:28 am
A ja lubię Katowice:) To miejsce, gdzie dziewczna zawsze znajdzie jakieś zajęcie…
April 2nd, 2011 at 2:06 am
Once more document. I be able to get advice I really liked reading friend, and exactly.
April 5th, 2011 at 7:13 am
I like the helpful information you provide in your articles. I will bookmark your blog and check again here regularly. I’m quite certain I’ll learn plenty of new stuff right here! Good luck for the next!
April 8th, 2011 at 4:23 pm
You have many useful suggestions on this site.