Here are a list of links that the whole class came up with for the 
Decision Support Systems Course:
(To be updated)
 
Genetic Algorithm Links:
 
A Good Starting Point:  http://www.aaai.org/AITopics/html/genalg.html
A good tutorial with software:  http://www.generation5.org/ga.shtml
GOA and TransGA:   http://www.oocities.org/geneticoptimization/
Carnegie Mellon has a huge repository of AI resources.  Unfortunately, many links are busted: http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/genetic/ga/systems/0.html
Commercial Software vendor's page:  www.wardsystems.com/
-Dr.Vance
 

Here is an interesting simulation:

http://www-cse.uta.edu/%7Ecook/ai1/lectures/applets/gatsp/TSP.html

-Mark Schmidt

 

Here is a very good website for GA knowledge and toolbox:

http://www.geatbx.com/

Some demos could be found in the following URLs:

http://www.geatbx.com/links/ea_java.html

http://www2.informatik.uni-erlangen.de/~jacob/Evolvica/Java/Overview.html

http://www.ee.ed.ac.uk/~rjt/ga.html

Hope this helps,

-Wei Li

 

Check out this site - it allows us to evolve ALife - based on our choice: 
1) http://alife.fusebox.com/morph_lab.html
Control of Boids:
2) http://www.discovery.com/area/science/life/life1.3.html
-Veera 
 
1. http://www.aic.nrl.navy.mil/galist/
   This site provides a good list of information related to research in genetic 
algorithhms and other forms of evolutionary computation.
2. Complex cost function demo
http://www.oursland.net/projects/PopulationExperiment 

-Thyagu

 

Some introductory materials:
http://cs.felk.cvut.cz/~xobitko/ga/
A simple interactive GA that optimizes a set of pre-selected functions.
Meant to be a tool to teach students how different parameter values affect
GA search.
http://www4.ncsu.edu/eos/users/d/dhloughl/public/stable.htm
Another good site:
http://www.genetic-programming.org/
An interesting product, a powerful spreadsheet optimizer for Microsoft Excel:
http://www.bio-comp.com/products/acumenga/index.htm
-Husain
 
Pretty good read.
http://chronicle.com/free/2002/08/2002082901t.htm
Allen Johnston
 
