Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 718 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 718 Bytes

TSVM and quasi-Newton S3VM

Implementation of TSVM and quasi-Newton S3VM algorithm by python and its Application in Mineral Prospectivity Mapping.

Experimental enviroment

OS: Windows 10

Memory:16G

IDE: Pycharm Edu 2019

Dependencies

The code is written in Python 3.6. The following dependent libraries are required:

Numpy

Pandas

Scipy

Scikit-learn

Matplotlib

Seaborn

These packages could be installed via 'pip install -r requirements.txt'.

Introduction

Example data is extracted from real data. TSVM.py and Quasi_Newton_S3VM.py are an implementation of both algorithms. Application.py is to apply SVM, TSVM and QN-S3VM to example data. Results folder is the output results of these three algorithms.