搜索资源列表
20160909013603523 (1)
- 清晰、高效的深度学习框架,它是开源的,核心语言是C++,它支持命令行、Python和Matlab接口,它既可以在CPU上运行也可以在GPU上运行(Clear and efficient depth learning framework, which is open source, the core language is c + + support command line, python, and MATLAB interface, which can run on the CPU and r
matlab代码
- 在命令行输入%%滞回曲线 t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)),可得滞回曲线(Enter the%% hysteresis curve on the command line t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)))