newLISP Fan Club

Forum => newLISP in the real world => Topic started by: csfreebird on July 05, 2016, 06:50:30 AM

Title: logistic regression
Post by: csfreebird on July 05, 2016, 06:50:30 AM
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.