Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Jul 9, 2024
1 parent aed89e2 commit 3c5befc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,11 @@ x = range(-100, 101)
y = [k(a) for a in x]
```
## Resources
- [Machine Learning Research](https://github.com/imteekay/machine-learning-research)
- [Math for Machine Learning with Python](https://www.edx.org/learn/math/edx-math-for-machine-learning-with-python)
---
</SmoothRender>
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@ The cost function provides a way to evaluate the performance of a model. Gradien
- Finding the model parameters that result in the smallest possible cost, indicating the best fit to the data.
- Lower values of the cost function indicate a model that better predicts the actual outcomes.
## Resources
- [Machine Learning Research](https://github.com/imteekay/machine-learning-research)
- [Math for Machine Learning with Python](https://www.edx.org/learn/math/edx-math-for-machine-learning-with-python)
---
</SmoothRender>

0 comments on commit 3c5befc

Please sign in to comment.