Try sites :
(http://necsi.org/guide/concepts/reductionism.html ) 
(http://necsi.org/guide/concepts/emergence.html ).
http://geneticalgorithms.ai-depot.com/Applications.html
-Diana Chan
 
1. http://www.calresco.org/lucas/cas.htm
 This link provides very good information about complex adaptive systems
2. http://www.theo-physik.uni-kiel.de/theo-physik/schuster/cas_motiv.html
  This website provides some examples of complex adaptive systems 
3.http://radio.weblogs.com/0107584/stories/2002/05/13/complexAdaptiveSystemsADefinition.html
 This gives a very good definition of complex adaptive systems
4. http://arti.vub.ac.be/~steels/origin/subsection3_3_1.html
-Thyagu
 
1. The Hitch-Hiker's Guide to Evolutionary Computation http://www.cs.bham.ac.uk/Mirrors/ftp.de.uu.net/EC/clife/www/
2. Genetic Algorithm http://www.mcs.utulsa.edu/~debnath/ga.html
3. The Genetic Programming Notebook http://www.geneticprogramming.com/index.html
4. GA Research Papers at IEEE Explore
http://ieeexplore.ieee.org/search97/s97is.vts?Action=Search&SearchPage=VSearch.htm&sortfield=pyr&sortorder=desc&ResultTemplate=adv_crst.hts&ResultCount=25&ViewTemplate=lpdocview.hts&queryText=%28genetic+algorithm+%3Cin%3E+ti%29
Linked that helped:
http://www.cs.cornell.edu/rz/ISAT/7March97/ppframe.htm
http://white.stanford.edu/~heeger/linear-systems/linear-systems.html
http://futurepositive.synearth.net/2002/02/15
Ambareen Siraj

 

http://www.ee.ed.ac.uk/~rjt/ga.html
http://www.saltspring.com/brochmann/math/GA/GA-1.00.html
http://www.saltspring.com/brochmann/math/GA/GA-1.00.html
Wei Ma
 
In this experiment a "self-organizing electronic circuit" was programmed to
"evolve" into an oscillator.  The result did produce an oscillating signal
but was actually just repeating a signal from a nearby computer.  Is this a
"real" solution?  In the context fo the books ACME Shipping this seems
analogous to routing a non-existent ship.  How to you prevent such problems
when using GA or how do you verify the solutions provided?
http://www.newscientist.com/news/news.jsp?id=ns99992732
-joe
 
http://www.computerworld.com/softwaretopics/software/appdev/story/0,10801,72840,00.html
Jason Crittenden
 
http://lancet.mit.edu/~mbwall/presentations/IntroToGAs/
http://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol4/tcw2/report.html
yu cheng
 
http://reflect.cbi.msstate.edu/busintel/
These all courtesy of IBM
Dr.Vance
 
 
 
 
 
 
Artificial Neural Network:
 
Here's the url link to the website about the ANN's tutorials. It's quite fun to 
play with.http://home.cc.umanitoba.ca/~umcorbe9/anns.html
Web Applets for Interactive Tutorials on Artificial Neural Learning
Here's another link to the website about Artificial Neural Network Handwriting 
Recognizer.  http://members.aol.com/Trane64/java/JRec.html
Diana Chan
A different explanation of neural nets with some code snippets...
http://www-106.ibm.com/developerworks/linux/library/l-neural/#resources
Chris Adams
 
NNUGA--Neural Network Using Genetic Algorithms
http://www.cs.bgu.ac.il/~omri/NNUGA/
Jason Crittenden
 
A good link about use of ANN's in business, robotics and many other areas in 
the real world. http://www.imagination-engines.com/index.htm
http://www.imagination-engines.com/technologies/datamine.htm
-MEETA
 
1. The websites below provides applets on Artificial neural networks
   http://www.aist.go.jp/NIBH/~b0616/Lab/Links.html
   http://home.cc.umanitoba.ca/~umcorbe9/anns.html
   http://www.emsl.pnl.gov:2080/proj/neuron/neural/demos.html
2. Learning to Play Black Jack with Artificial Neural Networks 
   http://lslwww.epfl.ch/~aperez/BlackJack/classes/RLJavaBJ.html
3. This website provides FAQ's, introduction and tutorials on Neural nets, 
Genetic algorithms, artificial intelligence etc.,
http://www.calresco.org/tutorial.htm#neur
Thyagu
 
1)Comparison of Neural Nets with Statistical Analysis:(How are NNs related to 
statistical methods? )
ftp://ftp.sas.com/pub/neural/FAQ.html#A_stat
2)A FAQ site about NNs - also contains several links and lots of FREEWARES!!!
ftp://ftp.sas.com/pub/neural/FAQ.html
-Veeravel Dakshinamurthy.
 
Examples of projects developed using NN's & genetic programming:
Try the rat maze!
1) http://www.sce.carleton.ca/netmanage/java/Maze.html
An illustration of the use of the Neurosolver, a neural network based on a 
cortical column, as a brain of a hungry rat running in a maze in a quest for 
food 2) http://www.handshake.de/user/blickle/Truck/index.html
An  example of a truck-backer-upper problem , done using Genetic programming. 
-MEETA
 
http://ieee-nns.org/
nitin
 
below is a link to a site that has over 50 freeware/shareware tools for
implementing neural networks:
http://www.emsl.pnl.gov:2080/proj/neuron/neural/systems/shareware.html
Jason Crittenden
 
This is the website of Neuro solutions http://www.neurosolutions.com/ 
I tried using neuro solutions for excel. It was pretty good. 
http://wefcol.vub.ac.be/wefcol/links.htm#Neural 
The website above has some very good links on Neural networks software and java 
applets on neural networks.
Thiyagu
 
Basic information for Neural Networks that are posted to the Usenet
newsgroup comp.ai.neural-nets. It consists of 7 parts. Lots of related links
provided: http://www.informatik.uni-freiburg.de/~heinz/FAQ.html
Decision Support resources, links, tools, ...http://dssresources.com/
-Wei Li
 
 
 
 
 
 
Rule-Based System:
 
