반응형

Python/Dev Environment 3

[Python] Jupyter Notebook

Jupyter Notebook 프로젝트 주피터는 "오픈 소스 소프트웨어, 개방형 표준, 그리고 여러 개의 프로그래밍 언어에 걸쳐 인터랙티브 컴퓨팅을 위한 서비스 개발"을 위해 설립된 비영리 단체로서 다양한 프로그래밍 언어에 걸쳐 인터랙티브 데이터 과학과 사이언티픽 컴퓨팅을 지원 https://jupyter.org/install Project Jupyter The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations, interactive dashboards and other media. jupyter.org Ju..

[Machine Learning] Google Colaboratory

Google Colab colab.research.google.com/ Google Colaboratory colab.research.google.com 데이터 과학자, AI 연구원 및 학생 등을 위해서 공개된 클라우드 기반 Jupyter Notebook 개발환경 대표적인 딥러닝 프레임워크인 Tensorflow, Pytorch 설치 및 GPU 활용이 간소하여 간단한 딥러닝 실험을 수행하기에 적합 데이터 및 노트북 파일은 구글 드라이브와 연동되어 사용되기 때문에 구글 계정이 있는 누구나 활용가능 무료 버전 12GB 메모리 할당 K80 상대적으로 낮은 성능의 GPU 할당 12시간 세션 유료(월 $9.99) 24GB 메모리 할당 T4, P100 고성능 GPU 할당 24시간 세션 현재는 미국에서 가능하다 하지만..

[Python] Python 개발 환경 구성

Python 설치 www.python.org/downloads/windows/ Python Releases for Windows The official home of the Python Programming Language www.python.org Python 가상 환경 Python 개발 환경 기준 다양한 Python 버전과 패키지 관리가 필요한 경우 개발 환경 분리 필요 pyenv, virtualenv, pyenv-virtualenv, autoenv pyenv Simple Python version management, 파이썬 버전을 관리하는 툴 하나의 컴퓨터에 다양한 파이썬 버전을 설치하고 관리. Windows OS: github.com/pyenv-win/pyenv-win pyenv-win/pyen..

728x90
반응형