Coder Social home page Coder Social logo

tensorflow_git's Introduction

파이썬 딥러닝 텐서플로 도서

'파이썬 딥러닝 텐서플로' 도서 (정보문화사) 교보문고, YES24 예제 코드입니다 👏

Python Tensorflow Open in Colab

RubberDuck


이 책의 특징 👍

  • 텐서플로를 쉽게 이해하고 즉시 활용하려는 사람들을 위한 입문서이다.
  • 케라스부터 사용자 정의 함수까지 텐서플로 공식 튜토리얼을 상세하게 풀어서 설명한다.
  • CNN, NLP, 강화 학습 등 최근 딥러닝 경향이 반영된 다양한 실습 예제를 담고 있다.
  • 이미지(분류, 탐지, 분할, 생성, 스타일 변환), 자연어(감성 분류, 생성, 챗봇), 게임 속에서 강화 학습 등 흥미로운 내용과 모든 예제를 코랩을 기반으로 직접 구현해 볼 수 있다.

목차 🔍

  • PART1. 개발 환경 구축
  • PART2. 텐서플로 (TensorFlow)
  • PART3. 케라스(Keras)
  • PART4. 합성곱 신경망 (CNN)
  • PART5. 순환 신경망 (RNN)
  • PART6. 강화학습 (Reinforcement Learning)

질의응답

예제코드 바로 실행 🔥

Kapture 2021-06-26 at 14 50 41

  1. 학습할 주피터 노트북(ipynb) 선택
  2. "구글 코랩(Colab)에서 실행하기" 링크 클릭
  3. "Drive로 복사" 버튼 클릭

예제코드 전체 복사 (구글 드라이브) 👋

  • 예제 코드는 코랩에서 코랩 시작하기
  • 예제 코드 구글 드라이브에 복사 방법 with 코랩
# 구글 드라이브 연결
from google.colab import drive
drive.mount('/content/drive')
# 현재 경로 확인
pwd
# output: /content
# 경로 변경(예시, 예제코드 복사할 위치)
cd "/content/drive/MyDrive/Colab Notebooks"
# 현재 경로 확인
pwd
# output: /content/drive/MyDrive/Colab Notebooks
# 깃헙에 있는 파일 -> 내 구글 드라이브로 복사
!git clone https://github.com/lovedlim/tensorflow.git

질의응답 🙋

도서 학습 중 질문이 있으신가요?

  • 깃허브 Issues 탭 클릭 (New Issue 버튼 클릭)

무제

  • 질문 작성
    • 제목: 말머리 글 포함 '[질문]' '[오탈자]' '[오류정정]' 등
    • 독자를 위한 공간입니다. 질문 작성 시 페이지 넘버를 꼭 작성해주세요 :)
    • 구제적인 질문 내용을 작성해주세요.
    • 스크린 샷 첨부해주세요.

추가 학습 자료 📙

tensorflow_git's People

Contributors

nooooneee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.