Page 1 of 1

logistic regression

Posted: Tue Jul 05, 2016 1:50 pm
by 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.