일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- Java
- AssertJ
- event
- 저장소
- Swing
- thread
- synchronized
- class
- 파이썬
- 자바
- SSL
- JavaScript
- SpringBoot
- docker
- join()
- 배열
- c#
- 프로그래머스스쿨
- GIT
- 객체
- Docker Desktop
- Dict
- 스프링부트
- 클래스
- StringBuilder
- JS
- Python
- 자바스크립트
- array
- 메소드
- Today
- Total
정리노트
[딥러닝] 대표적으로 사용되는 라이브러리 목록 본문
- 넘파이(Numpy): 수치 관련 데이터를 처리하는 라이브러리 / 행렬 연산에 효율적
https://numpy.org
NumPy -
Use the interactive shell to try NumPy in the browser
numpy.org
- 사이킷런(Scikit-learn): 전통 머신러닝 라이브러리.
SVM, 클러스터링 등 지원 / 딥러닝 지원 X
https://scikit-learn.org
scikit-learn: machine learning in Python — scikit-learn 0.16.1 documentation
scikit-learn.org
- Matplotlib: 데이터를 여러 그래프로 시각화하는데 사용하는 라이브러리
https://matplotlib.org
Matplotlib — Visualization with Python
seaborn seaborn is a high level interface for drawing statistical graphics with Matplotlib. It aims to make visualization a central part of exploring and understanding complex datasets. statistical data visualization Cartopy Cartopy is a Python package des
matplotlib.org
- 텐서플로우(TensorFlow): 머신 러닝 라이브러리(구글제작)
https://tensorflow.org
TensorFlow
모두를 위한 엔드 투 엔드 오픈소스 머신러닝 플랫폼입니다. 도구, 라이브러리, 커뮤니티 리소스로 구성된 TensorFlow의 유연한 생태계를 만나 보세요.
www.tensorflow.org
- 케라스(Keras): 텐서플로우의 추상화 API 제공
https://keras.io
Keras: Deep Learning for humans
A superpower for developers. The purpose of Keras is to give an unfair advantage to any developer looking to ship Machine Learning-powered apps. Keras focuses on debugging speed, code elegance & conciseness, maintainability, and deployability. When you cho
keras.io
- 파이토치(PyTorch): 오픈소스 머신러닝 라이브러리(페이스북 제작) / vs TensorFlow
https://pytorch.org
PyTorch
pytorch.org
- 판다스(Pandas): 파이썬 데이터 처리 라이브러리
https://pandas.pydata.org
pandas - Python Data Analysis Library
pandas pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language. Install pandas now!
pandas.pydata.org
기타 파이썬 라이브러리 검색 사이트
PyPI · The Python Package Index
The Python Package Index (PyPI) is a repository of software for the Python programming language.
pypi.org
'프로그래밍 > 머신러닝, 딥러닝' 카테고리의 다른 글
[딥러닝] numpy 사용하기 (0) | 2024.10.15 |
---|