分数阶导数的意义

钙衍生物(CALCULUS DERIVATIVES)

After derivative theory posts, we will start to see some of the applications that make this technique one of the most important in mathematics and therefore at machine learning.

在派生理论发表后,我们将开始看到使该技术成为数学中最重要的应用之一,因此成为机器学习中最重要的应用之一。

函数的最大值和最小值 (Maximum and Minimum of a function)

The theorem of the local maximum that we already introduced, can be extrapolated to the whole function domain.

我们已经介绍的局部极大值定理可以外推到整个函数域。

Let f be a function and A a set of numbers contained in the domain of f. A point x in A is a maximum point for f on A if f(x)≥f(y) for every y in A. The number f(x) itself is called the maximum value of f on A.

f是一个函数, A是包含在f的域中的一组数字。 在A A点x是对于f最大点上的一个,如果F(X)≥f(Y),用于Y个。 f(x)本身称为Af最大值

Notice that there can be multiple maximum points for the same function at distinct x values. The minimum point definition is obtained inverting the previous definition, ergo changing f(x)≥f(y) for f(x)≤f(y).

请注意,在不同的x值下,同一函数可以有多个最大点。 通过颠倒先前的定义获得最小点定义,对于f(x)≤f(y)进行ergo更改f(x)≥f(y)

最高和最低点的导数 (Derivatives at maximum and minimum points)

As you can expect, maximum and minimum points will always be a change in the derivative of the function, that allows us to demonstrate that:

正如你可以预期,最大我的妈妈和最低点永远是在衍生功能的变化,使我们能够证明:

Let f be any function defined on (a,b). If f is a maximum or a minimum point for f on (a,b), and f is differentiable at x, then f’(x)=0.

f(a,b)上定义的任何函数。 如果f是最大或对于f的最小点上(A,B),f是在x处可微,则f'(X)= 0。

局部最大值和最小值 (Local maximums and minimums)

Let f be a function, and A a set of numbers contained in the domain of f. A point x in A is a local maximum[minumum] point for f on A of there is some δ > 0 such that x is a maximum[minumum] point for f on A ⋂ (x-δ,x+δ ).

f为一个函数, Af的域中包含的一组数字。 在A A点x局部最大值[minumum]上的一个点与F的存在一些δ> 0,使得x是一个最大[minumum]点对A⋂F(X-δ中,x +δ)。

关键点 (Critical points)

Not all x that makes f’(x) = 0 will be maximums or minimums, they are types of critical points:

并非所有使f'(x)= 0的x都是最大值或最小值,它们是临界点的类型:

A critical point of a function f is a number x such that f’(x)=0. The number f(x) is called a critical value of f.

临界点 函数f是一个数字x ,使得f'(x)= 0 。 数f(x)称为f临界值

In order to find the maximum and minimum of f, we have to check the following values:

为了找到f的最大值和最小值,我们必须检查以下值:

  • The critical points of f in [a,b].

    f在[a,b]中的临界点。

  • The endpoints, a and b.

    端点ab

  • Points x in [a,b] such that f is not differentiable at.

    [a,b]中指向x ,使得f不可微分。

临界点检测的一些重要定理 (Some important theorems for critical point detection)

罗尔定理(The Rolle’s Theorem)

If f is continuous on [a,b] and differentiable on (a,b), and f(a)=f(b), then there is a number x in (a,b) such that f’(x)=0.

如果f[a,b]上是连续的并且在(a,b)上是可微的,并且f(a)= f(b) ,则在(a,b)中存在一个数x ,使得f'(x)= 0

This can lead to a constant function or to a function that changes the gradient between both values, so f’(x)=0.

这可能导致常数函数或导致两个值之间的梯度改变的函数,因此f'(x)= 0

均值定理 (The mean value theorem)

Rolle theorem allows us to demonstrate the following:

罗尔定理允许我们证明以下内容:

Iff is continuous on [a,b] and differentiable on (a,b), then there is a number x in (a,b) such that

如果f是在[a,b]的连续可微的(A,B),则存在在数x(A,B),使得

Mean value theorem, self-generated.
平均值定理,自生。

分类关键点 (Classifying critical points)

增减功能(Increasing and decreasing functions)

A function f is increasing on an interval if f(a)<f(b) whenever a and be are two numbers in the interval with a<b. The function f is decreasing on an interval if f(a) > f(b) for all a and b in the interval with a<b.

如果a和be是区间a <b中的两个数字,则当f(a)<f(b)时,函数f在区间上增大。 如果对于区间a <b中的所有a和b的f(a)> f(b) ,函数f在区间上减小。

临界点分类的二阶导数 (Second derivatives for critical point classification)

Now we know how to find a critical point with the first derivative and check the type of them using the left and right derivative values, we can use the second derivative to skip the lateral limit calculations.

