logistic regression

Started by csfreebird, July 05, 2016, 06:50:30 AM

Previous topic - Next topic

csfreebird

I am in one project that using logistic regression to predict phone number from fraud. The engineers in my team are using python(maybe c++ later) library for logistic regression to do machine learning.

I wonder how to implement this in newlisp, any basic functions from newlisp can be used in this case.

I am new to machine learning, but want to have a try with newlisp myself.