일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- MongoDB
- c++
- 통계
- 몽고디비
- probability
- node.js
- 빅 데이타
- Deep learning
- 김양재 목사님
- 확률
- R
- Artificial Intelligence
- 우리들교회
- 딥러닝
- 인공지능
- Big Data
- Machine Learning
- 빅 데이터
- Statistics
- openCV
- WebGL
- No SQL
- 김양재
- 빅데이타
- 김양재 목사
- 빅데이터
- nodeJS
- 주일설교
- 데이터 과학
- data science
- Today
- Total
목록analysis (2)
Scientific Computing & Data Science
[데이터 직접 입력하기] R에서 데이터 입력의 가징 기본적인 것은 "c" 명령을 통해 사용자가 데이터를 직접 입력하는 것이며 다음과 같은 형식으로 입력한다:test.name = c(item.1, item.2, item.3, item.n)예를 들면, 다음과 같이 데이터를 입력할 수 있다. (반드시 아이템과 아이템 사이는 콤마(,)로 구분 짓는다)> myData = c(1,3,2,5,10) > myData [1] 1 3 2 5 10앞의 예는 숫자 데이터에 관한 것이었다. 만약 문자열 아이템을 데이터로 저장하려면 다음과 같이 따옴표 형식으로 입력한다:test.text = c(“item1”, “item2”, ‘item3’)예를 들어,> myData = c("dog", "pig", "cat", "horse") >..
Video content analysis (also Video content analytics, VCA) is the capability of automatically analyzing video to detect and determine temporal events not based on a single image. As such, it can be seen as the automated equivalent of the biological visual cortex.This technical capability is used in a wide range of domains including entertainment,[1] health-care, retail, automotive, transport, ho..