일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Agile
- instance
- data
- pandas
- data analyze
- python
- Method
- TypeScript
- webcrawling
- matplotlib
- angular
- tensorflow
- Scrum
- Crawling
- 애자일
- algorithm
- 크롤링
- opencv
- analyzing
- DANAWA
- visualizing
- AWS
- 다나와
- 자바스크립트
- javascript
- adaptive life cycle
- ECS
- 프로젝트
- keras
- Project
Archives
- Today
- Total
목록mnist (1)
LiJell's 성장기

MNIST Handwritten Digit Classification Dataset MNIST (Modified National Institute of Standard and Technology) dataset from keras.datasets import mnist from matplotlib import pyplot # load dataset (trainX, trainy), (testX, testy) = mnist.load_data() # summarize loaded dataset print('Train: X=%s, y=%s' % (trainX.shape, trainy.shape)) print('Test: X=%s, y=%s' % (testX.shape, testy.shape)) # plot fi..
Bigdata/TensorFlow
2022. 3. 7. 18:05