일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- mean
- CNN
- SPL
- Numpy
- ipad
- Button
- imread
- pycharm
- synology
- 삼성소프트웨어멤버십
- install
- mariadb
- GitHub
- GT-S80
- RNN
- Lotto
- pandas
- DFS
- Series
- Splunk
- E-P1
- SciPy
- dataframe
- index
- LSTM
- keras
- javascript
- Python
- 알고리즘
- pip
- Today
- Total
목록잠토네 잠수함 (493)
잠토의 잠망경
colab에 파일 업로드하기 from google.colab import files myfile = files.upload() 날짜 Prophet은 2021-01-02 같은 형식으로 해야 인식된다. prophet 써보기 from fbprophet import Prophet from google.colab import files myfile = files.upload() from pandas import DataFrame import pandas as pd import io rawdatas = pd.read_csv(io.BytesIO(myfile['new 1.txt'])) rawdatas = rawdatas.iloc[::-1] print(rawdatas) df = rawdatas.reset_..
pip를 하면 아래와 같은 오류가 발생한다. console에서 해봐도 아래와 같이 오류 흠.. C:\Users\wonjae.yi>pip install fbprophet Collecting fbprophet Using cached fbprophet-0.7.1.tar.gz (64 kB) Requirement already satisfied: Cython>=0.22 in c:\programdata\anaconda3\lib\site-packages (from fbprophet) (0.29.23) Collecting cmdstanpy==0.9.5 Using cached cmdstanpy-0.9.5-py3-none-any.whl (37 kB) Collecting pystan>=2.14 Downloading pyst..
하드 복구 https://www.r-studio.com/ 삭제된 File을 복구하는 전문 Tool이다.
https://datascience.stackexchange.com/questions/58845/how-to-disable-gpu-with-tensorflow import os os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
워드에 강조를 하고 사후에 Font 및 변경을 일괄 변경하는 방법이다. 시작 우선 강조색의 단축키를 지정하자. 단축키 ATL + CTRL + H 지정된 내용 일괄 변경
gym 검색 1 https://m.blog.naver.com/PostView.nhn?blogId=msnayana&logNo=221431225117&proxyReferer=https:%2F%2Fwww.google.com%2F cartpole-v0, Pong-v0, 마리오, 등에대한 실행 예시가 있다. 강추 검색 2 https://davinci-ai.tistory.com/33 MountainCar-v0에 대한 설명 검색 3 https://gym.openai.com/envs/#algorithmic gym 공식 site 검색 4 https://www.slideshare.net/ssuser163469/ss-78685946 강화학습 ppt 자료 검색 5 https://pypi.org/project/stock_gym..
Splunk URL 추가 [https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-create-a-static-link-to-an-external-url-on-a-dashboard/m-p/145202] Google gym [https://m.blog.naver.com/sonmh12/222036705425] MountainCar-v0 [http://jinicoding.net/openai-gym%EC%9C%BC%EB%A1%9C-q-table-%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98-%EB%A7%8C%EB%93%A4%EA%B8%B0-2/] 좀더 쉽게 설명 되어 있음 추천 mariadb index 생성 [https://m..
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]