Category: Activities
This category contains small activities in discussed in BLOG like fashion.
Neural Network: implementing Counter Propagation
Neural Network: implementing Hopfield NN
Timeplot: an MIT tool to visualize series of events
Timeplot is a DHTML-based AJAXy widget for plotting time series and overlay time-based events over them (with the same data formats that Timeline supports). The original site is: http://simile.mit.edu/timeplot/
I’ve installed it and make a couple of very simple tests, the installation is very simple and the XML-based language to feed the graphical interface very intuitive here is an example.
Here follows a simple example of XML input file:
<?xml version="1.0" encoding="UTF-8"?>
<data>
<event start="Jan 01 1849 00:00:00 GMT" title="California Gold Rush" link="http://en.wikipedia.org/wiki/California_Gold_Rush"></event>
<event start="Apr 12 1861 00:00:00 GMT" end="Apr 09 1865 00:00:00 GMT" title="American Civil War" link="http://en.wikipedia.org/wiki/American_Civil_War"></event>
</data>
Neural Network: implementing backpropagation
Neural Network: implementing Madaline
AI simple programs: MiniMax for game playing
AI simple programs: heuristic search
AI simple programs: searching

DrugSearch: Neural Network Information Retrieval
In this post is summarize the work i’ve done as Final Project for CS580 Neural Network in Chicago for Professor Graupe. This work has been later extended together with professor Clement Yu and published at CIKM 2005. General purpose search engines have provided the users with simple way of querying massive sources of information efficiently, but for domain specific problems better solutions can be developed. We present an application of the Lamstar Neural Network for domain specific web searches. The problem itself is really general and is about relating different topics in a domain specific web search, we present here an instance of the problem relating drug names and side effects. The system, working on top of existing search engines, will filter the results to improve the quality of the search via a properly trained Lamstar neural network, providing a list of links to the suitable pages while directly showing the most relevant portion of each page to the user.
Here is a presentation of the work: drugsearch.pdf