- Machine Learning for Developers
- Rodolfo Bonnin
- 190字
- 2021-07-02 15:46:50
Partial derivatives
Until now we've been working with univariate functions, but the type of function we will mostly work with from now on will be multivariate, as the dataset will contain much more than one column and each one of them will represent a different variable.
In many cases, we will need to know how the function changes in a relationship with only one dimension, which will involve looking at how one column of the dataset contributes to the total number of function changes.
The calculation of partial derivatives consists of applying the already known derivation rules to the multivariate function, considering the variables are not being derived as constant.
Take a look at the following power rule:
f(x,y) = 2x3y
When differentiating this function with respect to x, considering y a constant, we can rewrite it as 3 . 2 y x2, and applying the derivative to the variable x allows us to obtain the following derivative:
d/dx (f(x,y)) = 6y*x2
Using these techniques, we can proceed with the more complex multivariate functions, which will be part of our feature set, normally consisting of much more than two variables.
- 兩周自制腳本語(yǔ)言
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- 網(wǎng)頁(yè)設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- C#程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Python編程從0到1(視頻教學(xué)版)
- Building Wireless Sensor Networks Using Arduino
- Android傳感器開發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- Programming Microsoft Dynamics? NAV 2015
- Backbone.js Testing
- Learning Grunt
- DB2SQL性能調(diào)優(yōu)秘笈
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉(cāng)庫(kù)實(shí)踐
- Drupal Search Engine Optimization