본문 바로가기

Data Mining & R

Trading strategy: Making the most of the out of sample data https://www.r-bloggers.com/trading-strategy-making-the-most-of-the-out-of-sample-data/ Trading strategy: Making the most of the out of sample dataAugust 19, 2016By The R Trader(This article was first published on R – The R Trader, and kindly contributed to R-bloggers)47SHARESWhen testing trading strategies a common approach is to divide the initial data set into in sample data: the part of the d.. 더보기
R을 이용한 (빅)데이터 분석-SKP (R 기초 ~ 분석 예제) 더보기
GTX 1080 + Cuda 7.5 + cuDNN 5.1 + Tensorflow 0.10 환경구축하기 Ubuntu 16.04 에서 GTX 1080 + Cuda 7.5 + cuDNN 5.1 + Tensorflow 0.10 환경구축하기 (2016. 9. 15 현재)1. Ubuntu 16.04 가 깔려있다고 가정2. Cuda 7.5를 install 하려면 gcc 4.9 버전이 필요하다. 그러나 Ubuntu 16.04에는 gcc 5.4 버전이 설치되어 있다. 그래서 gcc 4.9를 포함한 Tensorflow의 python환경에 필요한 툴들을 내려받는다.$ sudo apt-get update $ sudo apt-get install \ freeglut3-dev \ g++-4.9 \ gcc-4.9 \ libglu1-mesa-dev \ libx11-dev \ libxi-dev \ libxmu-dev \ nvidia-.. 더보기
R TUTORIAL https://www.programiz.com/r-programming/if-else-statement 더보기
R Excel Data 사용 library("XLConnect") excel 더보기
R Excel read XLConnect also can write Excel files, including changing cell formatting, in both Excel 97–2003 and Excel 2007/10 formats.To find out more about XLConnect, you can read the excellent package vignette.By now you’re probably itching to get started with an example. Assume you want to read an Excel spreadsheet in your user directory called Elements.xlsx. First, install and load the package; then cre.. 더보기
R GPU 사용 예제(package gputools) About gputools : https://cran.r-project.org/web/packages/gputools/index.html 더보기
R 병렬처리(doParallel , Foreach) 예제 http://statkclee.github.io/r-intermediate-gapminder/19-foreach-kr.html재현가능한 과학적 분석을 위한 중급 R병렬 프로그래밍학습 목표“당혹스럽게도 병렬(embarrasingly parallel)” 1 문제 개념을 이해한다.R에서 병렬처리 작업을 위한 병렬처리 백엔드를 구축한다.루프 작업으로 foreach 팩키지를 사용해서 효과적으로 병렬화한다.R에서 실행되는 코드 전체 실행시간을 평가할 수 있다.과학 연구에서 마주치는 일부 문제는 “당혹스럽게도 병렬(embarrasingly parallel)”로 알려진 범주에 속한다: 엄청난 연산량이 필요하지만, 연산작업이 상호 의존성이 없는 경우. 유전학에 이에 대한 고전적인 예제가 있다: 전장유전체연관(Genome.. 더보기
R을 사용한 다중회귀분석 (Multiple regression in R) http://www.dodomira.com/2016/01/31/r%EC%9D%84-%EC%82%AC%EC%9A%A9%ED%95%9C-%EB%8B%A4%EC%A4%91%ED%9A%8C%EA%B7%80%EB%B6%84%EC%84%9D-simple-multiple-regression-r/ R을 사용한 다중회귀분석 (Multiple regression in R)다중회귀분석(multiple regression)이란?명칭에서 짐작할 수 있듯이 다중회귀분석이란 설명 변수가 두개 이상인 회귀분석을 의미한다. 어떤 요소에 영향을 미치는 원인이 하나 이상이라는 감(?)이 올때 한번 돌려보면 된다.“다중회귀분석”이라는 이름을 보고 어려울 것 같아 지레 겁먹을 수도 있지만, 본 포스팅을 읽다보면 쉽고 빠르게 다중회귀분석을 실.. 더보기
R을 활용한 대용량 데이터의 처리 및 병렬 컴퓨팅에 대한 연구_박용민 더보기