书名:Digital Signal Processing: A Computer-Based Approach 版次:Third Edition 作者:Sanjit K. Mitra 章节:Chapter 07
2021-10-28 18:05:07 877KB 数字信号处理 答案
1
GIthub使用指北: 1.想将项目拷贝到自己帐号下就fork一下. 2.持续关注项目更新就star一下 3.watch是设置接收邮件提醒的. Retinanet-Pytorch 目标检测算法pytorch实现, 本项目不是完全的复现论文(很多参数以及实现方式上与原论文存在部分差异,有疑问欢迎issues) 由于一些原因,训练已经过测试,但是并没有训练完毕,所以不会上传预训练模型. 但项目代码验证无误.(但在使用时需要自己进行调整。不建议新手进行尝试。) 项目在架构上与 采用了相似的结构. 重用了大量中代码,如训练器,测试器等. 本项目单机多卡,通过torch.nn.DataParallel实现,将单机环境统一包装.支持单机单卡,单机多卡,指定gpu训练及测试,但不支持多机多卡和cpu训练和测试. 不限定检测时的设备(cpu,gpu均可). Requirements pytorch op
2021-10-27 19:52:27 85KB pytorch object-detection retinanet Python
1
基于Python的实用深度学习概述 如果你对机器学习很好奇,但不知道从哪里开始,这就是你一直在等待的书。它专注于被称为深度学习的机器学习子领域,解释了核心概念,并为您提供了开始构建自己的模型所需的基础。而不是简单地概述使用现有工具包的教程,实用深度学习教你为什么使用深度学习,并将激励你进一步探索。 你所需要的是对计算机编程和高中数学的基本熟悉——这本书将涵盖其余的内容。在介绍Python之后,您将浏览关键主题,如如何构建良好的训练数据集,使用scikit-learn和Keras库,并评估您的模型的性能。 您还将了解: 如何使用经典的机器学习模型,如k-最近邻,随机森林,和支持向量机 神经网络是如何工作的,又是如何训练的 如何使用卷积神经网络 如何从零开始开发一个成功的深度学习模型 您将在此过程中进行实验,构建最终的案例研究,其中包含您所学到的所有内容。 您将使用的所有代码都可以在这里获得: https://github.com/rkneusel9/PracticalDeepLearningPython/ 这是对这个动态的,不断扩大的领域的完美介绍,实用深度学习将给你的技能和信心潜入自己的机器学习项目。
2021-10-26 17:06:01 13.66MB python 深度学习
1
Twenty-five years have passed since the publication of the Russian version of the book Estimation of Dependencies Based on Empirical Data (EDBED for short). Twentyfive years is a long period of time. During these years many things have happened. Looking back, one can see how rapidly life and technology have changed, and how slow and difficult it is to change the theoretical foundation of the technology and its philosophy. I pursued two goals writing this Afterword: to update the technical results presented in EDBED (the easy goal) and to describe a general picture of how the new ideas developed over these years (a much more difficult goal). The picture which I would like to present is a very personal (and therefore very biased) account of the development of one particular branch of science, Empirical Inference Science. Such accounts usually are not included in the content of technical publications. I have followed this rule in all of my previous books. But this time I would like to violate it for the following reasons. First of all, for me EDBED is the important milestone in the development of empirical inference theory and I would like to explain why. Second, during these years, there were a lot of discussions between supporters of the new paradigm (now it is called the VC theory1) and the old one (classical statistics). Being involved in these discussions from the very beginning I feel that it is my obligation to describe the main events. The story related to the book, which I would like to tell, is the story of how it is difficult to overcome existing prejudices (both scientific and social), and how one should be careful when evaluating and interpreting new technical concepts. This story can be split into three parts that reflect three main ideas in the development of empirical inference science: from the pure technical (mathematical) elements of the theory to a new paradigm in the philosophy of generalization. The first part of the story, which describes the mai
2021-10-26 15:37:02 1.01MB 机器学习
1
使用MATLAB/Simulink基于模型设计的理念开发两轮自平衡乐高机器人,该文档详细介绍了虚拟仿真和实物控制的操作。
2021-10-26 11:36:22 2.88MB Simuli LEGO EV3 MBD
1
基于FPGA的洗衣机系统设计,用的是VerilogHDL语言
2021-10-25 21:14:29 728KB VerilogHDL WashingMachine
1
Sliding-Window-Face-Detection-Based-on-HOG-features-and-SVM-Classifier Update: data数据百度网盘 链接: 提取码:0amu 复制这段内容后打开百度网盘手机App,操作更方便哦--来自百度网盘超级会员V4的分享 Update: vlfeat库 链接: 提取码:p31i 复制这段内容后打开百度网盘手机App,操作更方便哦--来自百度网盘超级会员V4的分享 注意: 进行该实验前需要安装vlfeat库,安装方法为: a)下载 VLFeat 的安装包在其解压到任意目录下。 b)在 matlab 中新建 startup.m 文件 c)在 startup.m 文件中输入 run('......\vlfeat-0.9.21\toolbox\vl_setup')并运行,即可安装 d)在 matlab 命令行中输入 vl_ver
2021-10-23 10:30:40 74.93MB HTML
1
基于扩张神经网络(Divolved Convolutions)训练好的医疗领域的命名实体识别工具,这里主要引用模型源码,以及云部署方式供大家交流学习。 环境 阿里云服务器:Ubuntu 16.04 Python版本:3.6 Tensorflow:1.5 第一步:来一个Flask实例,并跑起来: 使用的是Pycharm创建自带的Flask项目,xxx.py from flask import Flask app = Flask(__name__) @app.route('/') def hello_world(): return 'Hello World!' if __name__ == '__main__': app.run() 执行python xxx.py就可以运行在浏览器中测试若直接在dos窗口中:输入命令也可测试。 第二部:服务器配置 服务器python版本为3.x 安装pi
2021-10-23 09:53:59 4.12MB Python
1
Estimation of!dependences¥based on(empirical data
2021-10-23 09:10:01 4.87MB 机器学习
1