Machine Learning Using HTML from scratch.
Complete code and details in the below blog-
https://86amruth.blogspot.com/2020/07...
Git Hub code link - https://github.com/AmrSmartSystems/te...
Tools Required –
• Browser – Google chrome/Firefox.
• Understanding of basic HTML.
THAT’S IT!!! Learn Complete AI and Deep learning using HTML
No Need to INSTALL ANY TOOLS OR LIBS !! 😊
Vedio#1: Linear Learning Using HTML
// y=x+1 , m=1 , b =1 , y=mx+c
// (1,2) , (2,3) ,(3,4) , (4,5)
What is y equal to when x=5 . Learn using ML
java,ai,neural networks,learning,learning playlist,machine learning,machine learning using java,ai from scratch,neural networks from scratch
00:00 -Introduction
01:06 -Start of HTML coding
03:10 - Adding code in javascript of tensorflow.js
03:54 - How to add tensor in tf.js
08:10 - Adding HTML body
09:10 - Creating the model using Tensorflow
10:27 - Checking API list in TensorFlow API list
12:11 - Compile the model set loss and optimizer
13:54 - Fitting the model
14:31 - Adding epochs
15:58 - predicting for a y value
17:15 -checking console output
19:07 - Testing of written code in an HTML page using a browser