diff --git a/README.md b/README.md deleted file mode 100644 index 1aaea37..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Week_6_Assignment - diff --git a/Week_6_Assignment.ipynb b/Week_6_Assignment.ipynb new file mode 100644 index 0000000..49c93b2 --- /dev/null +++ b/Week_6_Assignment.ipynb @@ -0,0 +1,59 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Intelligent World Informatics LectureV: Assignment Week 6\n", + "- Author: Paul Lödige (ploedige@g.ecc.u-tokyo.ac.jp)\n", + "- Student ID: 37-229753" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## What machine learning algorithms, if any, have you tried?\n", + "So far I have used:\n", + " - LSTM Neural Network for weather prediction based on data collected by a RaspberryPi\n", + " - Simulated Annealing to find collision events in a human-robot-collaboration simulation" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## What kinds of problems you want to solve with machine learning?\n", + " - Image Recognition\n", + " - trajectory planning" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3.10.8 64-bit", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.8" + }, + "orig_nbformat": 4, + "vscode": { + "interpreter": { + "hash": "e7370f93d1d0cde622a1f8e1c04877d8463912d04d973331ad4851f04de6915a" + } + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}