Git Product home page Git Product logo

kerasapp_2022_for_python38's Introduction

케라스로 구현하는 딥러닝, In Tensorflow 2

본 프로젝트에 대한 설명

'케라스로 구현하는 딥러닝' 프로젝트 클론 버전입니다. 책이 python 3.7로 되어 있어서 3.8.7 호환 코드를 작성하였습니다. 원본 github 주소: https://github.com/jskDr/keraspp_2022

폴드 설명

colab_py37_k28 폴드

파이썬 3.7, 텐서플로/케라스 2.8을 지원하는 구글 콜랩에서 실행하는 코드

  • 파일명 끝에 -colab이 붙은 경우는 아래의 수정이 필요한 노트북임
from keras import dataset ==> from tensorflow.keras import dataset

cpu_only 폴드

GPU가 있지만 cpu로 돌려야 하는 경우에 사용하는 코드

  • 노트북 앞에 아래 두 줄의 코드를 추가함
import os
os.environ['CUDA_VISIBLE_DEVICES'] = '-1'

책표지

책표지 - 케라스로 구현하는 딥러닝

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.