Goto

Collaborating Authors

 Evolutionary Systems


On Design Mining: Coevolution and Surrogate Models

arXiv.org Artificial Intelligence

Design mining [54, 55, 56] is the use of computational intelligence techniques to iteratively search and model the attribute space of physical objects evaluated directly through rapid prototyping to meet given objectives. It enables the exploitation of novel materials and processes without formal models or complex simulation, whilst harnessing the creativity of both computational and human design methods. A sample-model-search-sample loop creates an agile/flexible approach, i.e., primarily test-driven, enabling a continuing process of prototype design consideration and criteria refinement by both producers and users. Computational intelligence techniques have long been used in design, particularly for optimisation within simulations/models. Recent developments in additive-layer manufacturing (3D printing) means that it is now possible to work with over a hundred different materials, from ceramics to cells.


llSourcell/genetic_algorithm_challenge

#artificialintelligence

This is the code for Genetic Algorithms by @Sirajology on Youtube. In this demo code we use the MAGIC Gamma Telescope dataset to build a classifer. The classifier will train on the dataset and then be able to classify whether or not some energy is either Gamma Radiation or Hadron Radiation. Instead of guessing and checking the best ML model and hyperparameters to use, we use a genetic programming library called tpot to do that for us by trying out a bunch of them. See this link for an IPython notebook version of this code.


Genetic Algorithms - Learn Python for Data Science #6

#artificialintelligence

Sirajology 23,273 views It Started Out with a Brick - Genetic Algorithm - LD36 - Duration: 3:07. Pete He 1,775 views Nova Science: A new Discovery of the Universe Documentary HD 1080p - Duration: 53:59.


Machine learning in geosciences and remote sensing

#artificialintelligence

Learning incorporates a broad range of complex procedures. Machine learning (ML) is a subdivision of artificial intelligence based on the biological learning process. The ML approach deals with the design of algorithms to learn from machine readable data. ML covers main domains such as data mining, difficult-to-program applications, and software applications. It is a collection of a variety of algorithms (e.g.


University of California research finds that natural selection deleted weak 'caveman DNA'

Daily Mail - Science & tech

Why Neanderthal DNA lost out: Natural selection deleted weak'caveman DNA' from our genome The Neanderthals became extinct about 30,000 years ago - but not before interbreeding with their close human relatives, Homo sapiens. The views expressed in the contents above are those of our users and do not necessarily reflect the views of MailOnline. By posting your comment you agree to our house rules.


Maximizing Investment Value of Small-Scale PV in a Smart Grid Environment

arXiv.org Artificial Intelligence

Determining the optimal size and orientation of small-scale residential based PV arrays will become increasingly complex in the future smart grid environment with the introduction of smart meters and dynamic tariffs. However consumers can leverage the availability of smart meter data to conduct a more detailed exploration of PV investment options for their particular circumstances. In this paper, an optimization method for PV orientation and sizing is proposed whereby maximizing the PV investment value is set as the defining objective. Solar insolation and PV array models are described to form the basis of the PV array optimization strategy. A constrained particle swarm optimization algorithm is selected due to its strong performance in non-linear applications. The optimization algorithm is applied to real-world metered data to quantify the possible investment value of a PV installation under different energy retailers and tariff structures. The arrangement with the highest value is determined to enable prospective small-scale PV investors to select the most cost-effective system.


Why Hasn't Natural Selection Eliminated Heritable Disease? - Facts So Romantic

Nautilus

John Charles Martin "Johnny" Nash was a teen when he first started hearing a voice in his head. A born-again Christian, he interpreted this voice as God speaking to him. Once, he walked into the middle of a busy highway because the voice said he should. He was an accomplished chess player and math whiz, but playing and calculating became increasingly hard. It wasn't long until a psychiatrist diagnosed him with schizophrenia.


Sex as an Algorithm

Communications of the ACM

Adi Livnat (alivnat@univ.haifa.ac.il) is a Senior Lecturer in the Department of Evolutionary and Environmental Biology, and Institute of Evolution at the University of Haifa, Israel. Christos Papadimitriou (christos@cs.berkeley.edu) is the C. Lester Hogan Professor in the Computer Science Division of the University of California at Berkeley.


Natural Selection in an Outbreak - Issue 41: Selection

Nautilus

We haven't figured out what Ebola virus selects as its natural host, but it's definitely not humans. Every once in a while, Ebola stumbles upon a human host, which ends up being a fatal mistake. When I say fatal, I mean for the virus. After all, Ebola is usually not highly efficient at sustaining infection or transmitting from human to human, and eventually that chain of transmission turns into a dead end. Every Ebola outbreak has ended, even the 2014-2015 West African epidemic.


Rapid Posterior Exploration in Bayesian Non-negative Matrix Factorization

arXiv.org Machine Learning

Non-negative Matrix Factorization (NMF) is a popular tool for data exploration. Bayesian NMF promises to also characterize uncertainty in the factorization. Unfortunately, current inference approaches such as MCMC mix slowly and tend to get stuck on single modes. We introduce a novel approach using rapidly-exploring random trees (RRTs) to asymptotically cover regions of high posterior density. These are placed in a principled Bayesian framework via an online extension to nonparametric variational inference. On experiments on real and synthetic data, we obtain greater coverage of the posterior and higher ELBO values than standard NMF inference approaches.