반응형

Programming/Python 27

python caffe

원본 caffe git 및 사용법 : https://github.com/Microsoft/caffe gtx 650 ti에서 성공함. 1. 파이썬 설치 : https://www.continuum.io/downloads32bit window 버전 python 2.7 설치함아나콘다 설치하니, 기본적인 것은 다 설치된 듯 함.아래와 같이, protobuf만 추가로 설치함pip install protobuf 2. Visual Studio 2013 ultimate 버전 설치함.3. PyCharm 다운로드 및 설치 : https://www.jetbrains.com/pycharm/download/#section=windows -> Python을 위한 IDE, 4. Caffe 다운로드1) CommonSettings.pr..

Programming/Python 2016.09.17

무료 온라인 파이썬(Python) 교재

파이썬을 공부하기 위한 강좌같은 교재, 무료라서 더 Good!!!파이썬(Python) 교재 : http://byteofpython-korean.sourceforge.net/byte_of_python.htmlPDF(한글) : http://byteofpython-korean.sourceforge.net/byte_of_python.pdfPDF(영문) : http://files.swaroopch.com/python/byte_of_python.pdf※ Table of Contents1. 책머리2. 헌정3. 서문4. 소개5. 설치6. 첫 걸음7. 기초8. 연산자와 수식9. 흐름 제어10. 함수11. 모듈12. 자료 구조13. 실생활 문제 해결14. 객체 지향 프로그래밍15. 입력과 출력16. 예외 처리17. 표준 ..

Programming/Python 2015.05.18

Python 및 Matplotlib, numpy 설치

파이썬(Python) 강좌 http://codejob.co.kr/docs/view/2/ 파이썬(Python) 설치 http://www.python.org/download/ 다운로드 후 그냥 설치하면 됩니다. 그 후 Path 설정을 해주면 됩니다. Path 설정은 윈도우 7의 경우 내컴퓨터(우측버튼)->속성-> 고급 시스템 설정-> 고급(탭)->환경 변수 변수명 : Path 선택 후 편집 눌러서 뒤에 파이썬 설치 경로를 추가하면 완료. Matplotlib 다운로드 : http://matplotlib.org/downloads.html 본인은 파이썬을 2.7을 설치하였으므로 matplotlib도 2.7 호환 버전으로 설치했습니다. numpy 다운로드 : http://sourceforge.net/projects..

Programming/Python 2013.05.13
반응형