现在我们知道了如何使用一阶导数找到临界点并使用左右导数值检查它们的类型,我们可以使用二阶导数来跳过横向极限计算。

Suppose f’(a)=0. If f’’(a)>0, then f has a local minimum at a; if f’’(a)<0 the nf has a local maximum at a.

假设f'(a)= 0 。 如果f'(A)> 0,则f具有局部最小值; 如果f'(a)中<0 NF具有局部最大值

简化的两个强定理 (Two strong theorems for simplification)

柯西中值定理(The Cauchy Mean value theorem)

If f and g are continuous on [a,b] and diffrentiable on (a,b), then there is a number x such that [f(b)-f(a)]g’(x)=[g(b)-g(a)]f’(x).

如果fg[a,b]上是连续的并且在(a,b)上是可微的,则存在一个数字x使得[f(b)-f(a)] g'(x)= [g(b )-g(a)] f'(x)

If g(b)≠g(a), and g’(x)≠0, this can be written as:

如果g(b)≠g(a)g'(x)≠0 ,则可以写成:

Cauchy mean value theorem, self-generated.
柯西中值定理,自生。

洛皮塔尔的统治 (L’Hôpital’s rule)

L’hôpital Rule, self-generated.
L'hôpital规则,自生。

结论 (Conclusion)

In this post, we introduced how to use derivatives to find local maximums and minimums, they allow us to find possible solutions to our cost function optimization. This will allow us to determine the gradient easier.

在本文中,我们介绍了如何使用导数查找局部最大值和最小值,它们使我们能够找到成本函数优化的可能解决方案。 这将使我们更容易确定梯度。

This is the twenty-seventh post of my particular #100daysofML, I will be publishing the advances of this challenge at GitHub, Twitter, and Medium (Adrià Serra).

这是我特别#的第二十七届后100daysofML,我会发布在GitHub上,Twitter和中型企业(这一挑战的进步阿德里亚塞拉)。

https://twitter.com/CrunchyML

https://twitter.com/CrunchyML

翻译自: https://medium.com/ai-in-plain-english/significance-of-the-derivative-4c1f505e9b88

分数阶导数的意义


http://www.taodudu.cc/news/show-2994762.html

相关文章:

  • 导数在梯度下降算法中的意义理解
  • 图像2阶导数意义
  • 导数的几何意义
  • 关于导数意义的新认知
  • 一阶导数和二阶导数的意义
  • 命令的艺术
  • Spark 调优技巧总结
  • 项目纪实--如何搭建一个高可用强一致性灵活元数据管理的数据平台实现高效可靠的数据分发等功能
  • 视频教程-Apache Shiro权限框架实战+项目案例视频课程-Java
  • 视频教程-Project-规划项目(基本操作)-Office/WPS
  • 视频教程-信息系统项目管理师-通关教程4-软考
  • 利用用户行为数据——基于Spark平台的协同过滤实时电影推荐系统项目系列博客(二)
  • 视频教程-用project做项目计划及总结报表-研发管理
  • 【系统分析师之路】2015年系统分析师上午综合知识真题
  • 提升工作效率的常用mac命令行
  • 视频教程-C语言项目开发系列视频课程-C/C++
  • 视频教程-Jira敏捷项目管理(1)-Linux
  • 视频教程-快速入门Python基础教程_Python基础知识大全-Python
  • 推荐6款小众实用的Mac软件,让人耳目一新!
  • 【信息系统项目管理师】解读高项考试大纲
  • 【系统分析师之路】2014年系统分析师上午综合知识真题
  • 视频教程-SpringBoot Web项目案例视频课程-Java
  • 视频教程-软考项目管理知识实战(上)-软考
  • 【信息系统项目管理师】2018下半年信息系统项目管理师考试案例分析
  • 【推荐系统入门到项目实战】(三):矩阵分解和ALS算法
  • 视频教程- 项目管理工具(1) WBS-工作分解结构-研发管理
  • js判断字符串下划线个数
  • python for 循环中的下划线
  • 输入框只允许输入数字字母下划线
  • notepad++怎么解决光标变成下划线的问题?