1. Introduction to rule based systems 
http://www.cee.hw.ac.uk/~alison/ai3notes/section2_4_4.html#SECTION0044000000000000000
2. Some of the well known rules engines 
 - Blaze advisor rules engine - http://www.blazesoft.com/ 
 - ILOG JRules http://www.ilog.com/ (Java based) 
 - ART*Enterprise http://www.mindbox.com/ (used exclusively for mortgage 
   vertical apps these days) 
 - Jess http://herzberg.ca.sandia.gov/jess (free! for non-commercial 
   applications)
 - http://www.haley.com/0215782176882707/THEcorporateInfo.html
Thyagu
 
A very good sight for learning about rule-based systems.
http://www.ifs.org.uk/~popx/students/lectures/lect3/node1.html
Brief but helpful.
http://cogsci.uwaterloo.ca/courses/phil446/phil446.week3.html
http://cogsci.uwaterloo.ca/courses/Phil256/Phil256.Week3.html
An example.
http://www.cobblestoneconcepts.com/ucgis2summer2002/choi/choi.htm
Describes a rules-based system for GIS application using interactive
question-and-answer sequence.
Ambareen
 
The following two links are what Dr. Paul Thagard, Professor of Philosophy at 
the University of Waterloo taught about rule based systems, including forward 
chaining, backward chaining, matching, the history of rule-based systems, 
example of a rule-based system, and strengths and weaknesses of rule-based 
systems. I am sure that you will find them very helpful.
http://cogsci.uwaterloo.ca/courses/Phil256/Phil256.Week3.html
http://cogsci.uwaterloo.ca/courses/phil446/phil446.week3.html
Wei Ma
 
1. http://www.cs.nott.ac.uk/~sxp/ES3/index.htm
Slides on Rule based systems from University of Nottingham
2. Rule Based expert systems in medicine
http://www.cbmi.upmc.edu/courses/fall96/intro96/buch_3/tsld001.htm
3. A rule based tool for assisting color map selection. 
http://www.research.ibm.com/dx/proceedings/pravda/index.htm
4. Brief overview of rule based systems 
http://www.micro.caltech.edu/micro/research/itrule/rulenet.html
Thiyagarajan Venugopalan

 

The following article and the case studies are good resources for us to learn 
the rule-base system. 
http://www.cs.may.ie/~dod/pubs/94-int-j-prod-econ.pdf
"Development of a Rule-Based Finite Capacity Scheduling System"
This paper talks about a rule-based system which was used to make decisions for 
short-time scheduling for a complex network of manufacturing machines.
Case Study on how rule based system/knowledge-based system was implemented:
1)http://www.attar.com/pages/case_at.htm
"Expert Systems and Australian Taxation Administration"
2)http://www.attar.com/pages/case_tz2.htm
"Threatened Fauna Advisor"
3)http://www.attar.com/pages/case_nis.htm
"Tokyo Nissan Computer Systems-an intelligent "Car Selection System"
Here is a great article to read.
http://www.cobblestoneconcepts.com/ucgis2summer2002/choi/choi.htm
The article talks about using the rule-based system to interpret the aerial
photograph. It's a very interesting article.
Diana Chan
 
This site is the home page for the makers of the AI Trilogy—Neuroshell 
Predictor, Neuralshell Classifier, and Gene Hunter.
http://www.wardsystems.com/info.asp
http://www.red3d.com/cwr/boids/
This website is a non-business application, but it is fun to watch.  
www.pcai.com
Zack
 
This is a pretty good power point presentation that talks about backward
chaining, among other rule based topics.
http://www.cs.nott.ac.uk/~sxp/ES3/index.htm
This next link is a brief explanation of rule based sytems but at the bottom
of the page are links to topics like backward chaining and forward chaining.
The backward chaining page is pretty good if the book didn't explain it wee
enough for you.
http://www.cee.hw.ac.uk/~alison/ai3notes/section2_4_4.html
Jason Crittenden
 
http://world.honda.com/ASIMO/
We’ve all seen the Honda commercials showing the new ASIMO robot.  Be sure 
to watch the movie clips that show their eerily human movement.
Zack
 
