基于transformer网络的图像分类识别,包括训练、测试,亲测有效!!!
2023-10-13 14:57:23 307.1MB 网络 网络 深度学习 人工智能
1
1.项目基于FasterRCNN 模型,通过RPN 网络获取图片候选区域,以Restnet50 提取特征,实现生活垃圾的智慧分拣。 2.项目运行环境:硬件环境和Python 环境。其中FasterRCNN 对计算要求较高,有一部分是Restnet50 的卷积层。必须使用较大内存的GPU 才可以完成训练。在本项目中,用华为云提供的模型训练服务(GPU tesla P100)实现,链接:https://www.hwtelcloud.com/products/mts。 3.项目包括2个模块:5 个模块:数据预处理、数据加载、模型构建、模型保存及训练、模型加载及调用。数据下载地址: https://pan.baidu.com/s/1ZAbzYMLv0fcLFJsu64u0iw,提取码 yba3 4.准确率评估:本部分包括模型准确率和分类别准确率。数据总体准确率为 0.840 识别效果比较理想。其中面包、菜根、瓜子壳的类别准确率较低。
2023-10-12 23:23:00 926KB 深度学习 python 软件/插件 人工智能
1
人工智能学习资料集合,有算法手册,以及各种优秀PPT,以及资料整合
2023-10-12 20:06:33 82.43MB 人工智能 深度学习 算法 手册
1
Halcon深度学习-企业项目实战(核酸管外观缺陷检测)图片
2023-10-10 10:17:37 366.12MB 深度学习 商业资料 范文/模板/素材
1
YOLOv8预训练权重文件集合(YOLOv8n,YOLOv8s,YOLOv8m,YOLOv8l,YOLOv8x) YOLOv8 pretrained Detect models are shown here. Detect, Segment and Pose models are pretrained on the COCO dataset, while Classify models are pretrained on the ImageNet dataset. Model size (pixels) mAPval 50-95 Speed CPU ONNX (ms) Speed A100 TensorRT (ms) params (M) FLOPs (B) YOLOv8n 640 37.3 80.4 0.99 3.2 8.7 YOLOv8s 640 44.9 128.4 1.20 11.2 28.6 YOLOv8m 640 50.2 234.7 1.83 25.9 78.9 YOLOv8l 640 52.9 375.2 2.39 43.7 165.2 YOLOv8x 640 53
2023-10-09 15:30:13 269.36MB YOLOv8 YOLO 深度学习 预训练权重
1
ChatGPT是一种基于预训练语言模型的对话生成算法,它使用GPT-2或GPT-3等先进的深度学习技术来生成有意义的文本。在这篇文章中,我们将深入分析ChatGPT的原理以及它是如何工作的。 ChatGPT基本原理 什么是ChatGPT GPT模型结构 ChatGPT的应用场景 ChatGPT的发展趋势
2023-10-08 20:45:46 22KB 语言模型 算法 深度学习
1
基于spring boot + maven + opencv 实现的图像深度学习Demo项目,包含车牌识别、人脸识别、证件识别等功能,贯穿样本处理、模型训练、图像处理、对象检测、对象识别等技术点。 基于spring boot + maven + opencv 实现的图像深度学习Demo项目,包含车牌识别、人脸识别、证件识别等功能,贯穿样本处理、模型训练、图像处理、对象检测、对象识别等技术点。 基于spring boot + maven + opencv 实现的图像深度学习Demo项目,包含车牌识别、人脸识别、证件识别等功能,贯穿样本处理、模型训练、图像处理、对象检测、对象识别等技术点。 基于spring boot + maven + opencv 实现的图像深度学习Demo项目,包含车牌识别、人脸识别、证件识别等功能,贯穿样本处理、模型训练、图像处理、对象检测、对象识别等技术点。 基于spring boot + maven + opencv 实现的图像深度学习Demo项目,包含车牌识别、人脸识别、证件识别等功能,贯穿样本处理、模型训练、图像处理、对象检测、对象识别等技术点。
2023-10-08 01:20:35 121.71MB spring boot maven opencv
For graduate-level neural network courses offered in the departments of Computer Engineering, Electrical Engineering, and Computer Science. Renowned for its thoroughness and readability, this well-organized and completely up-to-date text remains the most comprehensive treatment of neural networks from an engineering perspective. Refocused, revised and renamed to reflect the duality of neural networks and learning machines, this edition recognizes that the subject matter is richer when these topics are studied together. Ideas drawn from neural networks and machine learning are hybridized to perform improved learning tasks beyond the capability of either independently.
2023-10-07 23:06:25 13.71MB 机器学习 神经网络 深度学习
1
新出的baichuan2_7B_base 大模型 百度网盘链接,包括所有Hugging Face资源,hugging face下载太麻烦了,本人下载下来放到百度网盘里供国内用户下载
2023-10-07 16:46:03 130B baichuan 大模型 深度学习 chatgpt
1
deep-learning personal practice 深度学习个人练习,该项目实现了深度学习中一些常用的算法,内容包括: 四种初始化方法:zero initialize, random initialize, xavier initialize, he initialize。 深度神经网络 正则化 dropout 三种梯度下降方法:BGD, SGD, mini-batch 六种优化算法:momentum、nesterov momentum、Adagrad、Adadelta、RMSprop、Adam 梯度检验 batch normalization recurrent neural network (RNN) Note: 下列 1-10中网络架构主要为四大块: initialize parameters、forward propagation、backward propagati
2023-10-06 17:02:27 341KB 附件源码 文章源码
1