Python implementation of process mining and machine learning algorithm
Correct implementation of the alpha and Alpha plus algorithm , this implementation take as input log files in csv format , and give as output a petri-net generated by graphviz and snakes plugins
Python implementation of multivariate linear regression and logistic regression using gradient descent and conjugate gradient descent , tested with not-mnist datasets and the mnist datasets having an accuracy of more than 91%.