Giter VIP home page Giter VIP logo

deeplearningbrowser's Introduction

딥러닝 인 더 브라우저

출판사 제이펍
원출판사 Bleeding Edge Press
원서명 Deep Learning In The Browser(원서 ISBN: 9789386052988)
저자명 자비에르 보우리, 카이 사사키, 크리스토프 코너, 레이이치로 나카노
역자명 이수진
출판일 2020년 2월 20일
페이지 244쪽
시리즈 I♥A.I. 23(아이러브 인공지능 23)
ISBN 979-11-88621-83-5(93000)

### 도서 소개 페이지 바로 가기 ###

페이지 소개

《딥러닝 인 더 브라우저》의 공식 저장소 입니다. 책 내 소스 코드를 확인할 수 있습니다.

책 소개

이 책은 딥러닝과 웹 개발의 교차점에 있습니다. 두 기술 모두 성숙 단계에 접어들었고, 이들이 만난다면 누구도 상상하지 못한 환상적인 애플리케이션을 만들 수 있습니다.

이 책은 기본적인 웹 프로그래밍과 더불어 WebGL 등을 사용한 자바스크립트 딥러닝 프레임워크 사용법을 설명합니다. 브라우저와 딥러닝의 만남은 아직 걸음마 수준에 불과하지만, 하루가 다르게 눈부시게 발전하고 있습니다. 지금이야말로 시작하기 가장 좋을 때입니다. 이 책과 함께 놀라운 딥러닝의 세계를 느껴보기를 바랍니다. 자, 새로운 여행을 떠나 볼까요?

목차

데모

설치 방법

git 명령어로 저장소를 다운받은 후 서브모듈을 업데이트 합니다.

$ git clone [email protected]:backstopmedia/deep-learning-browser.git
$ cd deep-learning-browser
$ git submodule update --init --recursive

웹 서버로 각 챕터의 디렉터리를 실행할 수 있습니다. http-server를 전역으로 설치한 다음 해당 챕터를 실행합니다.

$ npm install http-server -g
$ http-server chapter6 --cors -p 8081

localhost:8081을 열어 해당 하위 디렉터리를 이동해 확인할 수 있습니다.

라이센스

본 저장소는 원작 의 공식 깃허브 저장소에 따라 MIT 라이센스를 준수합니다. /LICENSE.txt 에서 상세한 내용을 확인할 수 있습니다. 단, /lib/data는 디렉터리는 예외입니다.

deeplearningbrowser's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

deeplearningbrowser's Issues

3장 예제 실행 오류

  1. 아래와 같이 npm init 실행하여 package파일 생성 후
    npm_init

  2. npm install 을 하면 아래와같이 에러가 발생합니다.
    npm_install

p.s 실행 환경은 ubuntu 16.04, nvidia-docker, python 3.6, gpu 있는 환경입니다.

index.js 파일은 레파지토리의 chapter3에 있는 tfjs_xor_batching.js 파일을 index.js 로 파일명 수정하고

제일 상단에
require('@tensorflow/tfjs-node-gpu')
const tf = require('@tensorflow/tfjs')

추가하여 사용했습니다.

1) 에러를 안뜨게 하려면 어떻게 해야하나요?

2) 혹시 책 쓰실때 실습하신 환경을 알려주실 수 있으신가요?

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.