Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.32 KB

Python Library Example

본 문서는 Keras를 사용하여 Deep Learning을 구현하기 위한 기초적인 실습 자료.

The code and comments are written by NamJungGu nowage@gmail.com
Maintained by SungKukKim nackchun@gmail.com

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

name

Example

  • Numpy 는 다차원 배열을 쉽게 처리할 수 있도록 도와주는 라이브러리로 DeepLearning 에서 데이터를 처리하는데 핵심적인 도구입니다.
  • Pandas 는 레이블이 된 데이터로 쉽고 직관적으로 작업할 수 있도록 설계되어 DeepLearning 에서 빠르고 유연하게 데이터를 처리하도록 도와주는 라이브러리입니다.