일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- AlexNet
- 백준
- 머신러닝
- SIFT
- canny edge detection
- image processing
- 인공지능
- Reinforcement Learning
- C++
- 그래프 이론
- object detection
- MySQL
- dfs
- exists
- edge detection
- MinHeap
- DP
- sklearn
- classification
- Python
- TD
- Mask Processing
- opencv
- dynamic programming
- 딥러닝
- clustering
- BFS
- machine learning
- 강화학습
- IN
- Today
- Total
목록2024/12/24 (2)
JINWOOJUNG
본 포스팅은 Michigan Univ.의 EECS 498 강의를 수강하면서 공부한 내용을 정리하는 포스팅입니다.https://jinwoo-jung.tistory.com/122 [EECS 498] Assignment 2. KNN...(1)본 포스팅은 Michigan Univ.의 EECS 498 강의를 수강하면서 공부한 내용을 정리하는 포스팅입니다.https://jinwoo-jung.tistory.com/120 [EECS 498] Assignment 1. PyTorch 101...(3)본 포스팅은 Michigan Univ.의 EECS 498 강의를jinwoo-jung.com6. KNN Classifier이제 KnnClassifier Class를 생성 해 보자. 생성한 KnnClassifier를 바탕으로, ..
본 포스팅은 Michigan Univ.의 EECS 498 강의를 수강하면서 공부한 내용을 정리하는 포스팅입니다.https://jinwoo-jung.tistory.com/120 [EECS 498] Assignment 1. PyTorch 101...(3)본 포스팅은 Michigan Univ.의 EECS 498 강의를 수강하면서 공부한 내용을 정리하는 포스팅입니다.https://jinwoo-jung.com/119 [EECS 498] Assignment 1. PyTorch 101...(2)본 포스팅은 Michigan Univ.의 EECS 498 강의를 수강하jinwoo-jung.com1. Load Datax_train, y_train, x_test, y_test = eecs598.data.cifar10()pri..