This is something interesting.
http://rgp.ufl.edu/otl/viewTech.html?tech=1181
Yu Cindy Cheng
 
http://www.dfrc.nasa.gov/DTRS/1992/PDF/H-1859.pdf
Jack
 
Both FC and BC can be combined for problems with higher complexity. An
example:
http://www.cs.trincoll.edu/~soar/proofer/overview.html
Ambareen Siraj
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Fuzzy Logic:
 
Here are the links for the tutorials of Fuzzy Logic. Fuzzy Logic is a pretty 
new research field of computer science. It's a good idea to read some reference 
materials to understand more about Fuzzy Logic. 
http://www.austinlinks.com/Fuzzy/
The Seattle Robotics Society website provides a very nice tutorial for Fuzzy 
Logic. Also,it provides other information about technology and robotics.
http://www.seattlerobotics.org/encoder/mar98/fuz/flindex.html
Diana Chan
 
Here is an academic version of fuzzy logic software.
http://ace.unm.edu/fuzzy/fuzzy.html
Jason Crittenden
 
I have found these websites very useful as they contain lots of fuzzy
logic related links (more than I could ask for).
1) http://www.emsl.pnl.gov:2080/proj/neuron/fuzzy/what.html
2) http://www.abo.fi/~rfuller/fuzs.html
3) http://www3.sympatico.ca/nuptek/NuptekFuzzyLogicLinks.html
4) http://decsai.ugr.es/~herrera/fl.html
5) http://www.ortech-engr.com/fuzzy/reservoir.html
6) http://www.emsl.pnl.gov:2080/proj/neuron/fuzzy/systems/
7) http://www.oocities.org/siliconvalley/lakes/6007/Fuzzy.htm
Ambareen
 
 
A good website for Fuzzy Logic Resources on Yahoo! about introduction, Fuzzy
CLIPS, repository, Usenet....
http://d2.dir.dcx.yahoo.com/science/computer_science/artificial_intelligence/fuzzy_logic/
Fuzzy system in embedded systems:
http://www.eg3.com/fuzzy-logic.htm
Fuzzy logic resources, a little bit old, but still useful:
http://www.cs.cofc.edu/~manaris/ai-education-repository/fuzzy-resources.html
A comprehensive list on CompInfo - The Computer Information Center, nice
website for related materials:
http://www.compinfo-center.com/ai/fuzzy_logic.htm
-Wei Li
 
This is a pretty good tutorial on fuzzy sets......
http://www.engr.sjsu.edu/~knapp/HCIFUZZY/fuzzy.htm
Jason Crittenden
 
1. http://www.aptronix.com/fuzzynet/ 
This link from Aptronix Inc., gives a brief tutorial on fuzzy logic and also 
gives some applications of the fuzzy logic.
2. http://www.austinlinks.com/Fuzzy/tutorial.html
This is a short paper, which gives the foundations of fuzzy systems.
3. http://www.mines.u-nancy.fr/~gueniffe/CoursEMN/I31/fcourse/fuzzy_appl.10.html
This link gives some applications of fuzzy logic in reality.
4. http://www.attar.com/pages/fuzzy.htm
A white paper on Fuzzy logic in Knowledge builder. This paper gives a brief 
overview of fuzzfication, inference from fuzzy rules and defuzzification. 
5. http://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol4/sbaa/report.html
This link provides a intro to fuzzy logic and also provides a case study.
6. http://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol2/jp6/article2.html
Thyagu
 
Here is a link for buying some commercial grade software on fuzzy logic
http://www.fuzzysys.com/
http://www.abo.fi/~rfuller/fuzs.html 
Jason
 
This is an interesting article on "Warm and Fuzzy Logic" from July 2000 issue 
of Metropolis 
http://www.metropolismag.com/html/content_0700/comp.htm#
Some more resources on fuzzy logic:
http://www.fortunecity.com/emachines/e11/86/fuzzylog.html
http://www.mathworks.com/access/helpdesk/help/toolbox/fuzzy/fuzzy.shtml
-Thyagu
 
