Advertisement

Results for "Author: musawir ali"

Java_Volume1 #100282
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

1_2002 #111719
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

1_2002 #111720
Begining socket programming in Windows and UNIX (LINUX) - Tutorial and 2 source code server examples

Alright. So you decided that coding a stand alone application is cool enuff, but then again, the possibilities are limited. Now you want to cut the chase and start writing some real deal code where you make your computer bug other computers on a network (Internet for example). Well, thats what you need sockets for. Sockets are channels of communication between two or more computers. With socket code, you will be able to write clients (such as email clients, web browsers, news readers, etc) as well as servers (http, ftp, smtp, pop, irc, nntp, and so on). How cool is that? way! Well, what are you waiting for? Lets start digging our sockets. Note: To try out the servers whose source code is included, connect to the ip address and port the server is running via a regular telnet client.

1_2002 #111721
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

2_2002-2004 #127322
Expression calculator using stacks. Infix to Postfix.

Demonstration of Reverse Polish Notation expression calculation using Stacks.

2_2002-2004 #127323
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

2_2002-2004 #127429
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

3_2004-2005 #145866
Expression calculator using stacks. Infix to Postfix.

Demonstration of Reverse Polish Notation expression calculation using Stacks.

3_2004-2005 #145867
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

3_2004-2005 #145973
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

4_2005-2006 #158077
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

4_2005-2006 #158078
Expression calculator using stacks. Infix to Postfix.

Demonstration of Reverse Polish Notation expression calculation using Stacks.

4_2005-2006 #158079
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

5_2007-2008 #180595
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

5_2007-2008 #180596
Expression calculator using stacks. Infix to Postfix.

Demonstration of Reverse Polish Notation expression calculation using Stacks.

5_2007-2008 #180597
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

6_2008-2009 #203113
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

6_2008-2009 #203114
Expression calculator using stacks. Infix to Postfix.

Demonstration of Reverse Polish Notation expression calculation using Stacks.

6_2008-2009 #203115
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

7_2009-2012 #225631
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

Languages
Top Categories
Global Discovery