This is the code from my Master's thesis "Multidimensional extrapolation methods with some machine learning applications" at the University of Wrocław.
extrapolation.py- contains implementations of the tested extrapolation methodsexperiments.py,logistic_regression.py- code for experiments with logistic regressionnn_extrapolation.py- implementation of acceleration methods for neural networksnn_utils.py- helper code for neural network experiments
All experiments were performed using Jupyter notebooks included in the notebooks directory.