├── ANN.py ├── CNN.py ├── Data_preprocessing.py ├── README.md ├── RF.py ├── SVM.py └── codeTesting.py /ANN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdallah-M-Ali/Mineral-Prospectivity-Mapping-ML/HEAD/ANN.py -------------------------------------------------------------------------------- /CNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdallah-M-Ali/Mineral-Prospectivity-Mapping-ML/HEAD/CNN.py -------------------------------------------------------------------------------- /Data_preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdallah-M-Ali/Mineral-Prospectivity-Mapping-ML/HEAD/Data_preprocessing.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdallah-M-Ali/Mineral-Prospectivity-Mapping-ML/HEAD/README.md -------------------------------------------------------------------------------- /RF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdallah-M-Ali/Mineral-Prospectivity-Mapping-ML/HEAD/RF.py -------------------------------------------------------------------------------- /SVM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdallah-M-Ali/Mineral-Prospectivity-Mapping-ML/HEAD/SVM.py -------------------------------------------------------------------------------- /codeTesting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdallah-M-Ali/Mineral-Prospectivity-Mapping-ML/HEAD/codeTesting.py --------------------------------------------------------------------------------