3,015 research outputs found
Integrative analysis of large-scale biological data sets
We present two novel web-applications for microarray and gene/protein set analysis, ArrayMining.net and TopoGSA. These bioinformatics tools use integrative analysis methods, including ensemble and consensus machine learning techniques, as well as modular combinations of different analysis types, to extract new biological insights from experimental transcriptomics and proteomics data. They enable researchers to combine related algorithms and datasets to increase the robustness and accuracy of statistical analyses and exploit synergies of different computational methods, ranging from statistical learning to optimization and topological network analysis
Comparative study of central decision makers versus groups of evolved agents trading in equity markets
This paper investigates the process of deriving a single decision solely based on the decisions made by a population of experts. Four different amalgamation processes are studied and compared among one another, collectively referred to as central decision makers. The expert, also referred to as reference, population is trained using a simple genetic algorithm using crossover, elitism and immigration using historical equity market data to make trading decisions. Performance of the trained agent population’s elite, as determined by results from testing in an out-of-sample data set, is also compared to that of the centralized decision makers to determine which displays the better performance. Performance was measured as the area under their total assets graph over the out-of-sample testing period to avoid biasing results to the cut off date using the more traditional measure of profit. Results showed that none of the implemented methods of deriving a centralized decision in this investigation outperformed the evolved and optimized agent population. Further, no difference in performance was found between the four central decision makersAgents, Decision Making, Equity Market Trading, Genetic Algorithms, Technical Indicators
An Idiotypic Immune Network as a Short Term Learning Architecture for Mobile Robots
A combined Short-Term Learning (STL) and Long-Term Learning (LTL) approach to
solving mobile robot navigation problems is presented and tested in both real
and simulated environments. The LTL consists of rapid simulations that use a
Genetic Algorithm to derive diverse sets of behaviours. These sets are then
transferred to an idiotypic Artificial Immune System (AIS), which forms the STL
phase, and the system is said to be seeded. The combined LTL-STL approach is
compared with using STL only, and with using a handdesigned controller. In
addition, the STL phase is tested when the idiotypic mechanism is turned off.
The results provide substantial evidence that the best option is the seeded
idiotypic system, i.e. the architecture that merges LTL with an idiotypic AIS
for the STL. They also show that structurally different environments can be
used for the two phases without compromising transferabilityComment: 13 pages, 5 tables, 4 figures, 7th International Conference on
Artificial Immune Systems (ICARIS2008), Phuket, Thailan
vrmlgen: An R Package for 3D Data Visualization on the Web
The 3-dimensional representation and inspection of complex data is a frequently used strategy in many data analysis domains. Existing data mining software often lacks functionality that would enable users to explore 3D data interactively, especially if one wishes to make dynamic graphical representations directly viewable on the web. In this paper we present vrmlgen, a software package for the statistical programming language R to create 3D data visualizations in web formats like the Virtual Reality Markup Language (VRML) and LiveGraphics3D. vrmlgen can be used to generate 3D charts and bar plots, scatter plots with density estimation contour surfaces, and visualizations of height maps, 3D object models and parametric functions. For greater flexibility, the user can also access low-level plotting methods through a unified interface and freely group different function calls together to create new higher-level plotting methods. Additionally, we present a web tool allowing users to visualize 3D data online and test some of vrmlgen's features without the need to install any software on their computer.
- …