Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabryv00/mobilerobotnavigation_withai
Assignment of the Mobile Robot Navigation with AI course at the University of Klagenfurt
https://github.com/gabryv00/mobilerobotnavigation_withai
Last synced: 2 days ago
JSON representation
Assignment of the Mobile Robot Navigation with AI course at the University of Klagenfurt
- Host: GitHub
- URL: https://github.com/gabryv00/mobilerobotnavigation_withai
- Owner: GabryV00
- License: apache-2.0
- Created: 2023-11-08T11:44:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T08:33:52.000Z (12 months ago)
- Last Synced: 2023-11-17T09:55:28.351Z (12 months ago)
- Language: Jupyter Notebook
- Size: 9.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile Robot Navigation with Artificial Intelligence techniques
In this repository there are several assignments of the course Mobile Robot Navigation with Artificial Intelligence techniques of the University of Klagenfurt.## Image Classification
In this assignment, a small custom dataset was created, containing four classes of images (planes, drones, helicopters, birds).In the models folder, you will find the notebooks in which the fine tuning of four pre-trained models (AlexNet, GoogLeNet, ResNet18 and VGG-16) was done on the proposed dataset and the subsequent testing.
## Object Detection
In this assignment, the dataset proposed for Image Classification was annotated, containing four classes of images (planes, drones, helicopters, birds).In the models folder, you will find the notebooks in which the fine tuning of three pre-trained models (YOLOv8 and two versions of Faster R-CNN) was done on the proposed dataset and the subsequent testing.
## Time Series Prediction
In this assignment, two datasets were used with LSTM.The first one is the Monthly Champagne sales dataset; the second one is the Yearly Water Usage. The goal was to predict the future values of the sequence.