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.
Description
An exercise in which I am trying to predict a routing tool will predict that works with gradient desent.
It could be used to get an initial estimate of an route that can be enhanced later.
This is meant to save CPU and produce an better initial route to be optimized.
Languages
Jupyter Notebook
91.5%
Python
8.5%