登录
首页 » matlab » L-BFGS-B-C-master

L-BFGS-B-C-master

于 2021-03-31 发布 文件大小:161KB
0 108
下载积分: 1 下载次数: 3

代码说明:

  基于梯度下降法的最优迭代算法,在深度学习和神经网络中应用非常广泛,也非常好用(The optimal iterative algorithm based on gradient descent method is widely used in depth learning and neural network, and it is also very useful.)

文件列表:

L-BFGS-B-C-master, 0 , 2018-04-18
L-BFGS-B-C-master\.gitignore, 223 , 2018-04-18
L-BFGS-B-C-master\INSTALL, 459 , 2018-04-18
L-BFGS-B-C-master\LICENSE, 1513 , 2018-04-18
L-BFGS-B-C-master\Matlab, 0 , 2018-04-18
L-BFGS-B-C-master\Matlab\Makefile, 917 , 2018-04-18
L-BFGS-B-C-master\Matlab\compile_mex.m, 3942 , 2018-04-18
L-BFGS-B-C-master\Matlab\driver1.m, 385 , 2018-04-18
L-BFGS-B-C-master\Matlab\example_NNLS.m, 7903 , 2018-04-18
L-BFGS-B-C-master\Matlab\fminunc_wrapper.m, 224 , 2018-04-18
L-BFGS-B-C-master\Matlab\lbfgsb.m, 10371 , 2018-04-18
L-BFGS-B-C-master\Matlab\lbfgsb_wrapper.c, 11811 , 2018-04-18
L-BFGS-B-C-master\Matlab\lbfgsb_wrapper.mexa64, 60892 , 2018-04-18
L-BFGS-B-C-master\Matlab\lbfgsb_wrapper.mexmaci64, 101444 , 2018-04-18
L-BFGS-B-C-master\Matlab\lbfgsb_wrapper.mexw64, 53248 , 2018-04-18
L-BFGS-B-C-master\README.md, 3936 , 2018-04-18
L-BFGS-B-C-master\VERSION, 56 , 2018-04-18
L-BFGS-B-C-master\src, 0 , 2018-04-18
L-BFGS-B-C-master\src\Makefile, 1329 , 2018-04-18
L-BFGS-B-C-master\src\driver1.c, 13790 , 2018-04-18
L-BFGS-B-C-master\src\driver2.c, 9220 , 2018-04-18
L-BFGS-B-C-master\src\driver3.c, 11265 , 2018-04-18
L-BFGS-B-C-master\src\lbfgsb.c, 37431 , 2018-04-18
L-BFGS-B-C-master\src\lbfgsb.h, 12693 , 2018-04-18
L-BFGS-B-C-master\src\linesearch.c, 26051 , 2018-04-18
L-BFGS-B-C-master\src\linpack.c, 7504 , 2018-04-18
L-BFGS-B-C-master\src\miniCBLAS.c, 8594 , 2018-04-18
L-BFGS-B-C-master\src\print.c, 10421 , 2018-04-18
L-BFGS-B-C-master\src\subalgorithms.c, 69775 , 2018-04-18
L-BFGS-B-C-master\src\timer.c, 823 , 2018-04-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • turboc2.0
    c函数速查 软件,你想知道更多的系统函数的类型以及调用方法,就快点来下啊(c function Info software, you want to know more the type of system function and method calls on to the next quickly ah)
    2009-05-03 23:51:11下载
    积分:1
  • 111111
    数字图像处理的一些资料,希望对大家有点帮助!(Digital image processing of some information I hope all of us a little help!)
    2009-12-25 21:38:17下载
    积分:1
  • 新建文件夹.part01
    维尼通编程例程,简单易学,容易上手,希望对你有所帮助(Veneton Programming Routine)
    2019-02-21 13:55:12下载
    积分:1
  • 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
    本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
    2022-01-25 16:01:13下载
    积分:1
  • 机器学习
    说明:  基于视频的车流量检测的MATLAB代码,采用虚拟检测线法统计车流量,采用基于高斯混合模型的背景建模方法。(The MATLAB code of the video-based vehicle flow detection uses the virtual detection line method to calculate the vehicle flow, and the background modeling method based on the Gaussian mixture model.)
    2020-04-07 17:50:50下载
    积分:1
  • Sipex LDO器件选型指南,对各种型号的LDO低压差电源介绍,不错,对电路设计中电源选择有很多参考意义。...
    Sipex LDO器件选型指南,对各种型号的LDO低压差电源介绍,不错,对电路设计中电源选择有很多参考意义。-Sipex LDO device selection guide, the various types of low dropout LDO power introduction, yes, right in the power supply circuit design choices are a lot of reference value.
    2022-05-08 10:30:16下载
    积分:1
  • 电脑扫雷源程序,非常实用有趣,对游戏开发者有很大作用
    电脑扫雷源程序,非常实用有趣,对游戏开发者有很大作用-Computer mine source, very practical fun, the game developers have a significant role
    2023-01-14 16:45:04下载
    积分:1
  • 一个扫雷程序 和windows系统上的扫雷程序一样 不过使用java实现的...
    一个扫雷程序 和windows系统上的扫雷程序一样 不过使用java实现的-a demining process and windows on the system, however, like mine use to achieve the java
    2022-02-22 13:11:29下载
    积分:1
  • Umat
    说明:  增加断裂能考虑的用户子程序UMAT,用于纤维增强复合材料模拟损伤过程中考虑断裂能(Add fracture ability to consider user subroutine UMAT)
    2021-01-02 10:56:28下载
    积分:1
  • Seeking two coordinates of line segment intersection algorithm description
    求两条直线段的交点坐标的算法说明,是网上资料的经典积累-Seeking two coordinates of line segment intersection algorithm description
    2022-03-06 01:29:21下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载