-
KalmanFilter
卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。(A typical example of the Kalman filter, from a limited set, containing the noise, the position of the object observed sequence (there may be deviation) to predict the coordinates of the location and speed of the object. Its presence can be found in many engineering applications (such as radar, computer vision). Meanwhile, the Kalman filter is control theory, and control is an important topic in systems engineering.)
- 2012-08-21 10:54:02下载
- 积分:1
-
sph1d.tar
Python implementation of 1D SPH schemes
- 2013-11-28 06:17:15下载
- 积分:1
-
Python进阶(Intermediate Python) 中文PDF彩色版
《Python进阶》是《Intermediate Python》的中译本,对Python中的装饰器与推导式等高级用法做了详细说明,适合于掌握Python基础后的进一步提高。 Python的语法相当简洁,即使是生成器、装饰器与推导式等的高级特性利用时,同样可以发挥Pyhton简单高效的优点。 Pyhton3.x与2.x版本语法存在不同的地方,《Pyhton》进阶中的例子会贴出Python3与Pyhton2两个版本的代码,比较难能可贵。 译者在翻译过程中,慢慢发现,本书作者有着科普作家的风范,能将晦涩难懂的技术以较清晰简洁的方式来呈现,深入浅出的风格在每个章节的讨论中都得到了体现:每个章节都非常精简,5分钟就能看完,例子追求简洁,精辟地展现了原理;每个章节都会通过疑问,来引导读者主动思考答案;每个章节都引导读者做延伸阅读,让有兴趣的读者能进步、可以举一反三;每个章节都是独立的,你可以挑选任意的章节开始阅读, 不受影响。
- 2020-03-02下载
- 积分:1
-
廖雪峰python3教程
如果你满足以下条件:
? 会使用电脑,但从来没写过程序;
? 还记得初中数学学的方程式和一点点代数知识;
? 想从编程小白变成专业的软件架构师;
? 每天能抽出半个小时学习。
那么你就能学会python(If you meet the following criteria:
Can use a computer, but never write a program;
Remember junior high school math equations and a little algebra;
Want to go from programming whiz to professional software architect;
I can spare half an hour to study every day.
Then you can learn python)
- 2020-06-25 16:20:01下载
- 积分:1
-
Python 自定义FTP功能 实例源码
Python 自定义FTP功能 实例源码
- 2015-02-11下载
- 积分:1
-
最小二乘法-梯度下降法-牛顿法
用Python3在jupyter notebook实现最小二乘法,梯度下降法和牛顿法(Using Python3 to realize least square method, gradient descent method and Newton method in jupyter notebook)
- 2018-10-09 08:43:11下载
- 积分:1
-
npinto-python-cuda-a361b56
Python bindings for CUDA 2.1 with numpy integration
- 2010-01-11 14:03:01下载
- 积分:1
-
cpm
说明: 割平面法求解整数规划代码,每一步的详细迭代步骤都有(Secant Plane Method for Solving Integer Programming Codes)
- 2019-04-24 19:08:40下载
- 积分:1
-
Deep Learning With Python中文版
Deep Learning With Python_中文版 --本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Franc?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。(Chinese Version - This book is written by Franc OIS Chollet, the father of Keras and current researcher of Google Artificial Intelligence. It introduces in detail the exploratory practice of in-depth learning with Python and Keras, including computer vision, natural language processing, production model and other applications. The book contains more than 30 code examples with detailed steps.)
- 2019-02-25 18:00:50下载
- 积分:1
-
cartpole-qlearning-master
说明: 深度强化学习DQN在倒立摆上的实现,python代码,使用torch,gym库(Implementation of deep reinforcement learning dqn on inverted pendulum)
- 2021-04-29 10:26:42下载
- 积分:1