일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- graph
- spark
- GraphX
- RDD
- SparkML
- Graph Tech
- 연합학습
- Cypher
- graph database
- 딥러닝
- 빅데이터
- Neo4j
- TigerGraph
- 그래프
- r
- DeepLearning
- GSQL
- Federated Learning
- 분산 병렬 처리
- GDB
- Python
- 그래프 에코시스템
- TensorFlow
- 그래프 데이터베이스
- 인공지능
- BigData
- Graph Ecosystem
- RStudio
- SQL
- 그래프 질의언어
- Today
- Total
목록Programming (35)
Hee'World
R 버전 업데이트를 위한 순서이며, 3.5.3버전에서 현재 최신 버전으로 업데이트 하였습니다. 순서는 아래와 같습니다. 1. install.packages("installr") 2. library(installr) 3. check.for.updates.R() 4. install.R() 5. 변경된 버전 확인 R 버전 업데이트 1. install.packages("installr") - installr 패키지를 설치합니다. 2. library(installr) - 설치된 installr 패키지를 활성화합니다. 3. check.for.updates.R() - 변경될 R 버전을 확인합니다. 4. install.R() - 관련 패키지를 설치하고, 상위 버전의 R을 다운로드 한뒤 기존 R 설치 방법과 동일하게 진..
통계학(統計學, 영어: statistics)은 산술적 방법을 기초로 하여, 주로 다량의 데이터를 관찰하고 정리 및 분석하는 방법을 연구하는 수학의 한 분야이다. 근대 과학으로서의 통계학은 19세기 중반 벨기에의 케틀레가 독일의 "국상학(國狀學, Staatenkunde, 넓은 의미의 국가학)"과 영국의 "정치 산술(Political Arithmetic, 정치 사회에 대한 수량적 연구 방법)"을 자연과학의 "확률 이론"과 결합하여, 수립한 학문에서 발전되었다. 추론 통계 추론 통계는 기술통계로 어떤 모집단에서 구한 표본정보를 가지고 그 모집단의 특성 및 가능성 등을 추론해내는 통계적 방법이다. 보통 수집된 자료는 어떻게 분석해야 할지 미리 정해져 있기도 하지만, 대부분 획득한 자료(모집단)을 가지고 여러 그..
Tensorflow를 R에서 테스트 진행하여 가장 기본 예제인 MNIST를 사용합니다. R - 3.5.3 RStudio - 1.1.463 OS - Windows10 Mem - 16G 참고 - https://tensorflow.rstudio.com/tutorials/beginners/ TensorFlow for R This short introduction uses Keras to: Build a neural network that classifies images.Train this neural network.And, finally, evaluate the accuracy of the model.Save and restore the created model. Before running the quickst..
기상데이터를 이용하여 데이터를 확인해 볼 수 있는 기본적인 Shiny앱을 구현합니다. 아래와 같은 탭형식의 기상데이터 탐색을 Shiny로 구현한 화면입니다. 사용환경 : Windows 10, R3.5, RStudio 1.1463 R 주요 패키지 : Shiny, ggplot2, DT, rpart, corrplot 먼저 기상데이터를 수집하기 위해서는 기상청에서 운영하는 "날씨마루"와 "기상자료개방포털"를 활용하여 획득 할 수 있습니다. https://bd.kma.go.kr/kma2019/svc/main.do 기상청 날씨마루 - 기상 빅데이터 분석 플랫폼 및 기상융합서비스 bd.kma.go.kr https://data.kma.go.kr/cmmn/main.do 기상자료개방포털 data.kma.go.kr 필자는 ..
TensorFlow TensorFlow™ is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a s..
Sparklyr: R interface for Apache Spark Connect to Spark from R. The sparklyr package provides a complete dplyr backend. Filter and aggregate Spark datasets then bring them into R for analysis and visualization. Use Sparks distributed machine learninglibrary from R. Create extensions that call the full Spark API and provide interfaces to Spark packages - 설치환경 * RAM 16G * HDD 500G * Windows 7 - in..
1. pyenv의 필요한 패키지를 설치합니다.apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev - https://dobest.io/how-to-set-python-dev-env/ - https://github.com/yyuu/pyenv - https://github.com/yyuu/pyenv-virtualenv - https://github.com/kennethreitz/autoenv