https://github.com/jacksonchen1998/2023-nycu-pattern-recognition
https://github.com/jacksonchen1998/2023-nycu-pattern-recognition
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacksonchen1998/2023-nycu-pattern-recognition
- Owner: jacksonchen1998
- Created: 2023-02-16T15:20:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T15:06:35.000Z (about 3 years ago)
- Last Synced: 2025-01-15T19:36:50.964Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 6.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2023-NYCU-Pattern-Recognition
## Grading
1. Midterm Exam (40%), but it's free
2. Final Project (60%)
## Final Project
This repository is for the final project of Pattern Recognition.
It's based on the paper [ImageNet Classification with Deep Convolutional Neural Networks](https://proceedings.neurips.cc/paper/2012/file/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf).
And the tutorials from [Convolutional Neural Network (CNN)](https://www.tensorflow.org/tutorials/images/cnn) from TensorFlow.