Large Scale Machine Learning with Python [PDF + EPUB + CODE] Packt Publishing | August 4, 2016 | English | 439 pages Large Python machine learning projects involve new problems associated with specialized machine learning architectures and designs that many data scientists have yet to tackle. But finding algorithms and designing and building platforms that deal with large sets of data is a growing need. Data scientists have to manage and maintain increasingly complex data projects, and with the rise of big data comes an increasing demand for computational and algorithmic efficiency. Large Scale Machine Learning with Python uncovers a new wave of machine learning algorithms that meet scalability demands together with a high predictive accuracy. Dive into scalable machine learning and the three forms of scalability. Speed up algorithms that can be used on a desktop computer with tips on parallelization and memory allocation. Get to grips with new algorithms that are specifically designed for large projects and can handle bigger files, and learn about machine learning in big data environments. We will also cover the most effective machine learning techniques on a map reduce framework in Hadoop and Spark in Python.
2023-10-26 06:03:49 10.97MB Large Scale Machine Learning
1
Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples. You'll explore challenging concepts and practice with applications in computer vision, natural-language processing, and generative models. By the time you finish, you'll have the knowledge and hands-on skills to apply deep learning in your own projects.
2023-10-26 06:02:44 15.26MB 深度学习 Python
1
在本文中,我们开始创建自定义对象检测模型的过程。
1
总共1000多页,很好的资料,着重讲DL4J。
2023-10-24 12:53:43 11.53MB Java Deep Learning
1
机器学习的信息理论基础。 我移除了里面添加的链接等信息,可以直接打印成很干净的书。
2023-10-22 09:31:11 19MB Learning Algorithms
1
Learning OpenCV 3 Computer Vision with Python(2nd) 英文epub 第2版 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2023-10-21 06:02:18 4.07MB Learning OpenCV Computer Vision
1
Python Machine Learning Cookbook 英文azw3 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2023-10-21 06:01:54 13.01MB Python Machine Learning Cookbook
1
基于注意力的深度多实例学习 基于注意力的深度多实例学习可以应用于广泛的医学成像应用。 在项目“ ”@ ,我在 ICML 2018 论文“Attention-based Deep Multiple Instance Learning”( )中撰写了Keras版本这个 repo 为 Keras 用户分享解决方案。 可以在找到官方 Pytorch 实现。 我使用Tensorflow后端建造它与Keras。 我编写了论文中描述的注意力层,并在结肠图像中进行了 10 倍交叉验证的实验。 我得到了论文中描述的非常接近的平均准确率,可视化结果如下所示。 部分代码来自 。 在训练模型时,我们只使用图像级标签(0 或 1 以查看它是否是癌症图像)。 注意层可以通过仅呈现积极补丁的一小部分子集来提供对决策的解释。 我的实施结果 数据集 结肠癌数据集 已处理的补丁 我把我处理的数据放在这里,你也可以
1
清晰的中文pdf以及源码实例,原书第三版,orielly出版社
2023-10-20 06:02:15 36.25MB python 中文 第三版 pdf
1
twitter_sentiment_bert_scikit Twitter美国航空数据集情感分析(情感分析),使用Bert句子编码作为特征,实现了SVM,XGBoost,RandomForest(随机森林)等多个分类算法,从而进行了交叉验证。 数据来自 预安装 我们在Python 3环境中运行该项目,建议您使用Anaconda 3通过以下脚本安装所需的软件包。 当然,您可以使用pip进行安装。 conda create -n tweet_sentiment -c anaconda python=3.7 numpy scikit-learn xgboost pandas tensorflo
1