mlcode

Basic APIs for ML applications.

Django REST Application

Contains REST APIs for accessing the Python ML APIs through REST.

API Lists

  • Linear Regression Using Gradient Descent
  • Logistic Regression
  • Computer Vision Object Detection
  • Computer Vision Object Classification
  • Computer Vision Object Segmentation

Linear Regression

Implementation of Simple Linear Regression Algorithm using Python

API End Point - lr
Input - 
Output -  

Logistic Regression

Logistic Regression is a supervised learning algorithm that is used when the target variable is categorical. Hypothetical function h(x) of linear regression predicts unbounded values. But in the case of Logistic Regression, where the target variable is categorical we have to strict the range of predicted values.

API End Point - lr
Input - 
Output -  

GitHub

View Github