Skip to content

Releases: viczuno/data-mining

v1.0.0

14 Feb 18:56
626519b

Choose a tag to compare

What's Changed

  • Introduce project structure by @Victor-Uzunov in #1
  • Optimization by @Victor-Uzunov in #2
  • Implement n-puzzle solution by @Victor-Uzunov in #3
  • N-queens solution by @Victor-Uzunov in #4
  • Knapsack solution by @Victor-Uzunov in #5
  • Implement travelling salesman problem by @Victor-Uzunov in #6
  • Implement searching algorithms and Dijkstra in Go by @Victor-Uzunov in #7
  • Implement tic tac toe with min-max by @Victor-Uzunov in #8
  • kNN solution for Iris data by @Victor-Uzunov in #9
  • Naive bayes classifier & some refactoring by @Victor-Uzunov in #10
  • Revise README by removing troubleshooting details by @Victor-Uzunov in #11
  • Implement decision tree solution by @Victor-Uzunov in #12
  • Implement kmeans clustering solution by @Victor-Uzunov in #13
  • Implement neural networks solution by @Victor-Uzunov in #14
  • Refactoring & rerwrite code in python by @Victor-Uzunov in #15

New Contributors

  • @Victor-Uzunov made their first contribution in #1

Full Changelog: https://github.com/Victor-Uzunov/Data-Mining/commits/v1.0.0