Advertisement

Results for "Author: paras chopra"

6_2008-2009 #207020
A new Genetic Algorithm (with example) - Works brilliantly - Update

A new Genetic Algorithm (with example) - Works brilliantly - Update Here comes the Genetic Algorithm library which is little different from other algorithms. First, it uses real values instead of binary ones. Second, there is very little problem specific code needs to be typed. Third,unlike other algorithms either new offspring will replace the bad ones or mutation occurs in all the bad ones. You only have to do 4 things 1. Build population using buildpop sub. 2. Call Evolve method. 3. Build a sub which will evaluate fitness. 4. Build a sub which is called when solution is found. The example consists of - library(GAMod), Module(UsrMod) and Form(frmGA) The purpose of this example is to take a number and resolves it into form like v^2+w^2+x^2+y^2+z^2, where v, w, x, y and z are between 0 and 9. Changes: 1. A little more nice GUI 2. A progress graph 3. Information about best and worst chromosomes so far 4. Information about the process from which a specified chromosome is made 5. And most important: change in algorithm Note: The module is customised a litlle bit. The non customised module is in directory "GA_NonCustomised", which you can use in your applications. It may be having bugs. Solve complex problems with this algorithm. And have fun. Please VOTE! and COMMENTS are appreciated Made By Paras Chopra CEO, NaramCheez http://naramcheez.netfirms.com paraschopra@lycos.com P.S.:If you want a tutorial on GA please tell me. I can write one.

6_2008-2009 #207021
Genetic Algorithms : Understanding using Visual Basic.

This tutorial is written with the a strong aim. It's main purpose is to make you understand Genetic Algorithms(GA). This tutorial is written by using examples from the 'Genetic Algorithm using Real Numbers' written by me. It is written in complementary to my code. This tutorial was written because in my sight there was not a single tutorial with both Genetic Algorithms and Visual Basic in it. I have written this tutorial to help a current VB programmer understand and implement GA with ease.

6_2008-2009 #207022
A very simple example of Neural Networks using back propagation

A very simple example of Neural Networks using back propagation This program is a simple example of Neural Networks using back propagation. My code has all basic functionalities like learning rate, load net, save net, etc. You can have as many layers as you can. The code here is extensible ie you can use my code in your programs to implement neural networks. Here a sample problem and network is given. Load the network with name "XOR.nn". It solves XOR problem. 'Please don't forget to give comments, credits and most important your VOTE!. And note if Neural Networks and back propagation is a mystery for you I can write a tutorial on nn and back propagation. Just tell me, if you want it, via feedback. And also, if you create another application using my neural networks please inform me. MadeBy: Paras Chopra CEO, NaramCheez paraschopra@lycos.com http://naramcheez.netfirms.com

7_2009-2012 #229529
Scriptable Cellular Automata

This is the source code of the Program CellLab. The program is an experimentation toolkit for a 2D cellular automata. Cell Laboratory basically separates the rules and the field where action is happening. It offers customizable rule and field system. It means, a user is able to run the cellular automata using any of him custom rule. This program offers Save/Open functionality for both rules and field. Learn more about Cellular Automata by clicking at the links below: http://www.colorado.edu/physics/pion/srr/catutorial/ http://parallel.hpc.unsw.edu.au/complex/tutorials/tutorial1.html PLEASE VOTE!!! If you like the program.. Visit program homepage at: http://naramcheez.paraschopra.com/celllab/index.php

7_2009-2012 #229530
Neural Networks: Understanding Using Visual Basic - Download tutorial

A neural network tutorial for Visual Basic programmers. The previous post got all messes up, so here is the tutorial. Read nn_tutorial.html included in the zip file.

7_2009-2012 #229531
Produce PDF files without having Acrobat (Update v1.1)!

PDFproducer v1.1 PDFproducer produces PDF file of any text file. As this version is first version, no graphics support, no font_size change support. But the really thing I want to show are the basic elements of a PDF file. I have always wanted to do this. The PDF file (generated by this program) is tested on Acrobat 5.0, if tests on 4.0 or below are successful inform me. You can modify its contents, but if you make a major change please inform me. Please spare some time to vote me. If any bugs are found, please inform me. Fixed that overflow bug

7_2009-2012 #229532
txt2sms (Convert pure english into sms english)

It converts any given text in to the new english called sms. I think all would have heard sms, it is a language used in mobile phones. Now it is fully efficient because now it is not beta. Fixed that devil bug. But if you find a bug please inform me. You can sms to any of your freind using any of the free services available on the net. Please VOTE. sms version : it cnverts any gven txt in to the nw english clled sms. i thnk all wld hve hrd sms, it is a lnguge usd in mbile phnes. nw it is flly efficint coz nw it is nt bta. fxed tht dvl bg. bt if u fnd a bg plase inform m. u cn sms to any of yr frnd usng any of the free srvics avlble on the nt. plase vte.

7_2009-2012 #229533
Smartest Tic-Tac-Toe which thinks & has brain of it's own

Here comes The Smartest Tic-Tac-Toe which thinks & has brain of it's own. It becomes more smarter as you play with it because it recalls all the best moves it had made to win the game, if it does not find then it searches the best possible move. And if it wins it puts that move into brain. Even if you win your moves are also put into brain. This is AI. If you completely wipe the brain.txt file, it will depend only on double tree search. It tries to maximize it's own moves while it minimizes the user's moves. It is very difficult to beat the computer. And usually game ends inconclusive. Enjoy the game. And please mail your comments on this game. Please report any bugs. Please VOTE!

