building machine learning system with python 实现代码前六章
2023-10-10 06:04:47 128KB 机器学习 python
1
学习ROS的工具书,使用Python编程
2023-10-08 13:57:05 9.39MB ROS
1
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
Python for Probability,Statistics,and Machine Learning.pdf Python for Probability,Statistics,and Machine Learning.pdf
2023-10-07 20:39:31 5.08MB 算法书籍
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
裂纹检测系统 该项目使用 Python 的 OpenCV 库和深度学习来检测裂纹区域,并根据裂纹百分比警告驾驶员所需的速度限制。 描述 介绍页面:描述项目的页面 登录页面:用于登录网站 注册页面:用于注册到网站 索引页:这是我们输入前方道路图像的主页 输出页:在索引页上输入图像后,输出的道路被裂缝覆盖的百分比如下所示 使用 ResNet50(卷积神经网络)预训练的深度学习模型用于预测图像中的裂缝 输出显示裂纹百分比并使用此百分比警告 spped 限制。 使用的技术栈 HTML - 前端 CSS - 前端 BootStrap - 前端 Javascript - 前端 Django - 后端 Python - 深度学习模型 PostgreSQL - 数据库 安装和设置步骤 克隆存储库 git clone https://github.com/ak2502/crack-detection.git
2023-09-25 17:59:48 350.53MB opencv django deep-learning JavaScript
1
我是武汉大学遥感信息工程大二学生,找到的一篇英文原版论文。论述了深度学习在遥感领域的应用。觉得此文对遥感专业,且对深度学习感兴趣的同学有一定指导意义。
2023-09-25 08:19:30 9.85MB 遥感 深度学习
1
《Machine Learning_ A Bayesian and Optimization Perspective》 作者:Sergios Thedoridis
2023-09-07 10:21:18 34.48MB 机器学习
1
tensorflow-internals:这是有关TensorFlow内核和实现机制的开源电子书
1
resnet-18:ResNet-18的回购
1