An open API service indexing awesome lists of open source software.

https://github.com/diohabara/iba-ai

東大の伊庭先生の人工知能の課題
https://github.com/diohabara/iba-ai

ai lecture u-tokyo

Last synced: about 1 year ago
JSON representation

東大の伊庭先生の人工知能の課題

Awesome Lists containing this project

README

          

# iba-ai

東大の伊庭先生の人工知能の課題

## report1

課題 1 の PDF を出力

```bash
pandoc -f markdown report1/problem1.md -s -o report1/problem1.pdf --pdf-engine=lualatex
```

課題 2 の PDF を出力

```bash
pandoc -f markdown report1/problem2.md -s -o report1/problem2.pdf --pdf-engine=lualatex
```