2017 © Pedro Peláez
 

yii2-extension yii2-tensorflow-js

Widgets and useful stuff to use tensorflow js on Yii2

image

inquid/yii2-tensorflow-js

Widgets and useful stuff to use tensorflow js on Yii2

  • Thursday, July 12, 2018
  • by gogl92
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Tensorflow JS Yii2 integration

Widgets and useful stuff to use tensorflow js on Yii2 alt text, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist inquid/yii2-tensorflow-js "*"

or add, (*4)

"inquid/yii2-tensorflow-js": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= \inquid\tensoflowjs\TensorflowWidget::widget(['x1'=>[1, 2, 3, 4],'x2'=>[1, 3, 5, 7],'y1'=>[4,1],'y2'=>[4,1],'epochs'=>11]); ?>

You can use this video as guide to understand how Tensorflow works: Video, (*7)

Here is the example of the video:, (*8)

    <?= \inquid\tensorflowjs\TensorflowWidget::widget(['x1'=>[-1,0,1,2,3,4],'x2'=>[-3,-1,1,3,5,7],'y1'=>[6,1],'y2'=>[6,1],'epochs'=>500,'testDataX' => [20],'testDataY' => [1,1]]); ?>

The Versions

12/07 2018

dev-master

9999999-dev

Widgets and useful stuff to use tensorflow js on Yii2

  Sources   Download

MIT

The Requires

 

by Inquid INC

extension yii2 google js machine learning tensorflow tensorflow js