You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use a MLP model to classify individuals with high risk of lower back pain, many lower back problems also cause back muscle spasms, which don't sound like much but can cause severe pain and disability. Early screening and regular monitoring can prevent the onset of a chronic condition.
Describe the solution you'd like
I would like to use a multi-layer perceptron model to learn the dataset with a high accuracy rate.
Describe alternatives you've considered
I have considered using traditional classification models e.g. logistic regression, decision trees, etc., but I have attained the best generalization with an MLP.
The text was updated successfully, but these errors were encountered:
Thanks for creating the issue in ML-Nexus!🎉
Before you start working on your PR, please make sure to:
⭐ Star the repository if you haven't already.
Pull the latest changes to avoid any merge conflicts.
Attach before & after screenshots in your PR for clarity.
Include the issue number in your PR description for better tracking.
Don't forget to follow @UppuluriKalyani – Project Admin – for more updates!
Tag @Neilblaze,@SaiNivedh26 for assigning the issue to you.
Happy open-source contributing!☺️
Is your feature request related to a problem? Please describe.
I would like to use a MLP model to classify individuals with high risk of lower back pain, many lower back problems also cause back muscle spasms, which don't sound like much but can cause severe pain and disability. Early screening and regular monitoring can prevent the onset of a chronic condition.
Describe the solution you'd like
I would like to use a multi-layer perceptron model to learn the dataset with a high accuracy rate.
Describe alternatives you've considered
I have considered using traditional classification models e.g. logistic regression, decision trees, etc., but I have attained the best generalization with an MLP.
The text was updated successfully, but these errors were encountered: