일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- WebGL
- Artificial Intelligence
- 확률
- c++
- Deep learning
- No SQL
- 데이터 과학
- 인공지능
- 김양재 목사님
- 주일설교
- 빅데이터
- 김양재 목사
- data science
- 통계
- probability
- R
- 우리들교회
- node.js
- Statistics
- 몽고디비
- nodeJS
- 빅데이타
- Machine Learning
- MongoDB
- openCV
- Big Data
- 빅 데이타
- 빅 데이터
- 김양재
- 딥러닝
- 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..