Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 558 Bytes

File metadata and controls

12 lines (8 loc) · 558 Bytes

Learning-projects

Python implementation of process mining and machine learning algorithm

Process Mining

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

Machine learning

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%.