An open API service indexing awesome lists of open source software.

https://github.com/riseshia/deep-learning-from-scratch-ruby

『ゼロから作る Deep Learning』のソースコードのルビ版
https://github.com/riseshia/deep-learning-from-scratch-ruby

deep-learning ruby

Last synced: about 1 month ago
JSON representation

『ゼロから作る Deep Learning』のソースコードのルビ版

Awesome Lists containing this project

README

          

# ゼロから作る Deep Learning ソースコード Ruby版(Giveup!!)

[![Build Status](https://travis-ci.org/riseshia/deep-learning-from-scratch-ruby.svg?branch=master)](https://travis-ci.org/riseshia/deep-learning-from-scratch-ruby)

本リポジトリではオライリー・ジャパン発行書籍『[ゼロから作る Deep Learning](http://www.oreilly.co.jp/books/9784873117584/)』の[ソースコード](https://github.com/oreilly-japan/deep-learning-from-scratch)のRuby版を勉強がてら作ってます。

ただし、今のところ、Matplotlibに対応はしない予定です。ですのでグラフを作るコードは
ソースコード全体から省略されますのでご注意を。

ついでに`nmatrix`の行列はシリアライズができないので遅いです。

## 実装状況

- [x] Chapter 02
- [ ] Chapter 03(ing)
- [ ] Chapter 04
- [ ] Chapter 05
- [ ] Chapter 06
- [ ] Chapter 07
- [ ] Chapter 08

## 必要条件

* > Ruby 2.2.x
* `nmatrix` gem (`gem install nmatrix`)

## ライセンス

本リポジトリのソースコードは[MITライセンス](http://www.opensource.org/licenses/MIT)です。
商用・非商用問わず、自由にご利用ください。