1)some real life applications :
http://www.mines.u-nancy.fr/%7Egueniffe/CoursEMN/I31/fcourse/fuzzy_appl.10.html
1 -a) Why use fuzzy logic?
http://www.aptronix.com/fide/whyfuzzy.htm
2)An online book about FL with a guide about building your own Fuzzy 
Controller :
http://www.fuzzy-logic.com/index.htm
3)Fuzzy Searches:
http://www.oocities.org/globelinkweb/fuzzy_logic.html
4)Combination of Fuzzy Logic and neural Nets:
http://fuzzy.cs.uni-magdeburg.de/nnfuz.html
http://fuzzy.cs.uni-magdeburg.de/software.html
http://www.zaptron.com/literature/neurofuzzy.htm#Tools in DataX
5)rule based Fuzzy:
http://members.aol.com/wsiler/
 Finally my own web site with random AI links and other stuff :p
http://www.oocities.org/vradth/AILinks.html
http://www.oocities.org/vradth/websites.html -- has some Fuzzy Links
-Veera.
 
here is another tutorial on fuzzy logic.
http://www.iau.dtu.dk/~jj/pubs/logic.pdf
nitin
 
Here's a good article.  Not sure if has already been mentioned or not.
http://www3.interscience.wiley.com/cgi-bin/abstract/10008824/START
Allen Johnston
 
Chiba, Japan (IDG) -- Imagine your car acting like your pet, or more like
your companion: When you're feeling a little down, your car senses it and
plays cheerful music for you. 
Click to read more:
http://www.cnn.com/2001/TECH/ptech/10/25/aibo.car.idg/index.html
Follow the link and click on p.o.d. to read more:
http://129.33.47.206/html/shop/look_ahead/conceptcar.html#pod
Mark Schmidt
 
http://www.iit.nrc.ca/fuzzy/shower/title.html
www.fuzzy-logic.com/
http://www.mines.u-nancy.fr/~gueniffe/CoursEMN/I31/fcourse/fuzzy_appl.10.html
fuzzy logic control techniques applied to wide range of systems
http://www.intel.com/design/mcs96/designex/2351.htm
http://www.mathworks.com/access/helpdesk/help/toolbox/fuzzy/fuzzy.shtml
-Shivani
 
Got some interesting links.Thought you might like them too.
For Question and Answer format to learn:
1.http://www-2.cs.cmu.edu/Groups/AI/html/faqs/ai/fuzzy/part1/faq-doc-0.html
2.    http://www.seattlerobotics.org/encoder/mar98/fuz/fl_part1.html
3.    http://www.emsl.pnl.gov:2080/proj/neuron/fuzzy/what.html (Nice
collection of Filtered Links)
One of the good links for lists of application of Fuzzy logic:
http://216.239.51.100/search?q=cache:QBv9TN0vTcIC:www.mines.u-nancy.fr/~gueniffe/CoursEMN/I31/fcourse/fuzzy_appl.10.html+what+is+fuzzy+logic&hl=en&ie=UTF-8
Pritpal Gothra
 
here is another useful link on fuzzy logic. not sure if someone has already 
posted it.http://www.emsl.pnl.gov:2080/proj/neuron/fuzzy/what.html
http://babbage.clarku.edu/~dkramer/cs210/Slides/FuzzyLogic.ppt
Wei Ma
 
 
www.austinlinks.com/Fuzzy
This site has free ebooks and some other great information sources for 
knowledge enhancement. This site claims to be the Net’s Original Fuzzy Logic 
Archive. You can even test your Fuzzy Logic knowledge against a Fuzzy Logic 
testing system.
http://www.abo.fi/~rfuller/ifsa.html
This is a link for the International Fuzzy Systems Association. This site 
lists a Who’s Who in Fuzzy logic thinking, etc.
http://www.cs.berkeley.edu/People/Faculty/Homepages/zadeh.html
This is Lotfi A. Zadeh’s home page. He was mentioned throughout chapter 8. 
He is regarded as a key contributor to the concepts behind fuzzy logic. Just 
looking at this man’s achievement list is awe-inspiring.
http://www.csee.wvu.edu/~esazonov/loadswayindex.htm
I actually had fun with this demo of preventing load sway using fuzzy logic. 
It is a java applet that is like a game.
Zack
 
Here's a website named, "AI Depot".  It's got several message boards giving 
examples of new applications in Artificial Intellegence as well future 
applications that are in the works:
http://ai-depot.com/
Also, in class we watched a video on a robotic lawn mower.  Here's a new 
robot that acts as a vacuum cleaner that's now for sale:
http://www.robotslife.com/
http://www.roombavac.com/
-Brad Howard
 
Here are some of the links I found that I haven't seen being mentioned yet:
http://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol2/sbaa/article2.html
http://www.csu.edu.au/ci/vol04/dimitrov1/dimitrov.htm
http://www.webopedia.com/TERM/f/fuzzy_logic.html
Jack
 
I found this website very useful.It has some examples of showing how Fuzzy 
Logic is used in the read world including technical and business applications. 
Besides, you also can run the fuzzyTECH in demo mode for free. Check it out if 
you are interested!
http://www.fuzzytech.com/
Diana Chan
 
Liebert Corporation is the world leader in power and environmental systems and 
services.  They developed the LogiCool system in 2001. Logicool is the first 
precision air conditioning system to use fuzzy logic. The system has about 
twenty rules, six variables, and eleven terms, which are continuously evaluated 
to determine the proper action output.  This system samples room conditions and 
makes decisions about once a second.  
http://www.liebert.com/support/whitepapers/documents/envcntrl.asp
Diana Chan
 
 
 
Case-Based Reasoning:
 
1. http://www.cbr-web.org/
This is the case based reasoning homepage at University of Kaiserslautern. It 
provides introduction, literature and various other resources on CBR. 
2. http://www.aic.nrl.navy.mil/%7Eaha/research/case-based-reasoning.html
This provides a comprehensive list of CBR resources namely application, books, 
journals, software etc.,
3. http://online.loyno.edu/cisa494/material.html
This website provides some papers on CBR, tools, and applications.
4. http://www.aiai.ed.ac.uk/project/cbr/
This is Artificial intelligence application institute website. It provides a 
brief intro to CBR with CBR tools and projects.
5. http://staff.ncst.ernet.in/~sasi/cbr.html
Introduction to CBR with some applications
6. http://www.csi.uottawa.ca/ifip.wg12.2/geographically_organized.html
Global website for Machine learning and CBR researchers
 
Slides from Montreal university on case based reasoning
http://www.iro.umontreal.ca/~maig/CBRFolder/CBR.ppt 
A very good resource of various links on CBR
http://www.aaai.org/AITopics/html/casebased.html
CBR Hall of fame - This website contains featured researchers, papers and 
projects on CBR
http://ai-cbr.cs.auckland.ac.nz/hall.html
Here are some interesting papers on case based reasoning
1. CBR in context: The Present and Future (from the book " Case-Based 
   Reasoning: Experiences, Lessons, and Future Directions") 
   http://www.cs.indiana.edu/~leake/papers/p-96-01_dir.html/paper.html
   This gives a very good introduction to CBR and its problem solving process. 
2. Towards the Application of Case Based Reasoning to Decision-Making in 
   Concurrent Product Development (Concurrent Engineering).
   http://www.haley.com/0288072115786754/PDF/KnowledgeBasedSystemsNottingham.pdf
3. Decision support for case based applications
  This paper gives a brief intro of case based reasoning and helps in deciding 
whether case based reasoning is an appropriate problem solving approach for 
particular business application needs.
http://demolab.iese.fhg.de:8080/Publications/wi96/wi96.pdf
4. Learning from and reasoning about case based reasoning systems
  This paper gives a survey about existing case based reasoning systems
http://demolab.iese.fhg.de:8080/Publications/xps97/xps97.pdf 
5. Using Case-Based Reasoning to Support the Indexing and Retrieval of  
   Incident Reports. 
      http://www.dcs.gla.ac.uk/~johnson/papers/case_based_reasoning/
6. Using Case-Based Reasoning to Advance Collective Knowledge in Learning 
   Communities 
      http://www.dcs.gla.ac.uk/~johnson/papers/case_based_reasoning/
7. Improving Competence by Integrating Case-Based Reasoning and Heuristic 
   Search
      http://ksi.cpsc.ucalgary.ca/KAW/KAW96/zdrahal/cbr.html
8. Experiences Using Case-Based Reasoning to Predict Software Project Effort
      http://dec.bournemouth.ac.uk/ESERG/Technical_Reports/TR00-01/TR00-01.pdf
Thyagu
 
This is an example (actually an advertisement) for CBR that can be used to
turn customer service representatives into "experts" overnight:
http://www.egain.com/docs/products/egain_knowledge.pdf
This is an example (not an advertisement) for determining whether to grant a
loan or not.  This example shows the calculations to determine distance from
existing cases.
http://www.cwa.mdx.ac.uk/bis2040/lect9CBR/example1.html
-Mark
 
http://www.scms.rgu.ac.uk/research/kbs/kacbd/cbr.html - CBR Explanation
http://www.alice-soft.com/html/about.htm  -- CBR software (evaluation available)
Sincerely,
Jack
 
1)This is a very interesting paper that uses the case based reasoning (CBR) 
approach to create user interface components.This paper uses CBR in creating 
user interface objects in order to achieve software reuse effectively. 
http://www.acm.org/sigchi/chi96/proceedings/intpost/Joshi/js_txt.html
2)This paper talks about using an evolutionary guided search method to allow the 
transformation of expertise formerly represented as heuristics into cases.
Rule-based systems are used as the evaluation functions by the evolutionary 
method.
http://www.mcg.gla.ac.uk/staff/rory/wec2.html
Diana Chan
 
