일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- keras
- RNN
- SPL
- pandas
- LSTM
- mariadb
- dataframe
- SciPy
- 삼성소프트웨어멤버십
- install
- E-P1
- ipad
- index
- GT-S80
- Lotto
- Numpy
- synology
- CNN
- javascript
- Python
- mean
- Splunk
- Button
- pycharm
- pip
- Series
- DFS
- GitHub
- 알고리즘
- imread
- Today
- Total
목록GitHub (8)
잠토의 잠망경
gym FrozenLake-v0에대한 예시가 있다. ![https://apincan.tistory.com/28?category=839519] SOM(Self Organizing Maps) SOM을 사용하기 위한 LIB이며 PIP에 등록된 GITHUB ![https://github.com/JustGlowing/minisom] SOM에 대한 개념 설명이 쉽게되어 있다. ![https://medium.com/machine-learning-researcher/self-organizing-map-som-c296561e2117] DTW DTW 알고리즘 설명 ![https://leo-bb.tistory.com/58]
내용 참고함 이미 GitHub, Git Server, Gogs 같은 곳에 Repository가 있다고 전제한다. terminal 오픈, 아래 입력 $git init $git add . $git commit -m "commit message" $git remote add origin $git push origin master
형태 URL#L숫자 sample https://github.com/yiwonjae/Project_Python_Finance/blob/master/PythonApplication1/PythonApplication1.py#L15 ※ 참고 https://stackoverflow.com/questions/23821235/how-to-link-to-specific-line-number-on-github
시가 총액 관련 내용을 수집해야 하는데 완전 좋은 pkg를 누군가 만들어 놓으셨다. 관련해서 api를 활용하면 좋을 것 같다. https://github.com/sharebook-kr/pykrx sharebook-kr/pykrx KRX 주식 정보 스크래핑. Contribute to sharebook-kr/pykrx development by creating an account on GitHub. github.com
groupby하기 위해서 dataframe이 사용된다. autoindicate를 위하여 DataFrameGroupBy를 추가하면 mean, std 같은 이미 정의된 class member를 사용할 수 있다. GitHub from pandas.core.groupby.groupby import DataFrameGroupBy def makeGroup(df:DataFrame)->None: print(df.info()) grouped:DataFrameGroupBy = df.groupby(['file_name']) for key, item in grouped: print(key) print(item) grouped:DataFrameGroupBy = df.groupby(['order']) for key, item i..
github self-host 기능을 찾던중 gitea를 찾았으나 javascript문제가 있어서 사용이 안되었고 gogs는 사용이 가능하여 기록에 남긴다. 정상적으로 동작하는 것을 pc에서 확인함 https://gogs.io/ Gogs: A painless self-hosted Git service Gogs runs anywhere Go can compile for: Windows, Mac, Linux, ARM, etc. gogs.io 사전 준비 gogs binary 다운로드 실행 방법
git을 사용하다 보면 대용량 file upload가 필요하다. 1. git-lfs를 설치한다. https://git-lfs.github.com/ Git Large File Storage Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise. git-lfs.github.com 2. 대상 git으로 이동해서 console 실행 $ git lfs install 3. 관..
Tistory Editor Tistory에 Markdown 형식으로 글을 쓸 수 있도록 도와주는 Editor입니다. 다시금 Tistory를 활용하게 해준 효자 상품 ^_^ 개발자님 감사합니다. https://tistory-editor.tistory.com/ Markdown 적용하기 아래 순서대로 진해함 github-markdown.css download highlight.pack.js 및 vs20015.css(다양함 고르면 됨) Tistory에 다음을 적용함