-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poor performance of diabetes prediction #2
Comments
I guess it's due to the optimizer setting, since I modified the update rule to: |
@kopxiong It makes sense to change the hyperparameters. I've tried your suggestion, but the loss didn't drop to a satisfying level. Have you checked the |
@kopxiong Any thoughts? Since the goal of these tutorials is understanding the concept, I did not pay attention to the accuracy. |
@Andy-jqa @hunkim Sorry for the late reply. I think we can improve the model's performance from the following aspects:
maybe we also should add some regularization terms to avoid overfitting. |
set lr = 8 and epoch i set to 10000 |
also made more nodes in the hidden layer so i set my layers to |
I can not get |
Why is the performance of using 07_diabetes_logistic.py to predict diabetes pretty poor?
The text was updated successfully, but these errors were encountered: