|
||
---|---|---|
.idea | ||
data | ||
experiments | ||
pyrate | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
Eigenstaendigkeit.jpg | ||
Polar-diagram-of-yacht-speed-according-to-diverse-wind-direction-and-speed.png | ||
README.md | ||
SegelbootKurswechselpositionen.html | ||
SegelbootKurswechselpositionen.ipynb | ||
docker-compose.yaml | ||
model.png | ||
poetry.lock | ||
pyproject.toml |
README.md
Predicting Course Change Positions for Sailboats
This repository hosts a project developed as part of the coursework for the Applied AI program at FH-SWF. It demonstrates the application of artificial intelligence (AI) in predicting course changing positions for sailboats.
Overview
- Technology Stack: Python, TensorFlow, Jupyter Notebook
- Notebook:
SegelbootKurswechselpositionen.ipynb
- Data: Located in the
data
folder
Project Structure
Jupyter Notebook: The notebook titled
SegelbootKurswechselpositionen.ipynb
contains experiments conducted for this project. The navigation algorithm utilized is based on the course finder developed by the Sailing Team Darmstadt e.V.. Note: The course finder algorithm by the Sailing Team Darmstadt e.V. is proprietary and is not included in this project.Data: The training data essential for this project is housed in the
data
folder.
Getting Started
- Clone the repository to your local machine.
- Navigate to the project directory.
- Open the Jupyter Notebook to view the experiments and analyses.