정리노트

[딥러닝] 대표적으로 사용되는 라이브러리 목록 본문

프로그래밍/머신러닝, 딥러닝

[딥러닝] 대표적으로 사용되는 라이브러리 목록

Rolen 2024. 10. 7. 01:00
  • 넘파이(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

모두를 위한 엔드 투 엔드 오픈소스 머신러닝 플랫폼입니다. 도구, 라이브러리, 커뮤니티 리소스로 구성된 TensorFlow의 유연한 생태계를 만나 보세요.

www.tensorflow.org

 

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 - 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

 

기타 파이썬 라이브러리 검색 사이트

https://pypi.org

 

PyPI · The Python Package Index

The Python Package Index (PyPI) is a repository of software for the Python programming language.

pypi.org

 

728x90

'프로그래밍 > 머신러닝, 딥러닝' 카테고리의 다른 글

[딥러닝] numpy 사용하기  (0) 2024.10.15