ラベル

AI Forecast 8306MUFG (214) Social (75) life (70) Financial (62) IT (57) Proposal (56) idea (50) Fund Management (48) Trading (43) economics (42) Covid-19 (40) AI (38) Hedge Fund (36) Risk (36) Culture (31) BOJ (29) Science (26) hobby (24) accounting (17) Apps (16) career (11) job (7) Travel (6) Hiking (5) emotion (5) music (3) Statarb (2) piano (2)

2020年2月8日土曜日

AI化、5分でチェック・簡単無料PoC ! 5min PoC (Proof of Concept) on AI

AI化、5分でチェック・簡単無料PoC!

5min PoC(Proof Of Concept) on AI!

(2020/2/23 入力データ保存機能追加 Input Data Saving Function Added)


自分の仕事がAI化できるか試してみたい人は多いだろう。Many may wish to check if the task working on can be on AI basis.

出来そうな気がするが、人に頼むとお金がかかるし、自分でやるには大変だし。いろんなシステムも宣伝しているが、使い方を覚えるだけで大変だ。決心してやってみて結局だめだったらお金と時間の無駄だし。It looks possible but will cost if ask someone. But looks hassle if do it your own. Google search shows many advertisements on AI systems but looks hard to learn. Also, even if you decided to do it, if it fails eventually, it will be  a waste of time and money.

そんな時、無料で、簡単に、可能性をチェックできるのがこのページだ。先に書いた温度管理のプログラムを読み替えただけだ。プログラムはこちら。In such a case, this page provides you, for free and ease, the feasibility check of concept of your idea. This is just another interpretation of previously shown temperature control program I presented. GitHub is here.

下のアプリの使い方は簡単。ただ、画面に自分の手持ちデータをそのまま入力し、ボタンを収束するまで、数回押すだけで完了。AIといっても、言語処理、画像、制御などいろいろあるが、ここでは制御が対象。It is very easy to use below application. Simply, just input your data onto the screen, then click button couple of times until you see convergence. There are lots of AI out there such as language processing, image processing and control, here we focus on control.

農業、製造、教育など、あらゆる場面でAIは助けになる何でも屋だ。AI is all rounder covering agriculture, manufacturing, education and many other fields.

深く考えずに、まずは身近のデータを入れて実験してみよう! Just jump in before think too much, then input your local data and experiment.

何らかの状態xのもと、何らかの制御zを行うと、結果yが出る。では、ある状態xの場合、ある結果yを実現するには、どんな制御zをおこなえばいいの?という問題に適用できる。Under some circumstance X, by making some control Z, then got result Y. Now to achieve result Y under some circumstance X, how much control Z should be applied? This is the problem we can test here.

使い方は簡単。データ1-9に何らかの観測値(x軸)、制御値(z軸)、そしてその結果生じた値(y軸)を入れ、空色のボタンを押す。右側に表示される収束グラフで収束不足の場合は、再度ボタンを押す。計算後、観測値、目標とする結果を実現する制御値(縦軸z)が表示される。グラフが表示されない場合は、グラフのホームアイコンを押す。The usage is easy. Input data set 1-9, i.e., some observation(x-axis), control value(z-axis) and resulting value(y-axis), then push sky blue button. If convergence is not sufficient on right hand side graph, click button once more. After calculation, control value(vertical z-axis) is shown as surface to achieve target value at observation value. Click Home Icon on the graph if it is not shown.

活性化関数は全部で11ある。There are all 11 activation functions you can try (elu, hardsigmoid, linear, relu, relu6, selu, sigmoid, softmax, softplus, softsign, tanh).

利用中の端末上で、PoC入力データの保存と読込ができる。Capable of saving and loading PoC input data on your device in use.


Simple AI POC(Proof Of Concept) Tool
Decide control level to achieve target result level

#OfNeurons/layerニューロン数/層
#ofEpoc教育繰り返し回数
InputLyrActivFunc入力層活性化関数
HidnLyrActivFunc中間層活性化関数
#ofHiddenLayer中間層の数

データーセット番号 data set number       
               
x. 観測値Observation   Value    
               
z. 制御値Control Level Value (+/-)
               
y. 結果Final Result Value
               



SavePC InputData 入力データPC保存 ==>
LoadPC InputData 入力データPC読込 ==>