Skip to content

ParkJH1/ML-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Example

Python 환경

  • anaconda 4.6.11
    • python 3.6
    • numpy 1.17.3
    • matplotlib 3.1.1
    • tensorflow 2.0.1

Python 환경 구축 가이드

환경 설정

  1. conda 환경 생성
>>> conda create -n python-env python=3.6
  1. conda 환경 활성화
>>> conda activate python-env
  1. 프로젝트 경로로 이동
>>> cd (프로젝트 경로)
  1. python 모듈 설치
>>> pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages