MRmahmood razziinmahmoodrazzimy.hashnode.dev·Aug 23, 2023 · 2 min readWhat is MatMul? How to calculate it?MatMul is short for matrix multiplication, which is a mathematical operation that takes two matrices and produces another matrix. To calculate MatMul, we need to ensure that the number of columns in the first matrix is equal to the number of rows in ...00
MRmahmood razziinmahmoodrazzimy.hashnode.dev·Aug 20, 2023 · 1 min readMachine Learning - ClusteringClustering animation https://codepen.io/sinobra/pen/eYdaaza Clustering animation https://codepen.io/maxwell_alexius/pen/vWeeLQ Clustering - click to step through https://codepen.io/jeffwilldesign/pen/rXyEZe Clustering - click to start https://c...00
MRmahmood razziinmahmoodrazzimy.hashnode.dev·Aug 20, 2023 · 1 min readMachine Learning - RegressionRegression - Animation https://codepen.io/maxwell_alexius/pen/EwEVXj Regression - enter input values https://codepen.io/mahmood-razzi/pen/OJrJKGX Regression https://codepen.io/TinoF/pen/oNXPLEy Regression - Line Graph https://codepen.io/melaton...00
MRmahmood razziinmahmoodrazzimy.hashnode.dev·Aug 20, 2023 · 1 min readMachine Learning - ClassificationThis example showcases how you can use a pre-trained model called MobileNet -- a machine learning model trained to recognize the content of certain images -- in ml5.js. The example aims to highlight a general pattern for how ml5.js projects are setup...00
MRmahmood razziinmahmoodrazzimy.hashnode.dev·Aug 20, 2023 · 1 min readMachine Learning - Using ScatterplotsOne of the ways of assessing linear relationships is through the use of scatterplots. A scatterplot is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data (Wikipedia). htt...00