https://github.com/diohabara/iba-ai
東大の伊庭先生の人工知能の課題
https://github.com/diohabara/iba-ai
ai lecture u-tokyo
Last synced: about 1 year ago
JSON representation
東大の伊庭先生の人工知能の課題
- Host: GitHub
- URL: https://github.com/diohabara/iba-ai
- Owner: diohabara
- Created: 2021-11-23T01:36:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T03:09:33.000Z (over 4 years ago)
- Last Synced: 2025-01-30T03:25:22.980Z (over 1 year ago)
- Topics: ai, lecture, u-tokyo
- Language: Jupyter Notebook
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```