SlideShare a Scribd company logo
101
for Keras.js
2017/8/1
ARCANA Meetup #27@
Keras
WebAPI
Processing + Flask
N
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
Keras.js
Keras.js
Tensor ow
Keras (GPU !)
Keras
JSON
HDF5
Node.js (CPU )
https://github.com/transcranial/keras-js
Keras.js encoder.py
HDF5
Keras.js
const model = new KerasJS.Model({
filepaths: {
model: 'url/path/to/model.json',
weights: 'url/path/to/model_weights.buf',
metadata: 'url/path/to/model_metadata.json'
},
gpu: true
})
model.ready().then(
function () {
const inputData = {
'input': new Float32Array(testData)
};
console.log(inputData);
return model.predict(inputData)
}).then(
function (outputData) {
console.log(outputData);
}
).catch(
function (err) {
console.log(err);
}
);
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js
https://github.com/endoh0509/MachineLearningRPS
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js

More Related Content

PDF
Comparison nodejs frameworks using Polls API
PDF
The power of streams in node js
PPT
Async programming on NET
PPTX
Amazon elastic map reduce
PDF
Anatomy of an action
PDF
Gnocchi v3 brownbag
PPTX
opentsdb in a real enviroment
PPTX
Sensu wrapper-sensu-summit
Comparison nodejs frameworks using Polls API
The power of streams in node js
Async programming on NET
Amazon elastic map reduce
Anatomy of an action
Gnocchi v3 brownbag
opentsdb in a real enviroment
Sensu wrapper-sensu-summit

What's hot (20)

PPTX
Run Node Run
PDF
Star bed 2018.07.19
PPTX
Rubyslava + PyVo #48
PDF
Liquid Stream Processing Across Web Browsers and Web Servers
PDF
Altitude NY 2018: Leveraging Log Streaming to Build the Best Dashboards, Ever
PDF
How to measure everything - a million metrics per second with minimal develop...
PDF
LAMP Stack (Reloaded) - Infrastructure as Code with Terraform & Packer
PDF
Gnocchi v4 - past and present
PPT
Devel::NYTProf::Apache
PDF
Altitude NY 2018: Programming the edge workshop
PDF
Manageable data pipelines with airflow (and kubernetes) november 27, 11 45 ...
PDF
非同期javascriptの過去と未来
PPTX
Jk rubyslava 25
PPTX
jChaart - Web Dashboard Framework
PDF
Decentralized Stream Processing over Web-enabled Devices
PDF
Будь первым
PDF
New feature of async fakeAsync test in angular
PPTX
Altitude NY 2018: 132 websites, 1 service: Your local news runs on Fastly
PDF
Infrastructure as code terraformujeme cloud
PPTX
Stabilising the jenga tower
Run Node Run
Star bed 2018.07.19
Rubyslava + PyVo #48
Liquid Stream Processing Across Web Browsers and Web Servers
Altitude NY 2018: Leveraging Log Streaming to Build the Best Dashboards, Ever
How to measure everything - a million metrics per second with minimal develop...
LAMP Stack (Reloaded) - Infrastructure as Code with Terraform & Packer
Gnocchi v4 - past and present
Devel::NYTProf::Apache
Altitude NY 2018: Programming the edge workshop
Manageable data pipelines with airflow (and kubernetes) november 27, 11 45 ...
非同期javascriptの過去と未来
Jk rubyslava 25
jChaart - Web Dashboard Framework
Decentralized Stream Processing over Web-enabled Devices
Будь первым
New feature of async fakeAsync test in angular
Altitude NY 2018: 132 websites, 1 service: Your local news runs on Fastly
Infrastructure as code terraformujeme cloud
Stabilising the jenga tower
Ad

More from KatsuyaENDOH (20)

PDF
キミスカAIの内部実装について
PDF
色彩と色彩語の関係を
可視化した話
PDF
シェーダーのお話
PDF
自動テストを導入した際の気づき
PDF
第47回スタジオ・アルカナ社内勉強会
PDF
NICOGRAPH 2018 報告
PDF
人工生命の話
PDF
メディアとアート
PDF
Oculus Go アプリ開発ハンズオン
PDF
Oculus Go アプリケーション開発
PDF
GoogleHomeからの視覚的フィードバックを求めて
PDF
DeepLab v3触ってみた
PDF
無料で始めるVTuber
PDF
Tango Constructorから出力したモデルをちょこっと綺麗にする
PDF
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js(完)
PDF
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい
PDF
A-Frameで作ったギャラリーのお話
PDF
Reactを使ったVR環境
PDF
まよいの墓(WebVR編)
PDF
役に立ちそうだけど、やっぱり役に立たなそうな技術Quine
キミスカAIの内部実装について
色彩と色彩語の関係を
可視化した話
シェーダーのお話
自動テストを導入した際の気づき
第47回スタジオ・アルカナ社内勉強会
NICOGRAPH 2018 報告
人工生命の話
メディアとアート
Oculus Go アプリ開発ハンズオン
Oculus Go アプリケーション開発
GoogleHomeからの視覚的フィードバックを求めて
DeepLab v3触ってみた
無料で始めるVTuber
Tango Constructorから出力したモデルをちょこっと綺麗にする
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js(完)
人間では判定できない101すくみじゃんけんをコンピュータに判定させたい
A-Frameで作ったギャラリーのお話
Reactを使ったVR環境
まよいの墓(WebVR編)
役に立ちそうだけど、やっぱり役に立たなそうな技術Quine
Ad

Recently uploaded (20)

PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Spectroscopy.pptx food analysis technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Approach and Philosophy of On baking technology
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
KodekX | Application Modernization Development
PPT
Teaching material agriculture food technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Electronic commerce courselecture one. Pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Encapsulation theory and applications.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPTX
MYSQL Presentation for SQL database connectivity
PDF
cuic standard and advanced reporting.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Reach Out and Touch Someone: Haptics and Empathic Computing
Spectroscopy.pptx food analysis technology
Network Security Unit 5.pdf for BCA BBA.
Programs and apps: productivity, graphics, security and other tools
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Approach and Philosophy of On baking technology
MIND Revenue Release Quarter 2 2025 Press Release
KodekX | Application Modernization Development
Teaching material agriculture food technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Electronic commerce courselecture one. Pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Encapsulation theory and applications.pdf
Empathic Computing: Creating Shared Understanding
MYSQL Presentation for SQL database connectivity
cuic standard and advanced reporting.pdf
NewMind AI Weekly Chronicles - August'25 Week I
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows

人間では判定できない101すくみじゃんけんをコンピュータに判定させたい for Keras.js