-
Notifications
You must be signed in to change notification settings - Fork 2
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
SGD and Logistic Regression #5
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f20d3b - Browse repository at this point
Copy the full SHA 7f20d3bView commit details -
Working logistic regression with BCEP loss, converted all plots to a …
…generic plot, added an argument to specify what evaluation metrics need to be displayed/plotted, ,tests WIP
Configuration menu - View commit details
-
Copy full SHA for 90b9bf5 - Browse repository at this point
Copy the full SHA 90b9bf5View commit details
Commits on Oct 29, 2021
-
Updated evaluation metric input, added a metric_map to map the string…
… to a callable metric (accuracy, mse, etc.)
Configuration menu - View commit details
-
Copy full SHA for 269ae4e - Browse repository at this point
Copy the full SHA 269ae4eView commit details
Commits on Oct 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c79e1a - Browse repository at this point
Copy the full SHA 5c79e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 086b878 - Browse repository at this point
Copy the full SHA 086b878View commit details
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 33d434c - Browse repository at this point
Copy the full SHA 33d434cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e2982 - Browse repository at this point
Copy the full SHA 88e2982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6731df4 - Browse repository at this point
Copy the full SHA 6731df4View commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 083c05a - Browse repository at this point
Copy the full SHA 083c05aView commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0cb8249 - Browse repository at this point
Copy the full SHA 0cb8249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42cf1d6 - Browse repository at this point
Copy the full SHA 42cf1d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fc24f - Browse repository at this point
Copy the full SHA 04fc24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b9c8a - Browse repository at this point
Copy the full SHA 35b9c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6f77d - Browse repository at this point
Copy the full SHA 6c6f77dView commit details -
Added a generate_minibatch method to generate batches based on the ba…
…tch_size. Created a utils.model.py file where all model-specific utilities live
Configuration menu - View commit details
-
Copy full SHA for 3eb7206 - Browse repository at this point
Copy the full SHA 3eb7206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca9365 - Browse repository at this point
Copy the full SHA 7ca9365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 699239f - Browse repository at this point
Copy the full SHA 699239fView commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 87bdf0a - Browse repository at this point
Copy the full SHA 87bdf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d99da27 - Browse repository at this point
Copy the full SHA d99da27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 466c120 - Browse repository at this point
Copy the full SHA 466c120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a186d4 - Browse repository at this point
Copy the full SHA 7a186d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb8195 - Browse repository at this point
Copy the full SHA 4fb8195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 598455e - Browse repository at this point
Copy the full SHA 598455eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf3fbc - Browse repository at this point
Copy the full SHA dcf3fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 234cbaa - Browse repository at this point
Copy the full SHA 234cbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a33c80 - Browse repository at this point
Copy the full SHA 4a33c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84cb2be - Browse repository at this point
Copy the full SHA 84cb2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 117ec94 - Browse repository at this point
Copy the full SHA 117ec94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd5276 - Browse repository at this point
Copy the full SHA 0dd5276View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac893c - Browse repository at this point
Copy the full SHA bac893cView commit details
Commits on Nov 8, 2021
-
Added a Dataset class which includes validation of X and y. Refactore…
…d regression examples to reflect these changes
Configuration menu - View commit details
-
Copy full SHA for d125ffc - Browse repository at this point
Copy the full SHA d125ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for adcc41c - Browse repository at this point
Copy the full SHA adcc41cView commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for be78946 - Browse repository at this point
Copy the full SHA be78946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4122936 - Browse repository at this point
Copy the full SHA 4122936View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 87fc9e8 - Browse repository at this point
Copy the full SHA 87fc9e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f3e71 - Browse repository at this point
Copy the full SHA c1f3e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ffa79 - Browse repository at this point
Copy the full SHA 72ffa79View commit details