-
Programming An Air Guitar!
šSupport me on Patreon for exclusive episodes, discord and more! https://www.patreon.com/dev_ed In this episode we are going to be creating an air guitar using javascript. We are going to take a look at a library called handtrack.js that will give us the power to use our hands to trigger sounds (it uses machine learning and…
-
TensorFlow for JavaScript
TensorFlow.js is the recently-released JavaScript version of TensorFlow that runs in the browser and Node.js. In this talk, the team introduced the TensorFlow.js ML framework, and showed with demo on how to perform the complete machine-learning workflow, including the training, client-side deployment, and transfer learning. EVENT: OāReilly AI Conference, San Francisco ’18 SPEAKER: Nick Kreeger,…
-
Machine Learning Tutorial for Beginners – USING JAVASCRIPT!
In a few lines of code, we can tackle real browser or server challenges with machine learning and neural networks! Here’s the source code: Machine learning is a fun new(er) way to solve problems. Rather than programming an algorithm for answering a question about our data, we instead can train a “neural network” with a…
-
Flask Tutorial – 7. Implementing Authentication In Flask with Flask-Security
This video is sponsored by DevMountain Coding Bootcamp https://goo.gl/P4vgKS https://www.patreon.com/chrishawkes Description: New to Python? Original source
-
Basic Clarifai JavaScript application tutorial
This is a basic Clarifai JavaScript application tutorial I made cos Clarifai is Rad and it deserves another tutorial. LINKS: Application Github Repo: https://github.com/abdulhannanali/clarifai-javascript-demo Clarifai JavaScript SDK Repo: https://github.com/Clarifai/clarifai-javascript Original source