Created
April 20, 2014 23:00
-
-
Save sangheestyle/11127428 to your computer and use it in GitHub Desktop.
scratchpad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scratchpad |
idea for implementation
한 개의 오브젝트를 만든다고 보자.
- 폴더 패스를 하나 주어 오브젝트를 만든다고 치면 (폴더패스 안에는 여러개의 문서들이 있다 or 각 라인이 도큐먼트인 파일이여도 좋고)
- 하이레벨로 한큐에 끝낼 수 있게
- 머신러닝
- 리포트 등...
- gensim 에서 다 처리
- pattern 을 사용할 수 있는 것은 무엇인가?
- setup.py 를 이용해서 설치 가능하게
Pythonic Preambulations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to Install Accelerated BLAS Into a Python Virtualenv
Summary: Before installing numpy and scipy, you need to do the following in order to boost calculation speed up when you are using numpy.
http://williamjohnbert.com/2012/03/how-to-install-accelerated-blas-into-a-python-virtualenv/
Check numpy setup
$ python -c 'import numpy; numpy.show_config()'
For benchmark
http://www.janeriksolem.net/2009/10/is-your-numpy-using-right-atlas.html