-
Python面试大全(245道面试题)
Python面试大全(245道面试题)
- 2020-12-09下载
- 积分:1
-
Python-and-Matlab
详细说明了python及matlab的特点,及其各自特点,并将其联合,进行编程。(A detailed description of the characteristics of python and matlab, and their respective characteristics, and their joint, for programming.)
- 2014-11-10 13:14:20下载
- 积分:1
-
聚类分析
说明: 基于聚类分析的商圈识别,附上完整版的代码和小论文(Cluster analysis based on the identification of business circle, attached small paper)
- 2020-12-14 20:28:40下载
- 积分:1
-
python数据分析 韩波
一本python数据分析的优秀资料
《python数据分析》(python data analysis),作者【印尼】Ivan Idris,翻译:韩波。
本人制作的PDF图书,带目录和书签。
作为一种高级程序设计语言,Python凭借其简洁、易读及可扩展性日渐成为程序设计领域备受推崇的语言。同时,Python语言的数据分析功能也逐渐为大众所认可。, 本书是一本介绍如何用Python进行数据分析的学习指南。全书共12章,从Python程序库入门、NumPy数组、matplotlib和pandas开始,陆续介绍了数据加工、数据处理和数据可视化等内容。同时,本书还介绍了信号处理、数据库、文本分析、机器学习、互操作性和性能优化等高级主题。在本书的结尾,还采用3个附录的形式为读者补充了一些重要概念、常用函数以及在线资源等重要内容。, 本书示例丰富、简单易懂,非常适合对Python语言感兴趣或者想要使用Python语言进行数据分析的读者参考阅读。(python data analysis)
- 2018-09-08 10:45:20下载
- 积分:1
-
python 围棋程序
python + wxpython 做的一个围棋小程序,可以和 gnugo 对战。
- 2022-06-13 23:00:24下载
- 积分:1
-
python
说明: 钢箱梁全寿命预测,基于python自己编写,tkinter用户界面(Life prediction of steel box girder)
- 2020-04-22 15:06:32下载
- 积分:1
-
批量inp计算与数据读取
说明: 批量计算ABAQUS的.inp文件,并将结果读取到MATLAB中进行数据处理(Batch calculate the. Inp file of ABAQUS, and read the result to Matlab for data processing)
- 2021-03-10 08:49:27下载
- 积分:1
-
声音分类
说明: 深度学习的应用——声音分类,tensorflow实现(Application of deep learning -- sound classification, tensorflow implementation)
- 2020-10-20 23:37:26下载
- 积分:1
-
人脸识别库
What is EBLearn?
Eblearn is an object-oriented C++ library that implements various machine learning models, including energy-based learning, gradient-based learning for machine composed of multiple heterogeneous modules. In particular, the library provides a complete set of tools for building, training, and running convolutional networks.
A face detector trained in eblearn (Scroll to bottom for detailed outputs)
- 2023-02-04 09:40:04下载
- 积分:1
-
PCA
主成分分析 ( Principal Component Analysis , PCA )或者主元分析。是一种掌握事物主要矛盾的统计分析方法,它可以从多元事物中解析出主要影响因素,揭示事物的本质,简化复杂的问题。计算主成分的目的是将高维数据投影到较低维空间。给定 n 个变量的 m 个观察值,形成一个 n ′ m 的数据矩阵, n 通常比较大。对于一个由多个变量描述的复杂事物,人们难以认识,那么是否可以抓住事物主要方面进行重点分析呢?如果事物的主要方面刚好体现在几个主要变量上,我们只需要将这几个变量分离出来,进行详细分析。但是,在一般情况下,并不能直接找出这样的关键变量。这时我们可以用原有变量的线性组合来表示事物的主要方面, PCA 就是这样一种分析方法。(Principal component analysis (Principal Component Analysis, PCA) or PCA. Is a statistical method to grasp the principal contradiction of things, it can be resolved diverse things out the main factors, revealing the essence of things, simplifying complex problems. The purpose of calculating the main component of high-dimensional data is projected to a lower dimensional space. Given n variables of m observations, forming an n ' m of the data matrix, n is usually large. For a complex matters described by several variables, it is difficult to know, so if you can grab something to focus on key aspects of analysis? If the main aspects of things just reflected on several key variables, we only need to separate out these few variables, for detailed analysis. However, in general, does not directly identify this critical variables. Then we can represent the major aspects of things with a linear combination of the original variables, PCA is one such analysis.)
- 2021-01-28 21:48:40下载
- 积分:1