タグ

2016年8月2日のブックマーク (2件)

  • 中学生にも分かるTensorFlow入門 その1 テンソルとはなにか - Qiita

    目的 このシリーズは中学三年生程度の数学の知識があれば、Python言語の機械学習記述用ライブラリを利用して記述された、基的な教師あり学習のニューラルネットワークである誤差伝搬型3層ニューラルネットワークのプログラム、つまり、TensorFlowのサイト(TensorFlow.org)上にあるTutorialのMNIST For ML Beginnersの内容をを理解できるということを目的としています テンソルとは何か 早速題に入り、まずはテンソルということについて考えて行きます ベクトルとスカラー テンソルについて説明する前に、まず、スカラーとベクトルについて説明します スカラーとは大きさです。例えば距離、例えば重さ、そういうものを数学用語でスカラーといいます ベクトルとは大きさと向きがあるものです。座標というものベクトルで考えることができます。それは原点をどこかにとれば、座標への向

    中学生にも分かるTensorFlow入門 その1 テンソルとはなにか - Qiita
    quanon
    quanon 2016/08/02
    TensorFlow を使ってニューラルネットワークを実装したいと思っていたので、非常にありがたい!
  • Ruby Enumerable, Enumerator, Lazy and domain specific collection objects

    Entire source code can be found here: https://gist.github.com/equivalent/70d82d228ca957b21a4d968353f367b8 (mirror) In this article I’m trying to explain Ruby Eumerator, Lazy Enumerator and Enumerable module but mainly show some examples how to implement them in a real Application in order to get collection objects that maps your domain. The article is bit too long but I’m trying to squeeze in lot

    quanon
    quanon 2016/08/02