반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Unsupervised learning
- 컴퓨터 그래픽스
- Vision
- 로지스틱 회귀
- 그래픽스
- SGD
- SVM
- OpenGL
- petal to metal
- recommender system
- CNN
- 백준
- 딥러닝
- 비용함수
- Regularization
- 추천 시스템
- C++
- 파이썬
- logistic regression
- Computer Vision
- Support Vector Machine
- neural network
- Kaggle
- pre-trained
- CPP
- cs231n
- 컴퓨터 비전
- 인공지능
- 머신러닝
- 신경망
Archives
- Today
- Total
목록Fashion mnist (1)
kwan's note
fashion mnist (CNN 을 이용한 fashion mnist 분류)
fashion mnist classifier를 만들어 보았는데 fully connected layer로 만드니 cross validation accuracy가 생각보다 잘 안나와 cnn을 이용해 분류해 보았습니다. 가장 먼저 fashion mnist는 10종류의 의류 이미지(총 6만개)를 가진 데이터셋입니다. 아래 보이는것처럼 다양한 종류의 풀오버, 바지 가방, 코드 등이 제공되고 이 분류를 맞추는것 입니다. 저는 tensorflow 의 sequential model을 이용하였습니다. from __future__ import absolute_import, division, print_function, unicode_literals import tensorflow as tf from tensorflow i..
project/others
2021. 2. 28. 17:52