Application of Logistic Regression on Atomic Force Microscopy (AFM) Data to classify surface contact
This is a tutorial showing an example of applying logistic regression on AFM dynamic amplitude vs sample position curves to classify them into two categories based on whether the AFM tip has made contact with the material surface or not.
The source code for this tutorial has been posted on GitHub. The tutorial uses Juypter Notebook for publishing its documentation.
- Python 3.0 +
- matplotlib
- numpy
- pandas
- scikit-learn
- scipy
- https://pypi.org/project/igor/
- Make sure you have all the required pre-requisities.
- Download the code file from GitHub on your PC
- Read through the code and understand the working of each function. Proper documentation is given to for a detailed explanation.
- Run the code and review the results.
Please feel free to contribute ideas to further improve this tutorial. You are free suggest changes and improvements.
Arjun Gupta ([email protected]) Ryan B Wagner ([email protected])