본문 바로가기
Data scientist/Keras

Keras | 공식 홈페이지 카테고리 둘러보기

by 작은벼리 2020. 12. 8.

 

파이썬 딥러닝 라이브러리 케라스 공식 홈페이지에서는 Keras 이해를 위해 가이드를 제공한다.

documentation 구성이 굉장히 좋지만 나처럼 초보자이거나 영어에 대한 거부감이 있는 사람들을 위해

내가 공부해나가는 상세 내용을 블로그에 정리해보고자 한다. 

 


출처: 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 optional high

keras.io


 

출처: https://keras.io/

 

  • About Keras 
    • Keras에 대한 간단한 소개
  • Getting started
    • Introduction to Keras for engineers/researchers
    • keras ecosystem
    • learning resources(관련 강의 등을 정리)
    • FAQ 
  • Developer guides
    • 딥러닝 네트워크를 구성하는 방법에 대해 주제별로 정리
  • Keras API reference
    • 각 함수의 기능과 옵션에 대해 설명
  • code examples
    • 300자 미만 코드로 구성
    • Computer Vision(사진, 영상 관련)
    • Natural language processing(자연어 처리 관련)
    • Structured Data(정형 데이터)
    • Timeseries(시계열)
    • Audio Data(오디오)
    • Generative Deep learning(생성 딥러닝)
    • Reinforcement learning(강화학습)
    • Quick Keras recipes

 

다음 포스팅에서는 About Keras 부분을 따라해본다.

About Keras 
  • Keras에 대한 간단한 소개

댓글