https://github.com/jacksonchen1998/nycu-python-ml-workshop
https://github.com/jacksonchen1998/nycu-python-ml-workshop
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacksonchen1998/nycu-python-ml-workshop
- Owner: jacksonchen1998
- License: mit
- Created: 2022-12-12T04:17:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T05:31:37.000Z (over 3 years ago)
- Last Synced: 2025-01-15T19:36:54.559Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NYCU-Python-ML-Workshop
This repository record jupyter notebook file for this workshop
* 11-15 - Introductory Programming Language - Python Fundamentals
* 11-22 - Data cleaning, crawling, data visualization, image processing basics
* 11-29 - Advanced applications - stock prediction, object detection
* 12-13 - Group reports, group evaluations, instructor suggestions
## Final Project
Our group implement a game for kids to learn Cartesian coordinates.
Before starting the game, the system will generate fish head coordinates based on a uniform discrete distribution, and the direction of the fish will follow the white effort distribution.
### Default Value
Fish length
Fish amount
5
1
4
1
3
2
2
1
### Gameplay rule
Players can input coordinates to guess the actual location of the fish, and the system will use that location to mark the fish. If the capture is successful (player input coordinates overlap with the fish location), the location of the fish will be displayed.
The game will continue until all five fish generated by the system have been caught, at which point the system will generate the text (Congratulations !) and end the game. and end the game.
### System Graph
