Jupyter notebooks for regression-based problems using machine learning techniques like Support Vector Machine (SVM), Random Forest (RF), k-Neural Network (kNN), Artificial Neural Network (ANN), and Deep Neural network (DNN):
- ANN_Regression - Jupyter notebook to perform the Artificial Neural Network (ANN) based on regression problem.
- Tensor_flow_Regression - Jupyter notebook to perform the Deep Neural Network/Artificial Network (DNN/AI) 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.