Git Product home page Git Product logo

-logistic_regression_model's Introduction

Logistic Regression Model Open In Collab made-for-VSCode GitHub stars

Logistic Regression

logistic regression model and use it for sentiment analysis.

What is Logistic Regression?

Logistic regression is a classification algorithm that assigns observations to discrete classes. Some examples of classification problems are email spam or not spam, online transactions fraud or not fraud, and tumor malignant or benign. Logistic regression utilizes the logistic sigmoid function to convert its output into a probability value.

  • It is a predictive analysis algorithm based on the concept of probability.
  • The hypothesis of logistic regression tends to limit the cost function between 0 and 1.

What is the Sigmoid Function?

The sigmoid function is used to convert map values to probabilities. The function maps any real value into another value between 0 and 1. In machine learning, we use sigmoid to map predictions to probabilities.

Gradient Descent

The main goal of Gradient descent is to minimize the cost value. i.e. min J(θ)

Table of Contents
  1. About The Project
  2. web application
  3. deploying
  4. License
  5. Contact
  6. Acknowledgments

About The Project

This project is divided into three parts

  1. sentiment analysis model,(build features from our text)
  2. building a web application
  3. deploying it to Heroku.

-logistic_regression_model's People

Contributors

sauravkb94 avatar

Watchers

 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.