MixHop和N-GCN ⠀ PyTorch实现的“ MixHop:通过稀疏邻域混合进行的高阶图卷积体系结构”(ICML 2019)和“一个高阶图卷积层”(NeurIPS 2018)。 抽象 最近的方法通过近似图拉普拉斯算子的本征基,将卷积层从欧几里得域推广到图结构数据。 Kipf&Welling的计算效率高且使用广泛的Graph ConvNet过度简化了逼近度,有效地将图形卷积呈现为邻域平均算子。 这种简化限制了模型学习三角算子(图拉普拉斯算子的前提)的作用。 在这项工作中,我们提出了一个新的图卷积层,该层混合了邻接矩阵的多种幂,从而使它能够学习增量算子。 我们的层展现出与GCN相同的内
2021-10-27 23:22:04 1.78MB machine-learning deep-learning tensorflow pytorch
1
stanford machine learnig in coursera,本人跟课完成的matlab代码,总共8个exercise
2021-10-27 22:03:30 50.28MB Machine learnig
1
套材下料代码matlab Python 编程作业 该 repo 包含我自己的所有个人作品/提交的 Python 版本课程,来自 github 用户:和 . 他们用 Python 提供作业,我自己完成。 该存储库包含由 Andrew Ng 教授教授的编程作业的 Python 版本。 这可能是最受欢迎的在线机器学习入门课程。 除了受欢迎之外,它还是任何感兴趣的学生可以开始学习机器学习的最佳机器学习课程之一。 这门课一个不幸的方面是编程作业是在 MATLAB 或 OCTAVE 中进行的,可能是因为这门课是在 python 成为机器学习的首选语言之前完成的。 Python 机器学习生态系统在过去几年呈指数级增长,并且仍在获得动力。 我怀疑许多想要开始机器学习之旅的学生也想从 Python 开始。 正是出于这些原因,我决定用 Python 重写所有的编程作业,这样学生们就可以从他们的学习之旅开始就熟悉它的生态系统。 这些作业与班级无缝协作,不需要任何在 MATLAB 作业中发布的材料。 以下是这些作业集的一些新的有用功能: 分配使用 ,它提供了比原始 MATLAB/OCTAVE 分配更容易的直观
2021-10-27 21:58:06 37.42MB 系统开源
1
ML-ATIC 在 API的帮助下,基于机器学习方法的异常流量识别分类器。 这是我的本科毕业设计代码。 而且代码中会有很多错误。 无论如何,在训练模型和评估中可能有一些不合适的方法。 欢迎您发现它。 有任何疑问,请给我发电子邮件! 要求 Java SE 7 Maylib中的Jars 来自KDDCUP99的数据,我使用受计算资源限制的10%版本。 安装 将TrainAndTest.zip和Model.zip解压缩到数据文件中。 通过添加原始数据的头对Train.arff和Test.arff进行了预处理。 如果有兴趣,您可以打开它,然后进行探索。 Java文件中有一些字符编码问题,它们是UTF-8和GB18030。 并可能在注释中导致一些错误。 文件模型包含一些训练有素的模型,可以直接使用。 您还可以通过运行BuildTree.java,TestBP.java和TestLibs
1
siamese-fc:使用完全卷积暹罗网络以50-100 FPS进行任意对象跟踪
1
ist的matlab代码Python机器学习算法 用Python实现的流行和不流行的机器学习和数据处理算法参考:Sergios Theodoridis的“机器学习:贝叶斯优化观点” 除非脚本中另有说明,否则大多数算法都是由我自己根据参考文献中的理论从头开始实现的。 对于每种算法,将有一个笔记本测试文档和一个干净的python脚本。 该存储库中实现的算法包括: 1. Adaboost 2. Adaptive Projected Subgradient Method (APSM) 3. Convolutional Neural Network (CNN) 4. Compressed Sensing Matching Pursuit (CSMP) 5. Decision tree 6. Fuzzy C Means 7. Hierarchical and DBSCAN Clustering 8. Iterative Shrinkage/Thresholding (IST) algorithms 9. Kernal PCA 10. K-means family 11. KNN 12. Linea
2021-10-27 14:01:53 18.31MB 系统开源
1
上市公司新闻文本分析与分类预测 简介 上市公司新闻文本分析与分类预测的基本步骤如下: 从新浪财经、每经网、金融界、中国证券网、证券时报网上,爬取上市公司(个股)的历史新闻文本数据(包括时间、网址、标题、正文) 从Tushare上获取沪深股票日线数据(开、高、低、收、成交量和持仓量)和基本信息(包括股票代码、股票名称、所属行业、所属地区、PE值、总资产、流动资产、固定资产、留存资产等) 对抓取的新闻文本按照,去停用词、加载新词、分词的顺序进行处理 利用前两步中所获取的股票名称和分词后的结果,抽取出每条新闻里所包含的(0支、1支或多支)股票名称,并将所对应的所有股票代码,组合成与该条新闻相关的股票代码列表,并在历史数据表中增加一列相关股票代码数据 从历史新闻数据库中抽取与某支股票相关的所有新闻文本,利用该支股票的日线数据(比如某一天发布的消息,在设定N天后如果价格上涨则认为是利好消息,反之则是
2021-10-27 10:54:26 5.39MB machine-learning text-mining webcrawling Python
1
合流 适用于Python的时间序列实用程序库。 特征: 时间间隔均匀/不均匀的类 不等距时间序列的() 将等距时间序列转换为数据集() 时间序列的预测包装,例如keras() 安装 要求: Python3.5+ 安装: git clone https://github.com/kweimann/conflux.git cd conflux pip install . 例子 插补 有关完整的示例,请参见examples/interpolation.py 。 # number of observations n = 25 # time interval i.e. first and last timestamp t0 , tn = [ 0 , 200 ] # function producing observation value from observation ti
1
Explore and master the most important algorithms for solving complex machine learning problems. Key Features Discover high-performing machine learning algorithms and understand how they work in depth. One-stop solution to mastering supervised, unsupervised, and semi-supervised machine learning algorithms and their implementation. Master concepts related to algorithm tuning, parameter optimization, and more Book Description Machine learning is a subset of AI that aims to make modern-day computer systems smarter and more intelligent. The real power of machine learning resides in its algorithms, which make even the most difficult things capable of being handled by machines. However, with the advancement in the technology and requirements of data, machines will have to be smarter than they are today to meet the overwhelming data needs; mastering these algorithms and using them optimally is the need of the hour. Mastering Machine Learning Algorithms is your complete guide to quickly getting to grips with popular machine learning algorithms. You will be introduced to the most widely used algorithms in supervised, unsupervised, and semi-supervised machine learning, and will learn how to use them in the best possible manner. Ranging from Bayesian models to the MCMC algorithm to Hidden Markov models, this book will teach you how to extract features from your dataset and perform dimensionality reduction by making use of Python-based libraries such as scikit-learn. You will also learn how to use Keras and TensorFlow to train effective neural networks. If you are looking for a single resource to study, implement, and solve end-to-end machine learning problems and use-cases, this is the book you need. What you will learn Explore how a ML model can be trained, optimized, and evaluated Understand how to create and learn static and dynamic probabilistic models Successfully cluster high-dimensional data and evaluate model accuracy Discover how artificial neural networks work
2021-10-27 04:06:41 134.91MB 机器学习 2018
1
AutoML —一个为所有人制作ML的GUI应用程序 AutoML是一个使用Python,HTML,CSS和JS开发的桌面应用程序,可让用户进行交互和自动执行机器学习管道任务,例如 数据预处理 超参数调整 绩效评估 下载存储库以在本地运行 $ git clone https://github.com/santhalakshminarayana/AutoML.git 设置虚拟环境和安装要求 $ virtualenv AutoML $ source AutoML/bin/activate $ cd AutoML $ pip install -r requirements.txt 运行应用 $ python app.py 在上阅读有关此内容的更多信息
2021-10-27 00:34:47 1.13MB machine-learning automl eel python-gui
1