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

https://github.com/jacksonchen1998/nycu-python-ml-workshop


https://github.com/jacksonchen1998/nycu-python-ml-workshop

Last synced: 8 months ago
JSON representation

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

![System Graph](system%20graph.png)