Skip to content
#

genetic-algorithm

Here are 14 public repositories matching this topic...

Curated collection of notebooks and code files I have worked on while learning a wide range of data science subfields, such as Reinforcement Learning, Natural Language Processing, Deep Neural Networks, Genetic Algorithms, etc. Some of these are accompanied by a pdf and/or article.

  • Updated Jul 1, 2019
  • Jupyter Notebook

Contains notebook implementations for the AI based assignments using graph based algorithms that are commonly used in solving AI based problems. Algorithms include BFS, DFS, Hill Climbing, Differential Evolution, Genetic, Back Tracking..

  • Updated Feb 4, 2020
  • Jupyter Notebook

The travelling salesman problem (TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?" In this notebook, I demonstate the solution of this problem with the genetic algorithm.

  • Updated Oct 23, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the genetic-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the genetic-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more