Stars
A python script that takes a list of words as input and automatically parses through all the log files in a given folder to find the lines containing those words.
Python program to calculate the First and Follow of a given LL(1) Grammar
Machine Learning / Data mining project in python. In this project, various classification algorithms such as Decision Tree, k-nearest neighbours, random forest and support vector machine have been …
predicting the risk of heart attack using various machine learning models such as Logistic Regression, Decision Tree, Random Forest, K Nearest Neighbour and SVM
Python code from week-3 to week-12 for the NPTEL course The Joy of Computing using Python
This is implementation of playfair cipher in python
Implementation of a Cyclic Redundancy Check in Python using socket library