Difference between revisions of "Bio-inspired Computing"

From
Jump to: navigation, search
Line 15: Line 15:
 
* [[Connecting Brains]]
 
* [[Connecting Brains]]
 
* [[Other Challenges]] in Artificial Intelligence
 
* [[Other Challenges]] in Artificial Intelligence
 
+
* [[AI Solver]]
  
 
[http://en.wikipedia.org/wiki/Bio-inspired_computing Bio-inspired Computing] is a subset of [http://en.wikipedia.org/wiki/List_of_metaphor-based_metaheuristics metaphor-based metaheuristics]
 
[http://en.wikipedia.org/wiki/Bio-inspired_computing Bio-inspired Computing] is a subset of [http://en.wikipedia.org/wiki/List_of_metaphor-based_metaheuristics metaphor-based metaheuristics]
Line 21: Line 21:
 
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.  [http://towardsdatascience.com/5-ways-mother-nature-inspires-artificial-intelligence-2c6700bb56b6 5 Ways mother nature inspires artificial intelligence | Luke James - Towards Data Science]
 
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.  [http://towardsdatascience.com/5-ways-mother-nature-inspires-artificial-intelligence-2c6700bb56b6 5 Ways mother nature inspires artificial intelligence | Luke James - Towards Data Science]
  
...two algorithm concepts:
 
  
* <B>Search/Pathfinding</B> 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.
+
http://cdn-images-1.medium.com/max/800/1*a4vWumZe1mE7QfeCbEu3jQ.png
 
 
* <B>Predictive Modelling</B> uses statistics in order to predict outcomes. You often hear Data Scientists attempting to solve two kinds of predictive modelling problems, [[Regression]] and [[Evaluation Measures - Classification Performance |Classification]].  
 
  
http://cdn-images-1.medium.com/max/800/1*a4vWumZe1mE7QfeCbEu3jQ.png
 
  
 
* [http://www.cleveralgorithms.com/nature-inspired/swarm/bfoa.html Bacterial Foraging Optimization Algorithm | Jason Brownlee]
 
* [http://www.cleveralgorithms.com/nature-inspired/swarm/bfoa.html Bacterial Foraging Optimization Algorithm | Jason Brownlee]

Revision as of 10:03, 9 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


1*a4vWumZe1mE7QfeCbEu3jQ.png