bootcamp_machine-learning icon indicating copy to clipboard operation
bootcamp_machine-learning copied to clipboard

Bootcamp to learn basics in Machine Learning

Results 40 bootcamp_machine-learning issues
Sort by recently updated
recently updated
newest added

* Day: 03 * Exercise: 03 'The purpose of epsilon (eps) is to avoid log(0) errors, it is a very small residual value we add to y. ' should be...

fixme

* Day: 06 * Exercise: 03 Given examples of `loss_elem_` are 10 times greater than it should. \ The subject says: ```python # Example 0.1: lr1.loss_elem_(y, y_hat) # Output: array([[710.45867381],...

fixme

* Day: 05 * Exercise: 01 (TinyStatistician) The correction page gives this test: ```python import TinyStatistician as ts data = [42, 7, 69, 18, 352, 3, 650, 754, 438, 2659]...

enhancement
fixme

* Day: 09 * Exercise: 03 (closed) The `reg_log_loss_` function should have an epsilon as it's parameter ## Fixed on: - [ ] Github - [ ] Gitlab

fixme

* Day: 08 * Exercise: 04 The loss_ function should be taking y and y_hat, but the example uses X, Y **Screenshots** ![image](https://user-images.githubusercontent.com/38692785/207873106-e1f21943-5116-43df-a271-66e946b520f8.png) ## Fixed on: - [ ] Github...

fixme

* Day: 07/02 * Exercise: Multipe `predict_(X, [...])` instead of `predict_(x, [...])` ## Fixed on: - [ ] Github - [ ] Gitlab

fixme

* Day: 02/07 * Exercise: 02(closed)/03(normal) ![image](https://user-images.githubusercontent.com/38692785/207559495-da5d5d44-6dac-4288-8222-4fe2823e451e.png) thetas are incorrect They should be `theta1 = np.array([0.0,3,0.5,-6]).reshape((-1, 1))` and `theta2 = np.array([0.0,0,0,0]).reshape((-1, 1))` ## Fixed on: - [ ] Github -...

fixme

* Day: 01 * Exercise: 01 The example uses default thetas of `1` instead of `1.0` stopping the training for happening, the cast not working ![image](https://user-images.githubusercontent.com/38692785/207363865-649f0a60-4e61-44b4-82dc-0388650b8fca.png) ## Fixed on: -...

fixme

* Day: 01 * Exercise: 00 Subject function name and example don't match ![image](https://user-images.githubusercontent.com/38692785/207282975-b96ba820-67ca-4de3-bb2d-40a01e174fb9.png) function is named `simple_gradient` but is called as `gradient` ## Fixed on: - [ ] Github...

fixme

The pipelines builds the files but won't push them. This is a minor fix, juste to make it more convenient.

bug
fixme