Skip to content

Overwriting classical machine learning algorithms using CuPy.

License

Notifications You must be signed in to change notification settings

ImJuanan/cupyml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cupy for Machine Learning

Python CuPy GitHub Last Commit License

Overwriting classical machine learning algorithms using CuPy, and the related posts updated synchronously in my website. Since using CuPy only, ensure that you've installed the correct version of CUDA requested before running the code.

If you want to be a contributor for this repo, just submit a pull request.

What have done for now are as follows.

Linear models

  1. Linear regression
  2. Ridge regression
  3. Logistic regression

Metircs

  1. Mean Absolute Error
  2. Mean Square Error
  3. Mean squared logarithmic error
  4. Coefficient of Determination

To be continued……

License

This project is licensed under the MIT License (see the LICENSE file for details).

About

Overwriting classical machine learning algorithms using CuPy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages