본문 바로가기

{Programing}/Python14

Requests python 에서 사용하는 HTTP 용 패키지. 간단하게 요청하고 응답을 받아올수 있음. json 형태로 정의된 파라메터를 get함수를 이용해서 보내고 post 함수를 이용해 json형태로 정의된 응답을 받을수 있다. docs.python-requests.org/en/master/user/quickstart/ Quickstart — Requests 2.25.1 documentation Eager to get started? This page gives a good introduction in how to get started with Requests. Let’s get started with some simple examples. Passing Parameters In URLs You often want.. 2021. 5. 12.
keras tensorflow 2.0 기반으로 구현된 API. 보다 인간친화적으로 구현됨. 가장 활발하게 쓰이는 딥러닝 API 중 하나. 캐글 같은 머신러닝 경쟁 플랫폼에서 가장 많이 보이는 API keras.io/ Keras: the Python deep learning API State-of-the-art research. Keras is used by CERN, NASA, NIH, and many more scientific organizations around the world (and yes, Keras is used at the LHC). Keras has the low-level flexibility to implement arbitrary research ideas while offering opti.. 2021. 5. 10.
tensorflow machine learning 용 패키지,라이브러리. python, javascript, IoT 등에서 사용 가능. 언어가 다양해지면서 단일 데스크탑, 모바일, 웹, 클라우드 등 서비스 가능한 영역이 늘어남. 학습에 CPU, GPU를 사용할수 있으며 행렬연산 기반으로 GPU사용시 학습속도가 최대화. keras 라는 API도 지원하여 더욱 쉽게 모델 구성및 학습, 배포가 가능. 데이터 전처리 - 모델 생성 - 하이퍼 파라메타 설정 - 학습 - 결과확인 - 만족 - 배포 or 불만족 - 재설정 및 재학습. www.tensorflow.org/learn?hl=ko TensorFlow 소개 TensorFlow를 사용하면 초보자와 전문가 모두 데스크톱, 모바일, 웹 및 클라우드용 머신러닝 모델을 쉽게 만들 수 있습.. 2021. 5. 10.
matplotlib 시각화 패키지. 각종 꺾은선 그래프, 분포 그래프, 이미지, 막대그래프, 3차원 그래프, 원형 그래프, 표 등 데이터를 표현할수 있는 모든 방식을 지원. matplotlib.org/stable/index.html Matplotlib: Python plotting — Matplotlib 3.4.2 documentation matplotlib.org 머신러닝, 딥러닝에선 필수적인 패키지. 학습과정이나 결과등을 판단하기 위한 보조자료로서 각종 그래프가 필요하기때문. 치트시트 github.com/matplotlib/cheatsheets#cheatsheets matplotlib/cheatsheets Official Matplotlib cheat sheets. Contribute to matplotlib/cheat.. 2021. 5. 10.