详细说明DL4J作为Java深度学习接口的特点以及使用方法,包括构建不同神经网络类型比如卷积,循环,前馈,以及从训练集构建到模型评估的全流程手把手教学
2022-11-16 21:34:30 4.82MB 深度学习 Java DL4J 神经网络
1
CAM_gluon
2022-11-12 21:26:05 5.72MB deep-learning mxnet jupyter-notebook gluon
1
记录两个IQA读库代码,可以读取大部分公开数据集
2022-11-10 12:22:10 3KB IQA deep learning
1
使用深度学习和OpenCV进行社交距离 目的 由于COVID-19,今天的不幸情况使人与人之间的距离至关重要。 目标是检测使用深度学习的人员,并找出人员之间的距离,以检查人员是否维持6英尺或1.8 m的标准社交距离。 工具和库 Python OpenCV YoloV3 描述 第1步:在相框/图片中找到人数。 步骤2:为使用YOLO确定的人员创建边界框。 步骤3:为对象设置宽度阈值,在其中测量距离,即人的宽度。 我将宽度设置为27英寸或0.70米。 如果需要,请尝试其他值。 步骤4:将像素映射到公制(米或英寸)。 步骤5:以米为单位,找到一个人到另一个人的中心点之间的距离。 结果
2022-11-08 16:30:08 2MB python opencv deep-learning yolov3
1
介绍了深度学习,神经网络等基础知识,使用TensorFlow平台,附带有python代码,适合初学者使用 代码百度云链接:https://pan.baidu.com/s/1u3KH1rtd8s5txPokw1lt-A 提取码:i9ht
2022-11-07 13:42:21 4.36MB deep learning tensorflow python
1
AI可解释性360(v0.2.1) AI Explainability 360工具箱是一个开放源代码库,支持数据集和机器学习模型的可解释性和可解释性。 AI Explainability 360 Python软件包包括一套全面的算法,这些算法涵盖了解释的不同维度以及代理的可解释性指标。 通过逐步介绍不同消费者角色的示例用例,对概念和功能进行了简要介绍。 提供了更深入的,面向数据科学家的介绍。 完整的API也可用。 没有一种最能解释问题的方法。 有很多解释方法:数据与模型,直接可解释与事后解释,本地与全局解释等,因此弄清楚哪种算法最适合给定用例可能会造成混淆。 为了帮助您,我们创建了一些和
1
纸与基于DL的无线通信代码:无线与深度学习结合的论文代码整理
1
人工解析的自我校正 开箱即用的人类解析表示提取器。 在第三项LIP挑战中,我们的解决方案在所有人工解析轨道(包括单个,多个和视频)中排名第一! 特征: 开箱即用的人类解析提取器,可用于其他下游应用程序。 在三个流行的单人人类解析数据集上进行预训练的模型。 训练和伪造的代码。 对多人和视频人的解析任务的简单而有效的扩展。 要求 conda env create -f environment.yaml conda activate schp pip install -r requirements.txt 简单的开箱即用提取器 最简单的入门方法是在您自己的图像上使用我们训练有素的SCHP模型来提取人工解析表示形式。 在这里,我们在三个流行的数据集上提供了最新的。 这三个数据集具有不同的标签系统,您可以选择最适合自己任务的数据集。 LIP( ) 进行LIP验证的费用:59.36
1
matlab指纹图像分割代码很棒的深度学习 目录 免费在线书籍 通过Yoshua Bengio,Ian Goodfellow和Aaron Courville(05/07/2015) 由Michael Nielsen(2014年12月) 由Microsoft Research(2013) 蒙特利尔大学LISA实验室(2015年1月6日) 由Andrej Karpathy撰写:基于numpy的RNN / LSTM实现 课程 吴安德(Andrew Ng)在Coursera(2010-2014) 由Yaser Abu-Mostafa(2012-2014) 作者:汤姆·米切尔(Tom Mitchell)(2011年Spring) 由杰弗里·欣顿(Geoffrey Hinton)在Coursera(2012)中 舍布鲁克大学(Universitéde Sherbrooke)的雨果·拉罗谢尔(Hugo Larochelle)(2013) 通过CILVR实验室@纽约大学(2014) 丹·克莱恩(Dan Klein)和彼得阿比尔(Pieter Abbeel)(2013) 帕特里克·亨利·温斯顿(Patr
2022-10-22 22:13:45 20KB 系统开源
1
This book is written for two kinds of readers. The first type of reader is one who plans to study Deep Learning in a systematic approach for further research and development. This reader should read all the content from the beginning to end. The example code will be especially helpful for further understanding the concepts. A good deal of effort has been made to construct adequate examples and implement them. The code examples are constructed to be easy to read and understand. They are written in MATLAB for better legibility. There is no better programming language than MATLAB at being able to handle the matrices of Deep Learning in a simple and intuitive manner. The example code uses only basic functions and grammar, so that even those who are not familiar with MATLAB can easily understand the concepts. For those who are familiar with programming, the example code may be easier to understand than the text of this book. The other kind of reader is one who wants more in-depth information about Deep Learning than what can be obtained from magazines or newspapers, yet doesn’t want to study formally. These readers can skip the example code and briefly go over the explanations of the concepts. Such readers may especially want to skip the learning rules of the neural network.
2022-10-21 10:26:37 3.78MB matlab,DL
1