您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 基于Jupyter实现梯度下降案例(python)

  2. 梯度下降案例一、y=f(x)=x²二、z = f(x,y)=x²+y² 一、y=f(x)=x² import numpy as np import pandas as pd from pandas import Series,DataFrame import matplotlib.pyplot as plt %matplotlib inline ##原函数 def f(x): return x**2 ##导数 def h(x): return 2*x X = [] Y = []
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:132096
    • 提供者:weixin_38608875