Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lovesaroha/logistic-regression-and-or

In statistics, the logistic model (or logit model) is used to model the probability of a certain class or event existing such as pass/fail, win/lose, alive/dead or healthy/sick. This can be extended to model several classes of events such as determining whether an image contains a cat, dog, lion, etc. Each object being detected in the image would be assigned a probability between 0 and 1, with a sum of one.
https://github.com/lovesaroha/logistic-regression-and-or

canvas html javascript logistic-regression regression

Last synced: 3 days ago
JSON representation

In statistics, the logistic model (or logit model) is used to model the probability of a certain class or event existing such as pass/fail, win/lose, alive/dead or healthy/sick. This can be extended to model several classes of events such as determining whether an image contains a cat, dog, lion, etc. Each object being detected in the image would be assigned a probability between 0 and 1, with a sum of one.

Awesome Lists containing this project

README

        

# Logistic-Regression (AND OR Gates)
In statistics, the logistic model (or logit model) is used to model the probability of a certain class or event existing such as pass/fail, win/lose, alive/dead or healthy/sick. This can be extended to model several classes of events such as determining whether an image contains a cat, dog, lion, etc. Each object being detected in the image would be assigned a probability between 0 and 1, with a sum of one.

Demo [lovesaroha/Logistic-Regression-AND-OR](https://ml.lovesaroha.com/Logistic-Regression-AND-OR)

![game](https://raw.githubusercontent.com/lovesaroha/gimages/main/15.png)