GithubHelp home page GithubHelp logo

ashioyajotham / daily-ml Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 624.42 MB

Machine Learning Algorithms

Jupyter Notebook 22.96% Python 73.94% HTML 0.03% PowerShell 0.01% Shell 0.01% CSS 0.42% Cython 1.53% C 0.46% C++ 0.16% Batchfile 0.01% TeX 0.18% JavaScript 0.22% Lua 0.01% Makefile 0.01% Meson 0.01% Fortran 0.02% Forth 0.01% Smarty 0.01% Jinja 0.06% Dockerfile 0.01%
machine-learning python random-forest scripting ols crossvalidation gaussian-naive-bayes linear-regression logistic-regression support-vector-machines

daily-ml's Introduction

My general machine learning best practices

image

image

  • Linear regression with non-linear link between data and target

  • The deployment of scikit-learn in linear models in this case, Linear Regression

  • Machine learning modelling alogorithms: - Linear Regression - Decision Tree Regressor

  • Dealing with non-linearity; i) choose a model that can natively deal with non-linearity, ii) engineer a richer set of features by including expert knowledge which can be directly used by a simple linear model, or iii) use a "kernel" to have a locally-based decision function instead of a global linear decision function.

CC: inria Machine learning in Python with scikit-learn (https://www.inria.fr/en/mooc-scikit-learn)

  • This case we take a closer look at the OLS model from the statsmodels library
  • Of course it can't be complete without the "hello world" of machine learning. Here we look at Random Classifiers and Logistic Regression

Linear Regression

  • linear regression was developed in the field of statistics and is studied as a model for understanding the relationship between input and output numerical variables, but has been borrowed by machine learning. It is both a statistical algorithm and a machine learning algorithm.
  • Linear regression is a linear model, e.g. a model that assumes a linear relationship between the input variables (x) and the single output variable (y). More specifically, that y can be calculated from a linear combination of the input variables (x).
  • When there is a single input variable (x), the method is referred to as simple linear regression. When there are multiple input variables, literature from statistics often refers to the method as multiple linear regression.
  • Different techniques can be used to prepare or train the linear regression equation from data, the most common of which is called Ordinary Least Squares. It is common to therefore refer to a model prepared this way as Ordinary Least Squares Linear Regression or just Least Squares Regression.

[Misc]

daily-ml's People

Contributors

ashioyajotham avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.