Tuesday, May 29, 2007

Seminar Topics - Brain Computer Interface

Brain-Computer interface is a staple of science fiction writing.  Init's earliest  incarnations nomechanism was thought necessary, as the  technology seemed so far fetched that no explanation was likely.   As more became known about the brain however, the possibility has become more real and the science fiction more technically sophisticated.  Recently, the cyberpunk movement has adopted the idea of 'jacking in', sliding 'biosoft' chips into slots implanted in the skull (Gibson, W. 1984).  

                              Although such  biosofts are still science fiction, there have been several recent steps toward interfacing the brain and computers.  Chief among these are techniques for stimulating and recording from areas of the brain with   permanently implanted electrodes and using conscious control of EEG to control computers. 

                                         

                                        Some preliminary work is being done on synapsing neurons on silicon transformers and on growing neurons into neural networks on top of computer chips.The most advanced work in designing a brain-computer interface has stemmed   from the evolution of traditional electrodes.  There are essentially two main problems, stimulating the brain (input) and recording from the brain (output).

                             

                                        Traditionally, both input and output were handled by electrodes pulled from metal wires and glass tubing.Using conventional electrodes, multi-unit recordings can be constructed from mutlibarrelled pipettes.   In addition to being fragile and bulky, the electrodes in these arrays are often too far apart, as most fine neural processes are only .1 to 2 µm apart.

                                   

 

                      Pickard describes a new type   of electrode, which circumvents many of the problems listed above.  These printed circuit micro-electrodes (PCMs) are manufactured in the same manner of computer chips.  A design of a chip is photoreduced to produce an image on a photosensitive glass plate. This is used as a mask, which covers a UV sensitive glass or plastic film.

   A PCM has three essential elements:

                           1) the tissue terminals,

                           2) a circuit board controlling or reading from the terminals      

                           3) a Input/Output controller-interpreter,  such as a computer.                                     

Engineering Seminar Topics

--
For Seminar topics
log on to http://www.seminartopics.net

Saturday, May 26, 2007

Ruby on rails

Ruby on Rails, often called RoR, or just Rails written in , is an open source web application frameworkRuby that closely follows the Model-View-Controller (MVC) architecture. It strives for simplicity and allowing real-world applications to be developed in less code than other frameworks and with a minimum of configuration.

The Ruby programming language allows for extensive metaprogramming, which Rails makes much use of. This results in a syntax that many of its users find to be very readable. Rails is primarily distributed through RubyGems, which is the official packaging format and distribution channel for Ruby libraries and applications.

Friday, April 20, 2007

Robocode

Robocode is an Open Source educational game by Mathew Nelson (originally R was provided by IBM). It is designed to help people learn to program in Java and enjoy the experience. It is very easy to start - a simple robot can be written in just a few minutes - but perfecting a bot can take months or more. Competitors write software that controls a miniature tank that fights other identically-built (but differently programmed) tanks in a playing field. Robots move, shoot at each other, scan for each other, and hit the walls (or other robots) if they aren t careful. Though the idea of this game may seem simple, the actual strategy needed to win is not.
Good robots have hundreds of lines in their code dedicated to strategy. Some of the more successful robots use techniques such as statistical analysis and attempts at neural networks in their designs. One can test a robot against many other competitors by downloading their bytecode, so design competition is fierce. Robocode provides a security sandbox (bots are restricted in what they can do on the machine they run on) which makes this a safe thing to do.

Topic Taken From Seminar Topics