Skip to content

python implementation of process mining and machine learning algorithm

License

Notifications You must be signed in to change notification settings

mehdi149/Learning-projects

Repository files navigation

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