분류 전체보기
-
소개Tensorflow끄적끄적/기초배우기(sung kim) 2020. 4. 26. 14:38
https://hunkim.github.io/ml/ 모두를 위한 머신러닝/딥러닝 강의 hunkim.github.io 이 카테고리의 모든 글은 홍콩과기대 김성훈 교수님의 수업을 듣은 수업을 바탕으로 만들었습니다. tensorflow==1.8.0 keras==2.3.0 python==3.6.10 jupyter TensorFlow는 모든 연산을 CPU에서 하는 것이 아닌 외부GPU에서 처리한다고 가정한다. 이 GPU안에는 Graph라는 객체가 있고 이 안에서 Tensor의 기본 계산이 이루어진다. 때문에 이 Graph에 값을 전달하고 결과를 받아오는 수단이 필요한데 이 통신을 담당하는 것이 Session이다. 그래프(Graph), 세션(Session), 텐서(Tensor) 1. 그래프 : 그래프는 node와 ..
-
R관련 사이트 정리R 끄적끄적/R 사이트정리 2020. 4. 7. 09:25
http://dygraphs.com/ http://dygraphs.com/ Features Handles huge data sets: dygraphs plots millions of points without getting bogged down. Interactive out of the box: zoom, pan and mouseover are on by default. Strong support for error bars / confidence intervals. Highly customizable: using options dygraphs.com http://plotly.com/ Modern Analytic Apps for the Enterprise - Plotly Using Dash, data sc..