scikit-learn cookbook (中文版), 文档中的代码可以直接复制运行。
2023-02-16 13:26:40 3.25MB sklear
1
salome 是由法国CEA,EDF开发的基于CAD的前后处理平台,其中集成了许多常用的CAE开源软件,主要模块如下 主要模块 功能 集成工具 Geometry 建立或导入CAD模型 OpenCASCADE Mesh 网格剖分 Tetgen, Gmsh .. ParaVis 后处理 ParaView Med 数据交换 ... salome app salome是一个使用C和python等语言编写的平台,可以基于该平台编写自己的app。 first app 参考 pyhello 模块,编写自己的 app。复制$SALOME_ROOT/SOURCES/PYHELLO到一个工作文件夹中,将所有的PYHELLO改为first_app,然后根据以下过程进行编译以及集成。 编译 salome使用cmake进行编译,编译自己的app时,需要预先加载salome环境以及指定环境变量 CONFIGURATI
2023-02-13 21:44:45 264KB CMake
1
【机器学习】安装python的机器学习库scikit-learn、tensorflow-附件资源
2023-02-13 09:38:07 106B
1
笨方法学Python号称最经典的python入门书籍现在出python3版本的了,你还不快来学? 英文高清带书签版本 You Will Learn Python 3! Zed Shaw has perfected the world’s best system for learning Python 3. Follow it and you will succeed—just like the millions of beginners Zed has taught to date! You bring the discipline, commitment, and persistence; the author supplies everything else. In Learn Python 3 the Hard Way, you’ll learn Python by working through 52 brilliantly crafted exercises. Read them. Type their code precisely. (No copying and pasting!) Fix your mistakes. Watch the programs run. As you do, you’ll learn how a computer works; what good programs look like; and how to read, write, and think about code. Zed then teaches you even more in 5+ hours of video where he shows you how to break, fix, and debug your code—live, as he’s doing the exercises. Install a complete Python environment Organize and write code Fix and break code Basic mathematics Variables Strings and text Interact with users Work with files Looping and logic Data structures using lists and dictionaries Program design Object-oriented programming Inheritance and composition Modules, classes, and objects Python packaging Automated testing Basic game development Basic web development It’ll be hard at first. But soon, you’ll just get it—and that will feel great! This course will reward you for every minute you put into it. Soon, you’ll know one of the world’s most powerful, popular programming languages. You’ll be a Python programmer. This Book Is Perfect For Total beginners with zero programming experience Junior developers who know one or two languages Returning professionals who haven’t written code in years Seasoned professionals looking for a fast, simple, crash course in Python 3
2023-02-12 01:10:11 4.25MB python
1
Kaggle-SMS-Spam-Collection-Dataset-:使用NLTK和Scikit-learn分类为垃圾邮件或火腿邮件
1
Scikit学习 Scikit-learn:是用于Python编程语言的免费软件机器学习库。 它具有各种分类,回归和聚类算法,包括支持向量机,随机森林,梯度提升,k均值和DBSCAN,并且旨在与Python数值和科学库NumPy和SciPy互操作。 机器学习中任何项目的步骤: 数据文件并附加数据 数据清理,并从功能之间的关联中学习。 功能选择 数据缩放 数据分割 选择最佳算法(回归分类-SVM-KMeans-KNN .....)。
2023-01-09 13:48:09 8.98MB JupyterNotebook
1
天真贝叶斯垃圾邮件检测器 使用Scikit学习机器学习库将电子邮件分类为垃圾邮件或非垃圾邮件的Python程序。 先决条件 该程序是用Python 3编写的,并使用了Numpy,Pandas和Scikit-learn库。 数据集 该程序利用以csv格式存储的两个数据集。 主要数据集“垃圾邮件或非垃圾邮件”。 该集合是文件'20030228easyham.tar.bz2'和'20030228_spam.tar.bz2'的组合。 这组包含2500个火腿电子邮件示例和500个垃圾电子邮件示例。 该集合包含两列:电子邮件和标签。 电子邮件列中的元素是带有数字值和url的文本字符串,分别用单词“ NUMBER”和“ URL”替换。 标签列中的元素可以具有两个可能的值:如果电子邮件是非垃圾邮件,则为0;如果电子邮件是垃圾邮件,则为1。 辅助数据集包含伪造数据。 此集合遵循主要集合的样式; 两列用于
2023-01-02 22:17:54 1.15MB
1
Learn Cocoa on the Mac, 2nd Edition
2023-01-02 20:04:42 10.02MB Mac OS
1
scikit-learn,简称sklearn,一个强大的Python机器学习库,本代码的“加州房价预测”实验是一个线性回归模型,包含已经运行过的jupyter notebook的.ipynb文件和数据集.csv文件,放到jupyter notebook根目录下即可打开或者运行。
1
预测航空公司延误 使用Hadoop通过2007年和2008年的数据预测奥黑尔机场的航班延误。使用Pig脚本,构建了一个特征矩阵,通过该矩阵我们可以训练和预测航空公司的延误,准确度约为80% 项目详情 建立了一个预测航空公司延误的模型,准确度约为80% 将航空公司数据集与UCI Repo的740万飞行记录一起使用 利用Pydoop实现MapReduce以构建特征矩阵 使用Pig脚本生成功能 使用Python,Scikit-Learn,Pig,Hadoop,HDFS,AWS EMR,IPython构建 技术指标 Python 2.7 Hadoop 2.7.3 Scikit学习 大熊猫 线性回
2022-12-29 17:10:00 6KB python hadoop random-forest scikit-learn
1
服务器状态检查中...