Difference between revisions of "Bio-inspired Computing"

From
Jump to: navigation, search
Line 36: Line 36:
 
** [http://www.sciencedirect.com/science/article/pii/S0020019015001507 Flower Pollination Algorithm | R. Wang, Y. Zhou, S. Qiao and K. Huang]
 
** [http://www.sciencedirect.com/science/article/pii/S0020019015001507 Flower Pollination Algorithm | R. Wang, Y. Zhou, S. Qiao and K. Huang]
 
* [http://en.wikipedia.org/wiki/Biodegradability_prediction Biodegradability Prediction | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Biodegradability_prediction Biodegradability Prediction | Wikipedia]
* [[Neuroscience]] - brain architecture
+
* [[Neuroscience]] - brain architecture - Cognitive Brain Function (Neurons) - Artificial Neural Networks (ANN)
 
* Cells
 
* Cells
 
** [http://en.wikipedia.org/wiki/P_system Cell Membrane | Wikipedia]
 
** [http://en.wikipedia.org/wiki/P_system Cell Membrane | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Cellular_automaton Cellular Automaton | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Cellular_automaton Cellular Automaton | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Cellular_evolutionary_algorithm Cellular evolutionary algorithm | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Cellular_evolutionary_algorithm Cellular evolutionary algorithm | Wikipedia]
 +
* [http://www.simplypsychology.org/pavlov.html Classical/Pavlov Conditioning] - [[Reinforcement Learning (RL)]]
 
* [http://en.wikipedia.org/wiki/Cuckoo_search Cuckoo Search | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Cuckoo_search Cuckoo Search | Wikipedia]
 
* [http://en.wikipedia.org/wiki/User_talk:Cuttlefish_Optimization_Algorithm Cuttlefish Optimization Algorithm | Wikipedia]
 
* [http://en.wikipedia.org/wiki/User_talk:Cuttlefish_Optimization_Algorithm Cuttlefish Optimization Algorithm | Wikipedia]
 
* [http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3062985/ Epidemiology of Infectious Disease (networks) | L. Danon, A.P. Ford, T. House, C.P. Jewell, M. Keeling, G.O. Roberts, J.V. Ross, and M.C. Vernon]
 
* [http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3062985/ Epidemiology of Infectious Disease (networks) | L. Danon, A.P. Ford, T. House, C.P. Jewell, M. Keeling, G.O. Roberts, J.V. Ross, and M.C. Vernon]
* [[Collective Animal Intelligence]]
+
* Collective Animal Intelligence
 
** [http://en.wikipedia.org/wiki/Flocking_(behavior) Flocking (birds) | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Flocking_(behavior) Flocking (birds) | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms Ant Colony Optimization Algorithms (insects) | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms Ant Colony Optimization Algorithms (insects) | Wikipedia]
Line 58: Line 59:
 
* [http://en.wikipedia.org/wiki/Fly_algorithm Fly Algorithm | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Fly_algorithm Fly Algorithm | Wikipedia]
 
* [http://irphouse.com/ijee/ijeev5n6_16.pdf {Leaping} Frog | R. Shivakumar, P.Tamilarasu and M.Panneerselvam]
 
* [http://irphouse.com/ijee/ijeev5n6_16.pdf {Leaping} Frog | R. Shivakumar, P.Tamilarasu and M.Panneerselvam]
* [http://en.wikipedia.org/wiki/Genetic_algorithm Genetic Algorithm | Wikipedia]
+
* [http://en.wikipedia.org/wiki/Genetic_algorithm Genetic Algorithm | Wikipedia] - Survival of the Fittest/Evolution
 
** [http://en.wikipedia.org/wiki/Chromosome_(genetic_algorithm) Chromosome (genetic algorithm) | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Chromosome_(genetic_algorithm) Chromosome (genetic algorithm) | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Mutation_(genetic_algorithm) Mutation | Wikipedia]
 
** [http://en.wikipedia.org/wiki/Mutation_(genetic_algorithm) Mutation | Wikipedia]

Revision as of 18:33, 8 September 2019

YouTube search... ...Google search


Bio-inspired Computing is a subset of metaphor-based metaheuristics

The world of AI has a lot of things around it to thank for its existence in our technological landscape of today. Not only have humans spent decades of research perfecting the mathematical calculations to make these wonderfully complex learning algorithms work but during this time we have looked further than our own species as inspiration to make the next generation of intelligent presence on our planet. Mother Nature, and all that it encompasses, has it’s roots firmly planted in the workings of Artificial Intelligence — and it’s here to stay. 5 Ways mother nature inspires artificial intelligence | Luke James - Towards Data Science

...two algorithm concepts:

  • Search/Pathfinding are essentially programs that are designed to find the best/shortest route to an objective. For example, the travelling salesman problem is a typical search optimization issue where you are given a list of cities and distances between those cities.
  • Predictive Modelling uses statistics in order to predict outcomes. You often hear Data Scientists attempting to solve two kinds of predictive modelling problems, Regression and Classification.

1*a4vWumZe1mE7QfeCbEu3jQ.png