Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 655 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 655 Bytes

anti-HCV Repository

Jupyter notebooks for regression-based problems using machine learning techniques like Support Vector Machine (SVM), Random Forest (RF), k-Neural Network (kNN), and Artificial Neural Network (ANN):

  • ANN_Regression - Jupyter notebook to perform the Artificial Neural Network (ANN) based on regression problem.
  • RandomForest_Regression - Jupyter notebook to perform the Random Forest (RF) based on regression problem.
  • SVM_Regression - Jupyter notebook to perform the Support Vector Machine (SVM) based on regression problem.
  • kNN_Regression - Jupyter notebook to perform the k-Neural Network (kNN) based on regression problem.