Analyze Kaggle Code and try a kaggle competition
캐글 코드 분석하고 컴페티션 나가보기 프로젝트
Things to do execute the code
이 코드들을 실행시키 위해 해야하는 것들
-
Install Anaconda. You'll need 3.6 version.
-
Open Anaconda Prompt and make a conda virtualenv environment.
conda create -n kaggle_venv numpy scipy matplotlib spyder pandas seaborn scikit-learn h5py
activate kaggle_venv
- If virtualvenv is activated, install tensorflow with
pip install tensorflowand keras withpip install keras
This project is licensed under the Unlicensed - see the LICENSE.md file for details