分数阶导数的意义_导数的意义相关推荐

  1. 人工智能高等数学--微积分_导数意义_求导公式_绝对值函数_relu函数_导数物理意义_几何意义---人工智能工作笔记0025

    实际上这里看了看,这些数学的概念,有一定作用,但是综合来看,也可以先把人工智能课程都看一遍,大概知道怎么回事, 带着目的再来看人工智能的高等数学部分,这里,这些内容很花时间... 首先看人工智能用到的 ...

  2. caputo分数阶导数程序_基于Caputo导数的分数阶非线性振动系统响应计算

    基于 Caputo 导数的分数阶非线性振动系统响应计算 李亚杰 1,2 , 吴志强 *1,2 , 章国齐 1,2 [摘 要] 摘 要 : 研究了含分数阶 Caputo 导数的非线性振动系统响应的数值计 ...

  3. p值 统计学意义_统计学意义不重要为什么p值不应过高

    p值 统计学意义 Have you ever heard somebody say that a study revealed „significant results"? What doe ...

  4. caputo分数阶导数程序_Caputo分数阶导数,Caputo fractional derivative,音标,读音,翻译,英文例句,英语词典...

    补充资料:分数阶积分与微分 分数阶积分与微分 og fractional integration and differentia- 分数阶积分的逆运算称为分数阶微分:若几介F,则f为F的:阶分数阶导数 ...

  5. 20以内分数化小数表_数与代数之小数

    一.概念描述 现代数学:小数亦称十进小数,是实数的一种特殊的表现形式.所有分数都可以表示成小数,根据十进制的位值原则,把十进分数仿照整数的写法写成不带分母的形式,小数中的圆点叫作小数点,它是一个小数的 ...

  6. Caputo 分数阶导数快速的 H2N2 插值逼近(附Matlab代码)

    Caputo 分数阶导数快速的 H2N2 插值逼近 Caputo 分数阶导数的 H2N2 插值逼近 (附Matlab程序) 文章目录 Caputo 分数阶导数快速的 H2N2 插值逼近 H2N2 插值 ...

  7. Caputo 分数阶导数的 H2N2 插值逼近 (附Matlab程序)

    Caputo 分数阶导数的 H2N2 插值逼近 Caputo 分数阶导数快速的 H2N2 插值逼近(附Matlab代码) 文章目录 Caputo 分数阶导数的 H2N2 插值逼近 H2N2 插值逼近格 ...

  8. c语言编程运动会分数统计系统报告,独家稿件:定稿运动会分数统计系统设计报告_完整版...

    <运动会分数统计系统设计报告_.doc>由会员分享,可免费在线阅读全文,更多与<(定稿)运动会分数统计系统设计报告_(完整版)>相关文档资源请在帮帮文库(www.woc88.c ...

  9. 工作的意义,人生的意义,自由、快乐与幻觉

    以我所见,工作这事,是违背人本性的--无论什么工作,只要是投入劳力与时间换取物质资料,都是如此. 但在这个时代,工作又是人类最高效的自我满足手段--物质和精神,都是如此. 现代文明的重大进步之一,是各 ...

最新文章

  1. 【Android 逆向】Android 进程代码注入原理 ( 注入本质 | 静态注入和动态注入 | 静态注入两种方式 | 修改动态库重打包 | 修改 /data/app/xx/libs 动态库 )
  2. sql array 数组基本用法(四)
  3. html中的js作用,javascript中的innerHTML属性有什么作用
  4. 原创 | 微服务网关 Kong 科普
  5. 1.4编程基础之逻辑表达式与条件分支 01判断数正负
  6. JavaScript(一)—— 初识JavaScript/注释/输入输出语句/变量/数据类型
  7. oracle之表空间(tablespace)、方案(schema)、段(segment)、区(extent)、块(block)
  8. c51单片机时钟程序汇编语言,51单片机汇编语言--延时程序的延时时间
  9. 103规约测试软件,Protocoltester(国电南自103规约调试软件)
  10. 全国哀悼日网站变灰代码
  11. 针孔相机模型和相机内参矩阵K
  12. 远程登陆Win10自带子系统Ubuntu-22.04
  13. uni-app 获取手机设备各项信息
  14. win7 64位 SEC S3C2410X Test B/D安装
  15. 计算机网络交换机原理,计算机网络__交换机工作原理
  16. 计算机教室灭火器配置标准,计算机教室与多媒体教室安装场地基本要求.doc
  17. R语言基础编程技巧汇编 - 20
  18. 高新技术企业研发项目立项介绍
  19. 嵌入式Qt-实现两个窗口的切换
  20. Web前端必做笔记之一:let, var, const的区别

热门文章

  1. insmod: error inserting '***.ko': -1 Invalid parameters 真正原因以及解决方法
  2. 用户注册进行密码加密MD5
  3. 中文加解密异常的问题
  4. [计算机视觉]-经典网络inception v1、v2、v3、v4核心工作详解及总结
  5. 【1+X Web前端等级考证 】 | Web前端开发中级理论 (附答案)
  6. 【SPOJ-TSHOW1】Amusing numbers【二进制】
  7. 解决Word2016复制、粘贴快捷键无法使用问题
  8. word分散对齐调整宽度_实例比较Word两端对齐与分散对齐
  9. css动画在线生成,在线制作css动画——cssanimate
  10. latex里图片大小如何调整_调整LaTeX文档页面的大小