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
- gpdb
- 구현
- boj
- BFS
- Data Structure
- aws
- SQL
- 알고리듬
- 코테
- CSV
- Trie
- spring boot
- Priority Queue
- Linked list
- 시뮬레이션
- 코딩테스트
- SWEA
- JavaScript
- hash table
- DFS
- Back tracking
- 알고리즘
- programmers
- Algorithm
- GitHub
- 모의SW역량테스트
- Vue.js
- django
- Python
- Bruth Force
Archives
- Today
- Total
hotamul의 개발 이야기
What is Processing an Image (Information Extraction) 본문
Skill of extraction information from data is called Data Science
Data Preprocessing
- Transforming the data into structured
[Python] image 파일 numpy.ndarray로 불러오기 - Resize (Bring the all image into same shape/size)
ex) all the images to 10 x 10
[Python] OpenCV로 image size 조절하기 - Flatten (Converting into either row matrix or column matrix)
ex) Bar Code
Data Analysis
Features |
---|
Number of black bars |
Distance between each bars |
Width of each bars |
Position or index of bars |
Modeling
Features --> Train Machine Learning Model
'etc.' 카테고리의 다른 글
PCA(Principal Component Analysis)란? (0) | 2023.01.01 |
---|---|
Face images dataset (0) | 2023.01.01 |
[TDD] What is Test Driven Development? (0) | 2022.06.25 |
[IT Term.] MVVM (0) | 2022.01.26 |
[IT Term.] Database Transaction (0) | 2022.01.18 |
Comments