Machine learning methods extract value from vast data sets quickly and with modest resources. They are established tools in a wide range of industrial applications, including search engines, DNA sequencing, stock market analysis, and robot locomotion, and their use is spreading rapidly. People who know the methods have their choice of rewarding jobs. This hands-on text opens these opportunities to computer science students with modest mathematical backgrounds. It is designed for final-year undergraduates and master's students with limited background in linear algebra and calculus. Comprehensive and coherent, it develops everything from basic reasoning to advanced techniques within the framework of graphical models. Students learn more than a menu of techniques, they develop analytical and problem-solving skills that equip them for the real world. Numerous examples and exercises, both computer based and theoretical, are included in every chapter. Resources for students and instructors, including a MATLAB toolbox, are available online.
2024-05-04 00:04:03 15.27MB 贝叶斯
1
使用Python的动手深度学习算法 这是Packt发布的《 的代码库。 通过使用TensorFlow实施深度学习算法和广泛的数学知识 这本书是关于什么的? 深度学习是AI领域最受欢迎的领域之一,可让您开发各种复杂程度不同的多层模型。 本书涵盖以下激动人心的功能: 实施基础到高级的深度学习算法 掌握深度学习算法背后的数学 熟悉梯度下降及其变体,例如AMSGrad,AdaDelta,Adam和Nadam 实施循环网络,例如RNN,LSTM,GRU和seq2seq模型 了解机器如何使用CNN和胶囊网络解释图像 如果您觉得这本书适合您,请立即获取! 说明和导航 所有代码都组织在文件夹中。 该代码将如下所示: J_plus = forward_prop(x, weights_plus) J_minus = forward_prop(x, weights_minus) 这是您需要的本
2024-04-10 09:45:51 127.09MB python machine-learning deep-learning
1
语音活动检测项目 关键字:Python,TensorFlow,深度学习,时间序列分类 目录 1.11.21.3 2.12.2 5.15.2将5.35.4 去做 资源 1.安装 该项目旨在: Ubuntu的20.04 的Python 3.7.3 TensorFlow 1.15.4 $ cd /path/to/project/ $ git clone https://github.com/filippogiruzzi/voice_activity_detection.git $ cd voice_activity_detection/ 1.1基本安装 $ pip3 install -r requirements.txt $ pip3 install -e . 1.2虚拟环境安装 1.3 Docker安装 构建docker镜像: $ sudo make build (这可能
1
PyTorch中的MeshCNN SIGGRAPH 2019 MeshCNN是用于3D三角形网格的通用深度神经网络,可用于诸如3D形状分类或分割之类的任务。 该框架包括直接应用于网格边缘的卷积,池化和解池层。 该代码由和在支持下编写。 入门 安装 克隆此仓库: git clone https://github.com/ranahanocka/MeshCNN.git cd MeshCNN 安装依赖项: 1.2版。 可选: 用于训练图。 通过新的conda环境conda env create -f environment.yml (创建一个名为meshcnn的环境) SHREC上的3D形状分类 下载数据集 bash ./scripts/shrec/get_data.sh 运行训练(如果使用conda env首先激活env,例如source activate meshcnn ) bash ./scripts/shrec/train.sh 要查看训练损失图,请在另一个终端中运行tensorboard --logdir runs并单击 。 运行测试并导出中间池网格: bas
2024-04-02 16:20:14 3.54MB machine-learning computer-graphics pytorch mesh
1
金融机器学习
2024-03-05 14:51:16 5.04MB JupyterNotebook
1
使用scikit-learn掌握机器学习-第二版 这是发行的的代码库。 它包含从头到尾完成本书所必需的所有支持项目文件。 关于这本书 本书探讨了各种机器学习模型,包括k最近邻,逻辑回归,朴素贝叶斯,k均值,决策树和人工神经网络。 它讨论了数据预处理,超参数优化和集成方法。 您将建立对文档进行分类,识别图像,检测广告等的系统。 您将学习使用scikit-learn的API从分类变量,文本和图像中提取功能; 评估模型性能; 并就如何改善模型的性能形成直觉。 说明和导航 所有代码都组织在文件夹中。 每个文件夹均以数字开头,后跟应用程序名称。 例如,Chapter02。 该代码将如下所示: Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy U
2024-02-17 17:49:07 2.77MB JupyterNotebook
1
Inside Java Virtual Machine(深入Java虚拟机),经典原著。
1
学习数据挖掘和机器学习的一本非常著名的书。是第二版。不太完美的地方是,本书是英文版。
2024-01-26 20:45:02 9.08MB 数据挖掘 data mining Morgan.Kaufmann
1
Mastering Machine Learning with Python in Six Steps - 1E (2017) Mastering Machine Learning with Python in Six Steps - 1E (2017)
2024-01-19 23:11:56 4.74MB Mastering Machine Learning Python
1
RetinaFace C ++重新实现源参考资源RetinaFace带有python代码。 模型转换工具MXNet2Caffe您需要自己添加一些层,并且在caffe中没有upsam RetinaFace C ++重新实现源参考资源RetinaFace用python代码提供在Insightface中。 模型转换工具MXNet2Caffe您需要自己添加一些图层,并且在caffe中没有上采样,您可以用反卷积代替,并且可能会有一点精度损失。 来自mobilenet25的原始模型参考,我已经对其进行了重新培训。 演示$ mkdir build $ cd build / $ cmake ../ $使您需要修改CmakeList文件中的依赖路径。 测速硬件:1080Ti test1:mod
2024-01-17 00:21:28 6.66MB C/C++ Machine Learning
1