I found an interesting website, which has a lot of information obout CBR 
systems, including an introduction, its histroy, present status, and some 
examples. 
  http://www.cbr-web.org/CBR-Web/cbrintro/?info=index&menu=ai
http://www.aaai.org/AITopics/html/casebased.html
Wei Ma
 
Here are some intresting links..
Can creativity be programmed? That too using CBR?This tool comes pretty close:
http://www.cs.indiana.edu/~leake/projects/swale/   -basics
http://www.cs.indiana.edu/~leake/cbr/code/         -code
Some CBR basics:
http://www.aiai.ed.ac.uk/links/cbr.html 
http://www.nupedia.com/article/short/Case-Based+Reasoning/ 
Some reports with intresting uses:
1) http://www.merl.com/reports/TR94-19a/  --a report about 'combining RBS and 
CBR' for accuracy.
2) http://www.isye.gatech.edu/chmsr/publications/smc95/dmb/smc95.dmb.html
--Case-Based Reasoning as a Methodology for Accumulating Human Expertise for 
Discrete System Control.
3)cmap.coginst.uwf.edu/info/ --concept maps - a Knowledge construction toolkit.
http://www.coginst.uwf.edu/projects/caseBasedCapture/AAAICBRCMaps99.htm  --use 
of CBR in Concept Maps.
some people who are currently doing their research in CBS :
http://www.surveying.salford.ac.uk/ai-cbr-mirror/people.html
http://www.aic.nrl.navy.mil/~aha/people.html 
-Veera Dakshinamurthy.
 
 
Controlling Robots with the Mind!!!:
People with nerve or limb injuries may one day be able to command wheelchairs, 
prosthetics and even paralyzed arms and legs by "THINKING them through" the 
motions:
http://www.sciam.com/article.cfm?articleID=00065FEA-DAEA-1D80-90FB809EC5880000
http://www.popsci.com/popsci/auto/article/0,12543,227552-1,00.html
-Veera Dakshinamurthy
 
1. Case-Based Reasoning: A Review 
http://www.ai-cbr.org/classroom/cbr-review.html 
  This paper gives a comprehensive overview of CBR and contrasts its approach 
to that of model based reasoning systems and it also provides a critical review 
of the various CBR software tools available.
2. Case-Based Reasoning: Foundational Issues, Methodological Variations, and 
System Approaches
http://www.iiia.csic.es/People/enric/AICom.html
 3. The Application of Case-Based Reasoning to Develop An On-Line Learning System