7_2009-2012 #229534
Deployer (create self extarcting executable, with files of your choice in it)

This program creates only one executable of many files. You can use it to distribute your software or anything else. Pack as many files into one single exe. It is setup creater. It produces only one single file. Opposite to visual basic deployer which creates 3 files. If bugs please report. Please VOTE.

7_2009-2012 #229535
ALang - Assembly Language for Beginners

ALang is an easy to learn and use Assembly Language for beginners. ALang is very close to Assembly language in its syntax and execution. It is an interpreted language. This means that programs written in ALang are not compiled directly into machine codes rather they are executed one by one. It is a very sophisticated language which can execute variety of programs. You can implement loops, conditionals, variables, etc. in this language. As this is its first release it may be having several limitations and bugs. Any comments, improvements, VOTES and feedback will be appreciated.

7_2009-2012 #229536
SPEAK- Speak is a Personlised English Accent Kernel - A chatterbot - Chat with the computer.

SPEAK- Speak is a Personlised English Accent Kernel - A chatterbot - Chat with the computer. Speak is a Personlised English Accent Kernel. It is still in beta stage. It is a chatterbot whhich can chat in English with you. It is very dumber when you start chatting with it for the first time, but gradually it will develop it's knowledge. You can personalise it by talking with it about you. Please mail me your 'mem.dat'(memory file) after you have chatted with it for a long time so that I can fuse all the collected mem.dat file into one big file hence improving the knowledge of SPEAK. Comments, improvements, credits, feedback and votes are greatly appreciated. Made By: Paras Chopra CEO, NaramCheez http://naramcheez.netfirms.com paraschopra@lycos.com

7_2009-2012 #229537
reate music from pictures - 6 different midi songs from a single picture

Create music from pictures - 6 different midi songs from a single picture This code creates music from any picture, although you can implement it to create midi music from files too. You can change the existing picture to any picture of your choice. This can be pretty useful in encryption. But there may be other uses of it also What is technique behind this? This program does nothing but takes a pixel splits it into R, G & B and then uses the facility provided by free OCX "FreeLib" to create midi music. I have zipped that OCX. The value of R, G & B can be Instrument, Volume or Note. Thus creating 6 different types of music. However, the music produced is not much interesting. I coded this when I was bored and I wrote the code. Please give comments, critics and Please VOTE!!! Made By Paras Chopra CEO, NaramCheez paraschopra@lycos.com http://naramcheez.netfirms.com

7_2009-2012 #229538
A new Genetic Algorithm (with example) - Works brilliantly - Update

A new Genetic Algorithm (with example) - Works brilliantly - Update Here comes the Genetic Algorithm library which is little different from other algorithms. First, it uses real values instead of binary ones. Second, there is very little problem specific code needs to be typed. Third,unlike other algorithms either new offspring will replace the bad ones or mutation occurs in all the bad ones. You only have to do 4 things 1. Build population using buildpop sub. 2. Call Evolve method. 3. Build a sub which will evaluate fitness. 4. Build a sub which is called when solution is found. The example consists of - library(GAMod), Module(UsrMod) and Form(frmGA) The purpose of this example is to take a number and resolves it into form like v^2+w^2+x^2+y^2+z^2, where v, w, x, y and z are between 0 and 9. Changes: 1. A little more nice GUI 2. A progress graph 3. Information about best and worst chromosomes so far 4. Information about the process from which a specified chromosome is made 5. And most important: change in algorithm Note: The module is customised a litlle bit. The non customised module is in directory "GA_NonCustomised", which you can use in your applications. It may be having bugs. Solve complex problems with this algorithm. And have fun. Please VOTE! and COMMENTS are appreciated Made By Paras Chopra CEO, NaramCheez http://naramcheez.netfirms.com paraschopra@lycos.com P.S.:If you want a tutorial on GA please tell me. I can write one.

7_2009-2012 #229539
Genetic Algorithms : Understanding using Visual Basic.

This tutorial is written with the a strong aim. It's main purpose is to make you understand Genetic Algorithms(GA). This tutorial is written by using examples from the 'Genetic Algorithm using Real Numbers' written by me. It is written in complementary to my code. This tutorial was written because in my sight there was not a single tutorial with both Genetic Algorithms and Visual Basic in it. I have written this tutorial to help a current VB programmer understand and implement GA with ease.

7_2009-2012 #229540
A very simple example of Neural Networks using back propagation

A very simple example of Neural Networks using back propagation This program is a simple example of Neural Networks using back propagation. My code has all basic functionalities like learning rate, load net, save net, etc. You can have as many layers as you can. The code here is extensible ie you can use my code in your programs to implement neural networks. Here a sample problem and network is given. Load the network with name "XOR.nn". It solves XOR problem. 'Please don't forget to give comments, credits and most important your VOTE!. And note if Neural Networks and back propagation is a mystery for you I can write a tutorial on nn and back propagation. Just tell me, if you want it, via feedback. And also, if you create another application using my neural networks please inform me. MadeBy: Paras Chopra CEO, NaramCheez paraschopra@lycos.com http://naramcheez.netfirms.com

Languages
Top Categories
Global Discovery