Coder Social home page Coder Social logo

tomoyaigarashi / tensorflowdl-samples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miyamotok0105/tensorflowdl-samples

0.0 2.0 0.0 1.49 MB

『TensorFlowではじめる DeepLearning実装入門(impress top gear)』のサンプルプログラムです。

Python 5.15% Jupyter Notebook 94.72% Go 0.13%

tensorflowdl-samples's Introduction

TensorFlowではじめるDeepLearning実践入門 サンプルコード

このプログラムはインプレスが発行する書籍「TensorFlowではじめるDeepLearning実践入門」におけるサンプルコードです。

構成

本プログラムのフォルダ構成は以下のようになっています。

フォルダ名 説明
graph 計算グラフの解説用ソースコード類。
nn 全結合ニューラルネットワークによる手書き数字認識のソースコード類。
board TensorBoardの解説用ソースコード類。
conv 畳み込みニューラルネットワークによる手書き数字認識のソースコード類。
save_model モデル保存の解説用ソースコード類。
s_mnist RNNによる手書き数字認識のソースコード類。
word2vec word2vecの解説用ソースコード類。
tfrecord TFRecordの読み書きの解説用ソースコード類。
nic イメージキャプショニング用のソースコード類。

必要環境

書籍に記載済み。後ほどrequirement.txtを作成予定。

ライセンス

このプログラムはMITライセンスです。

正誤表

  • 124ページ中段数式 (誤)z * -log(x) + (1-z) * -log(1-x') -> (正) z * -log(x) + (1-z) * -log(1-x)

メモ

  • ch03

https://www.cs.toronto.edu/~kriz/cifar.html https://gist.github.com/katsugeneration/6fa6bdafb36cc667caea6c54cc7bfed6

tensorflowdl-samples's People

Contributors

takuyashinmura avatar miyamotok0105 avatar

Watchers

James Cloos avatar Tomoya Igarashi 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.