74a6f429b3d4e3a0aa33afe1921d77fcaf5d9340
Reversi Deep Learning Implementation
This repository hosts a project for the course "Deep Learning" as part of my studies in Applied AI at FH-SWF. It showcases a Deep Learning model trained to play the classic game Reversi (Othello) implemented in a Jupyter Notebook.
Installation
- Clone the repository:
git clone https://git.horstenkamp.eu/Philipp/reversi.git
- Install dependencies:
pip install -r requirements.txt
Usage
Open the Jupyter Notebook to interact with the game and explore the model's strategy.
Contributing
Feel free to explore the code and provide feedback.
Contact
For any queries, reach out to Philipp.
Description
A Deep Learning implementation of the game Reversi aka. Otello.
This is a Jupyter implementation only because it was requested in such a format for a class in my masters degree.
Languages
Jupyter Notebook
100%