MLKits icon indicating copy to clipboard operation
MLKits copied to clipboard

Starter projects for machine learning

Results 5 MLKits issues
Sort by recently updated
recently updated
newest added

Well put up course! Just wanted to ask you to post the final solutions as well on the repo or on the udemy content list if possible. It sometime gets...

my error is `C:\MLKits-master\regressions\linear-regression.js:37 const batchQuantity = Math.floor(this.features.shape[0] / this.options.batchSize); ^ TypeError: Cannot read property 'shape' of undefined at LinearRegression.train (C:\MLKits-master\regressions\linear-regression.js:37:56) at Object. (C:\MLKits-master\regressions\index.js:22:12) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)...

Hello! I have enrolled in your course Machine Learning with Javascript from Udemy. Should I be coding simultaneously while watching the lectures? Can you please tell me where can I...