- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
목록Python (63)
민서네집
PyCharm 원격 빌드 설정하기 http://blog.ghatdev.xyz/11
Windows 10 Ubuntu Bash Shell에서 TensorFlow를 설치하는 것은 쉽다. 설정에서 개발자 모드로 설정해 주고 Windows 기능 켜기/끄기에서 Linux용 Windows 하위 시스템(베타)만 체크해 준 후, 명령 프롬프트에서 bash 라고 입력해 주면 됨. 그런데 jupyter 를 설치했는데, 제대로 실행이 안되고, kernel 이 계속 죽는다.인터넷에 이에 대한 해결책이 나와 있는데, 그대로 해봐도 잘 안된다. 뭔가 꼬인것 같은데... pycharm 에서 Windows 10 Ubuntu Bash Shell 에 설치된 python 을 통해서 Remote Debugging을 하고 싶은데, 잘 될지도 테스트 해 봐야함. Windows 10 Ubuntu Bash Shell 에서 ssh..
jupyter notebook 에서 Root Directory 는 들어갈 수 없군요. [해결방법] Jupyter refuses to serve hidden directory (D:\) on windowshttp://stackoverflow.com/questions/33366624/jupyter-refuses-to-serve-hidden-directory-d-on-windows As kinverarity advised, any attempt to use the root folder directly will say that it's refusing to serve a hidden directory. If you absolutely must serve from the root folder (but can ch..
코딩배틀 가위바위보 in 파이콘 2016 APAC http://tech.kakao.com/pycon2016apac/ https://www.facebook.com/seokjoon.yun.9/posts/1115414945195627 https://www.facebook.com/seokjoon.yun.9/posts/1115845348485920 윤석준 님 소스 import random from collections import defaultdict def get_index(probabilities): max = sum(probabilities) acc = 0 rand = random.random() * max for idx, percent in enumerate(probabilities): acc += per..
github.com에서 "밑바닥부터 시작하는 데이터 사이언스"의 jupyter notebook 파일을 다운로드 받아서 jupyter에서 읽었더니 error가 남. https://github.com/insight-book/data-science-from-scratch [jupyter error] Error loading notebook Unreadable Notebook: D:\python\Study\Python_Math\data-science-from-scratch\ch05_statistics (1).ipynb NotJSONError('Notebook does not appear to be JSON: \'\\n\\n\\n\\n\\n
PyCharm 2016.2 Help Searchhttps://www.jetbrains.com/help/pycharm/2016.2/search.html Keymaphttps://www.jetbrains.com/help/pycharm/2016.2/keymap.html Searching Through the Source Codehttps://www.jetbrains.com/help/pycharm/2016.2/searching-through-the-source-code.html Viewing Inline Documentationhttps://www.jetbrains.com/help/pycharm/2016.2/viewing-inline-documentation.html#tips To view documentati..
Download Python 2.7.12 Documentationhttps://docs.python.org/2/download.html HTML Help (.chm) files are made available in the "Windows" section on the Python download page. Python 2.7.12 documentationhttps://docs.python.org/2/index.html PyCharm IDE 안에서 Python Help 사용하기 - 하단의 Python Console 창을 열면 jupyter notebook이 열린다.- object? , object?? , ?object , ??object 를 입력해서 Help를 볼 수 있다.- help(object) 도 사..
Python에서 효율적인 String Concatenation 방법http://blog.leekchan.com/post/19062594439/python에서-효율적인-string-concatenation-방법
Jupyter notebok tensorboard 실행하기_20160706http://www.slideshare.net/dahlmoon/jupyter-notebok-tensorboard-20160706?from_m_app=ios Matplotlib 기초 이해하기_20160730http://www.slideshare.net/dahlmoon/matplotlib-20160730 텐서플로우 기초 이해하기 20160623http://www.slideshare.net/dahlmoon/20160623-63318427 PYTHON 이해하기http://www.slideshare.net/dahlmoon/python-20160815 Python_numpy_pandas_matplotlib 이해하기_20160815http://..
파이썬으로 풀어보는 수학 http://www.acornpub.co.kr/book/doing-math-with-python http://devluna.blogspot.kr/search?updated-max=2016-07-13T08:29:0%2B09:00&max-results=1&pgno=1 파이썬으로 풀어보는 수학, 2장¶ https://github.com/yoonionh/DMPW/blob/master/DMWP02_yoonionh_0730.ipynb https://github.com/DevStarSJ/Study/tree/master/Blog/Python/DoingMathWithPython