일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 연합학습
- 그래프 질의언어
- RStudio
- Federated Learning
- 그래프 에코시스템
- 그래프 데이터베이스
- graph database
- Graph Ecosystem
- spark
- SparkML
- SQL
- 딥러닝
- 그래프
- Cypher
- 인공지능
- TigerGraph
- graph
- 빅데이터
- r
- GSQL
- GDB
- GraphX
- Python
- 분산 병렬 처리
- TensorFlow
- RDD
- Graph Tech
- DeepLearning
- Neo4j
- BigData
- Today
- Total
목록전체 글 (152)
Hee'World
- Anaconda 4.0.0 - Python3 - Windows7 - OpenCV3 1. Anaconda Prompt 실행 2. conda install 설치 conda promt창에서 아래의 conda install 명령어를 입력합니다. conda install -c https://conda.binstar.org/mempo opencv3 을 입력합니다. - 중간에 Proceed ?
설치환경 - Ubuntu Server 14.04.4 - Virtualenv - Python 2.7.11 1. Virtualenv 환경에서 설치환경에 맞게 설치를 진행한다. - 저는 pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl로 설치 진행하였습니다. * Python 2# Ubuntu/Linux 64-bit, CPU only:(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86..
Below Python packages are to be downloaded and installed to their default locations.1.1. Python-2.7.x.1.2. Numpy.1.3. Matplotlib (Matplotlib is optional, but recommended since we use it a lot in our tutorials).Install all packages into their default locations. Python will be installed to C:/Python27/.After installation, open Python IDLE. Enter import numpy and make sure Numpy is working fine.Dow..
2.2.2 분석 : 매스플롯라이브러리로 scatter 플롯 생성하기 에러 발생 - 아래와 같이 해결하면 됨 In [10]: ax.scatter(datingDataMat[:,1], datingDataMat[:,2], 15.0*array(datingLabels).astype(float), 15.0*array(datingLabels).astype(float))Out[10]: In [11]: In [11]: plt.show() 참조 : http://modular.tistory.com/category/%EC%82%BD%EC%A7%88%EA%B3%BC%20%EC%97%B4%EB%A7%A4/Python
임의로 만들어진 임의의 디렉토리에 저장된 Python module을 불러오는 방법 1. sys모듈에 path추가 하여 불러오기>> import sys >> sys.path['', 'C:\\Python34\\Scripts\\ipython.exe', 'C:\\Windows\\system32\\python34.zip', 'C:\\Python34\\DLLs', 'C:\\Python34\\lib', 'C:\\Python34', 'C:\\Python34\\lib\\site-packages', 'C:\\Python34\\lib\\site-packages\\IPython\\extensions', 'C:\\Users\\JeonJongHee\\.ipython'] >> sys.path.append("C:/Python/myP..
git push 시 protocol https not supported or disabled in libcurl 에러 날 경우 해결방안... [해결방법]C:\Program Files (x86)\Git\bin\libcurl.lib 파일을...C:\Windows\SysWOW64 경로의 밑으로 복사해서 떺어씌우면 끝... 해결의 참조한 페이지 -> http://lifeseed.tistory.com/74
1. Tableau Public을 설치할 페이지로 이동합니다.https://public.tableau.com/s/download 접속합니다. 2. Tableau Public 페이지로 접속한 뒤 Download App 버튼 왼쪽 칸에 자신의 이메일 주소를 입력 한뒤 Download App 버튼을 클릭합니다. 3. 클릭하게 되면 자동으로 Tableau Public이 다운로드 되어집니다. 4. 다운로드 되어진 Tableau Public install 파일을 실행하여 설치를 진행합니다. 실행하게 되면 특별한 설정 없이 진행할 수 있습니다. 5. 설치가 완료 한 뒤, Tableau Public을 실행한 화면입니다. 설치 끄읕. 쉽네.