for Protecting Consumers’ Rights
http://www.icce2001.org/pdf/poster3/TW038.pdf
4.Finding Genes by Case-Based Reasoning in the Presence of Noisy Case Boundaries
http://www.cs.wisc.edu/~shavlik/abstracts/shavlik.cbr91.ps.abstract.html
 This paper addresses the issue of parsing continous inputs into discrete 
cases.It presents an approach to apply the case-based reasoning paradigm in the 
presence of noisy case boundaries. 
5. Case-based Reasoning for Complex Telecommunication Systems
http://www.erudit.de/erudit/events/tc-d/16_04_99/5_adamson.pdf
Thiyagarajan Venugopalan
 
Case-based reasoning in design- From ASU:
http://www.public.asu.edu/~ambar/case/
Introduction, indices, and tools on CBR:
http://www.kanadas.com/AI-misc.html
A paper that talks about case-based reasoning in software effort estimation:
http://aisel.isworld.org/pdf.asp?Vpath=ICIS/1990&PDFpath=90-12-16-19-149.pdf
-Wei Li
 
This is a web site for Recall, a CBR application.
http://www.alice-soft.com/html/prod_recall.htm
This is a web site for a group called the Centre for System Science based in 
at Simon Frazier University in British Columbia.
http://css.sfu.ca/groups/group.cgi?GroupID=17
Here are some interesting articles from the Coop CBR.
http://www.iiia.csic.es/Projects/FedLearn/CoopCBR.html
Here’s a good tutorial from the AAAI (American Association of Artificial 
Intelligence).  This site has many tutorials on things we’ve already covered 
as well.
http://www.aaai.org/AITopics/html/casebased.html
Here’s an interesting paper from Richard Wheeler from Scotland.  It’s 
another good tutorial, but this one is a published paper.
http://users.pandora.be/richard.wheeler1/pdfs/CBR1.pdf
Zack
 
Case Based reasoning: A Titan Revealed
http://www.idt.mdh.se/msc/cs01/2001/publ/cgl-esd-cbr-titan-2.pdf
  This paper gives an overview of case based reasoning, explains how the CBR 
cycle works with an example and gives some real life application.
Thiyagarajan Venugopalan
 
1)I think this is a whole repository of links related to CBR.
Various applications in industry and other material.
http://www.aic.nrl.navy.mil/~aha/research/case-based-reasoning.html
2) Application ofCBR in various fields:
http://www.cbr-web.org/CBR-Web/?info=fields&menu=f
3)An example of use of CBR:
http://www.haley.com/TheEasyReasoner.html
The Easy Reasoner is an example of using Rule based reasoning which supports 
Case based reasoning.
It has a list of features of Easy Reasoner.
-MEETA
 
1. "Failure Analysis by Case-Based Reasoning" (Roberge, Tullmin, Trethewey)
This paper talks about using CBR in cases containing ill-structured problems, 
uncertainty, ambiguity, and missing data.
http://www.corrosionsource.com/events/intercorr/techsess/papers/session7/abstracts/roberge.html 
2. "Case Based Reasoning in Environmental Decision Making" (Saw, Weiss)
This paper is about the AIAI CBR Diagnosis Shell project that tries to show the 
feasibility of the application of the case-based method in two areas of 
environmental decision making: environmental impact assessment and first flush 
water quality assessment. 
http://www.civ.ed.ac.uk/thesis/1999_00/civil31/index.htm
The following paper may be a good resource to help you understand more on the 
Rule-based reasoning application. 
The application of case-based reasoning to develop an on-line learning system
This is a very interesting paper talks about using case-based reasoning to 
develop a methodology to create a web-based online learning system in 
Taiwan. The system is based on the real consuming cases to provide customers 
with adequate solutions for knowing more about their rights or dealing with 
facing arguments. In the research, the real cases are first collected, 
classified, and stored in the case-based library. 
http://www.icce2001.org/pdf/poster3/TW038.pdf
The following link provides a pretty good summary on Rule-Based Reasoning.
http://aiol.ee.ccu.edu.tw/ai_lab/domain/domain.files/UntitledFrame-2.files/cbr.htm
Diana Chan
 
here are few links to CBR websites
http://www.ai-cbr.org/theindex.html
http://www.aiai.ed.ac.uk/links/cbr.html
regards
nitin