https://github.com/kemo321/ss-o
Space exploration and optimization for AI basics course at uni
https://github.com/kemo321/ss-o
genetic-algorithm knapsack-problem minmax-alpha-beta-pruning simple-gradient-descent
Last synced: 11 months ago
JSON representation
Space exploration and optimization for AI basics course at uni
- Host: GitHub
- URL: https://github.com/kemo321/ss-o
- Owner: Kemo321
- Created: 2024-11-06T19:59:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T22:20:20.000Z (over 1 year ago)
- Last Synced: 2025-01-27T06:43:40.136Z (about 1 year ago)
- Topics: genetic-algorithm, knapsack-problem, minmax-alpha-beta-pruning, simple-gradient-descent
- Language: Jupyter Notebook
- Homepage:
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projects made for space exploration and optimization part of AI basics course at WUT
- [Genetic Algorithm](GeneticAlg/GeneticAlg.ipynb)
- [Knapsack Problem](Knapsack/KnapsackProblem.ipynb)
- [Simple Gradient Descent Method](SGD/SimpleGradientDescent.ipynb)
- [MinMax with alpha beta pruning used to play connect four](MinMaxAB/minimax.ipynb)