카테고리 없음

Digital Training 15일차(SQL 활용하기 2)

JHONJOE7 2024. 7. 12. 13:00

* 딥러닝 관련 SITE

 

https://huggingface.co/

 

Hugging Face – The AI community building the future.

The Home of Machine Learning Create, discover and collaborate on ML better. We provide paid Compute and Enterprise solutions. We are building the foundation of ML tooling with the community.

huggingface.co

 

https://paperswithcode.com/

 

Hugging Face – The AI community building the future.

The Home of Machine Learning Create, discover and collaborate on ML better. We provide paid Compute and Enterprise solutions. We are building the foundation of ML tooling with the community.

huggingface.co

https://paperswithcode.com/

 

Papers with Code - The latest in Machine Learning

Papers With Code highlights trending Machine Learning research and the code to implement it.

paperswithcode.com

 

* Titanic 활용하여 SQL 실습하기

 

 

* 코드 분석

order by :  오름차순으로 정렬하는 기능

AGEBAND  : 연령대별

 

 

 

* REMIND 가상환경 세팅

 

GIT - New Repository(add rearme check, python 선택)

git bash - git clone shitf+insert : 바탕화면 폴더 생성 확인

pip install -r requirements.txt (라이브러리 다운)

virtualenv venv(가상환경 접속)

source venv/scripts/activate

 

(venv) 생성 확인한다.

 

git add .

git commit -m ""

git push

 

git 에 최신화 여부 CHECK