This commit is contained in:
paul-loedige 2022-11-28 11:45:11 +09:00
parent acbf9a4c43
commit 5244b2dc5d
2 changed files with 59 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# Week_6_Assignment

59
Week_6_Assignment.ipynb Normal file
View File

@ -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
}