Browsed by
[Category:] SW Development

Deep Learning: Neural Network in TensorFlow

Deep Learning: Neural Network in TensorFlow

Model Neural network and Deep learning Layer: a data processing module the kernel and bias = weights model compilation epoch model’s evaluate method backpropagation gradient of loss Why do we need gradient? MSE (Mean Squared Error) Adding nonlinearity: Beyond weighted sums

The Art of WebAssembly

The Art of WebAssembly

There are two primary styles of WAT coding to choose from. One style is the linear instruction style list. The other coding style is called S-Expressions. Unserstanding WAT: MDN Docs Stack Machines For example, local.get is defined to push the value of the local it read onto the stack, and i32.add pops two i32 values (it implicitly grabs the previous two values pushed onto the stack), computes their sum and pushes the resulting i32 value When a function is called,…

Read More Read More