{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "provenance": [] }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "language_info": { "name": "python" } }, "cells": [ { "cell_type": "markdown", "source": [ "# Summer Research Program: Challenging to detect fish (tuna) by object detection\n", "\n", "Tokyo University of Marine Science and Technology Marine AI Development and Evaluation Center\n" ], "metadata": { "id": "dN96_bx_D3et" } }, { "cell_type": "markdown", "source": [ "## What you need to complete this course\n", "\n", "\n", "* PC\n", "* Google account\n", "* Basic knowledge of statistics and mathematics: mean and variance, sanpling, table data, scatter plot, differentiation, matrices\n", "\n", "## Preparation materials\n", "\n", "In this course, we use Google Colaboratory as the runtime environment.\n", "The following video 1 explains how to use Colaboratory.\n", "2 and 3 are basic content about how to use Python and Numpy, so please watch them if you are unsure.\n", "Please note that these preparatory videos are in Japanese, but English subtitles are provided.\n", "\n", "1. How to use Colaboratory:   [video](https://youtu.be/h-otOP2hyHM) (17 min)\n", "2. introduction to Python: [video](https://youtu.be/cPGSbcIxe14) (31 min)\n", "3. Introduction to NumPy: [video](https://youtu.be/z98FrHFfXaI) (18 min)\n", "\n", "\n", "## Lecture Videos\n", "\n", "These are the main contents of this course. Please watch them together with this web page you are viewing.\n", "There is a link to a Jupyter notebook for exercises at the beginning of each section, so please be sure to try the exercises.\n", "\n", "1. [Introduction to deep learning](https://www.youtube.com/watch?v=Y0q0jnyfIp0) (21 min)\n", "2. [Introduction to PyTorch](https://www.youtube.com/watch?v=hU8Iu8IUF-0) (29 in)\n", "3. [Transfer learning of Faster RCNN object recognition model using TorchVision](https://www.youtube.com/watch?v=mpNdN9BcTKA) (27 min)\n", "\n", "\n", "\n", "\n" ], "metadata": { "id": "MuO3BiubD3ho" } } ] }