NOTE : ALL FILES ARE IN IPYTHON EXTENSION CODED IN PYTHON 2. SO TO HAVE A BETTER UNDERSTANDING OF CODES WITH PROVIDED OUTPUT
- You're suggested to have IPYTHON installed for ease.
- You'll need graphlab to run the following two programs:
- Rest of the programs could be simply executed with Numpy.
- The files contains different algorithmic approach to solve the Edit Distance Problem and generating possible alignment to minimize the complexity in terms of both Time and Space Complexity.
- The above two files are based on Regression analysis with gradient descent, and implementing the 10-fold cross validation algorithm for choosing the the best tuning parameter for regularization. (corresponding data set has also been provided)