Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix linear regression tutorial #6978

Merged
merged 3 commits into from
Jul 10, 2017
Merged

Fix linear regression tutorial #6978

merged 3 commits into from
Jul 10, 2017

Conversation

indhub
Copy link
Contributor

@indhub indhub commented Jul 10, 2017

  • Print training logs in notebook.
  • Switch from accuracy to mse for validation metrics. Accuracy doesn't make much sense for regression.
  • Lower the number of epochs to 50. Number of epochs in unnecessarily huge (1000) consuming too much time. Training converges in around 30 epochs.

- Print training logs in notebook.
- Switch from accuracy to mse for validation metrics. Accuracy doesn't make much sense for regression.
- Lower the number of epochs to 50. Number of epochs in unnecessarily huge (1000) consuming too much time. Training converges in around 30 epochs.
@madjam madjam merged commit f5cdd42 into apache:master Jul 10, 2017
Guneet-Dhillon pushed a commit to Guneet-Dhillon/mxnet that referenced this pull request Sep 13, 2017
* Fix linear regression tutorial

- Print training logs in notebook.
- Switch from accuracy to mse for validation metrics. Accuracy doesn't make much sense for regression.
- Lower the number of epochs to 50. Number of epochs in unnecessarily huge (1000) consuming too much time. Training converges in around 30 epochs.

* Fix indentation.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants