Giter Club home page Giter Club logo

mlkits's Introduction

ML Kits

Starter projects for learning about Machine Learning.

Downloading

There are two ways to download this repository - either as a zip or by using git.

Zip Download

To download this project as a zip file, find the green 'Clone or Download' button on the top right hand side. Click that button, then download this project as a zip file.

Once downloaded extract the zip file to your local computer.

Git Download

To download this project using git, run the following command at your terminal:

git clone https://github.com/StephenGrider/MLKits.git

mlkits's People

Contributors

stephengrider avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mlkits's Issues

Hello!

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 find the code online?
The lectures are really understandable. Thank You

Final version of code

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 hard to track each and every thing as the course involves a lot of intricate stuffs.

I am currently having issue in the linear regression gradient descent part where we implement our own learning rate algorithm. Although i have followed as per your code but i am not getting expected results.

Would be a great help if you could post solutions if not here atleast on the udemy course.
Thanks.

Batch Linear Regression

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)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47`

(https://github.com/KUNAL-create-gif/regressions-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.