티스토리

DeepStat
검색하기

블로그 홈

DeepStat

deepstat.tistory.com/m

딥스탯 님의 블로그입니다.

구독자
0
방명록 방문하기

주요 글 목록

  • Tensorflow for R GPU버전 설치 on Ubuntu16.04 Tensorflow for R GPU installation on Ubuntu16.04 Tensorflow for R GPU installation on Ubuntu16.04 https://tensorflow.rstudio.com/installation_gpu.html https://www.tensorflow.org/install/install_linux http://docs.nvidia.com/cuda/cuda-installation-guide-linux/#axzz4VZnqTJ2A https://developer.nvidia.com/cudnnhttps://cloud.r-project.org/ Tensorflow-GPU 설치 on Ubuntu16.04 1 “CUDA® Toolkit 8.0” Install.. 공감수 0 댓글수 0 2018. 1. 22.
  • Recurrent Neural Network (ver.R) Recurrent Neural Network (ver.R) 참고자료¶https://www.tensorflow.org (TensorFlow)https://tensorflow.rstudio.com (TensorFlow for R)https://medium.com/@erikhallstrm/hello-world-rnn-83cd7105b767 How to build a Recurrent Neural Network in TensorFlow (1/7) - Erik Hallstrom 함께보기¶Recurrent Neural Network (ver.Python) Recurrent Neural Network (ver.R)¶ In [1]: require(tensorflow) num_epochs 공감수 0 댓글수 0 2017. 11. 28.
  • Autoencoder (ver.R) Clustering using Autoencoder (ver.R) DATA SET 출처¶http://archive.ics.uci.edu/ml/datasets/Iris (UCI, Iris Data Set) 참고자료¶https://www.tensorflow.org (TensorFlow)https://tensorflow.rstudio.com (TensorFlow for R) 함께보기¶Autoencoder (ver.Python) Clustering using Autoencoder (ver.R)¶ Iris Data Set¶ In [1]: head(iris) Sepal.LengthSepal.WidthPetal.LengthPetal.WidthSpecies 5.1 3.5 1.4 0.2 setosa 4.9 3.0 1.4.. 공감수 0 댓글수 0 2017. 10. 1.
  • Multilayer Perceptron (ver.R) Multilayer Perceptron (ver.R) DATA SET 출처¶https://www.kaggle.com/ludobenistant/hr-analytics/data (Kaggle, Human Resources Analysis) (해당 데이터셋은 현재 사라졌습니다.) 참고자료¶https://www.tensorflow.org (TensorFlow)https://tensorflow.rstudio.com (TensorFlow for R) Multilayer Perceptron (ver.R)¶ The Human Resources Analysis data set¶ In [1]: HR_data_set 공감수 0 댓글수 0 2017. 9. 30.
  • Convolutional Neural Network (ver.R) Convolutional Neural Network (ver.R) 출처¶http://jorditores.org/first-contact-with-tensorflow/#cap5 (First Contact with tensorflow)https://tensorflow.rstudio.com/ (TensorFlow™ for R)http://motioninsocial.com/tufte/ (Tufte in R) Convolutional Neural Network (ver.R)¶ The MNIST data-set¶ In [1]: require(tensorflow) datasets pool1 -> conv2 -> pool2 -> [inner product -> relu] -> dropout -> [inner produ.. 공감수 0 댓글수 0 2017. 8. 14.
  • 단일신경망 Single Layer Neural Network (ver. R) Untitled 출처¶http://jorditorres.org/first-contact-with-tensorflow/#cap4 (First Contact with tensorflow)https://tensorflow.rstudio.com/ (TensorFlow™ for R)http://motioninsocial.com/tufte/ (Tufte in R) 단일 신경망 Single Layer Neural Network (ver.R)¶ The MNIST data-set¶숫자 손글씨(hand-written digits)에 관한 엄청 유명한 데이터 셋.training set으로 6만 개 이상, test set으로 1만 개이다.흑백사진으로 이루어져있고, anti-aliasing 돼있다. 전 처리가 다 돼있기 때문에.. 공감수 0 댓글수 0 2017. 6. 24.
  • 군집화 k-means Clustering (ver.R) 출처 http://jorditorres.org/first-contact-with-tensorflow/#cap3 (First Contact with tensorflow)https://tensorflow.rstudio.com/ (TensorFlow™ for R)http://motioninsocial.com/tufte/ (Tufte in R) k-means 군집화 (ver. R) k-means Clustering (ver. Python) 1. 좌표값 생성 num_puntos 공감수 0 댓글수 0 2017. 6. 8.
  • 선형 회귀분석 Linear regression (ver.R) 출처 http://jorditorres.org/first-contact-with-tensorflow/#cap2 (First contact with tensorflow)https://tensorflow.rstudio.com/ (Tensorflow™ for R)https://github.com/rstudio/tensorflow (GitHub - rstudio/tensorflow)http://motioninsocial.com/tufte/ (Tufte in R)http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2) (Cookbook for R) 좌표 값 생성 num_points 공감수 0 댓글수 0 2017. 6. 6.
  • 기본 자료 구조 : 텐서 기본 자료 구조 : 텐서 출처 http://jorditorres.org/first-contact-with-tensorflow/#cap3 (First contact with tensorflow)https://tensorflow.rstudio.com/basic_usage.html#tensors (TensorFlow™ for R)https://www.tensorflow.org/programmers_guide/dims_types (TensorFlow™) 텐서플로와 파이썬 자료형 Data_type Python_type Description DT_FLOAT tf.float32 32비트 실수 DT_DOUBLE tf.float64 64비트 실수 DT_INT8 tf.int8 8비트 정수 DT_INT16 tf.int16 .. 공감수 0 댓글수 0 2017. 6. 6.
  • Tensorflow for R 설치해보기 Tensorflow for R 설치 install.packages("tensorflow") require(tensorflow) install_tensorflow()를 하면 설치가 잘 되다가 에러가 뜬다. Error: Required package curl not found. Please run: install.packages('curl') 그래서 curl을 설치해주고 다시 install_tensorflow()를 했다.install.packages("curl") install_tensorflow()생각보다 금방 설치한다. 실행 예제 1 (Hello, TensorFlow!)sess = tf$Session() hello 공감수 0 댓글수 0 2017. 6. 5.
    문의안내
    • 티스토리
    • 로그인
    • 고객센터

    티스토리는 카카오에서 사랑을 담아 만듭니다.

    © Kakao Corp.