shiluqiang / GRNN_pythonLinks
Generalized Regression Neural Network for regression
☆27Updated 7 years ago
Alternatives and similar repositories for GRNN_python
Users that are interested in GRNN_python are comparing it to the libraries listed below
Sorting:
- Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行☆207Updated 6 years ago
- 个人练习,自编码器及其变形(理论+实践)☆344Updated 6 years ago
- a back propagation neural network with genetic algorithm☆83Updated 8 years ago
- ☆505Updated last year
- 随机森林,Random Forest(RF)☆430Updated 5 years ago
- Codes for time series forecast☆146Updated 5 years ago
- 使用numpy实现的聚类算法(包括时空聚类算法)☆610Updated 6 years ago
- feature selections and extractions☆88Updated last year
- K-Means++(HCM), Fuzzy C-Means(FCM), Hierarchical Clustering, DBscan☆393Updated 9 months ago
- 包括决策树和随机森林进行离职人员预测,Xgboost和lightGBM的应用☆289Updated 5 years ago
- python实现的随机森林☆112Updated 3 years ago
- 粒子群算法优化支持向量机☆143Updated 3 years ago
- 用Python实现SVM多分类器☆437Updated last year
- Python code of RBF neural network classification model☆48Updated 7 years ago
- 用Tensorflow实现的深度神经网络。☆143Updated 3 years ago
- 深度学习以进行时间序列预测☆717Updated 5 years ago
- Use LSTM to do PM2.5 prediction☆47Updated 5 years ago
- 自动编码器及降噪自动编码器☆15Updated 6 years ago
- Python 基于BP神经网络实现鸢尾花的分类☆373Updated 5 years ago
- This is a project for predicting air pollutants in London by time series model, including lstm, bilstm, Convlstm, attention lstm, lightGB…☆151Updated 5 years ago
- Matlab implementation of Extreme Learning Machine and variants☆34Updated 7 years ago
- 1、BP-momentum神经网络numpy实现及Pytorch实现及各optim在AQI数据集的表现。2、BP网络分类☆41Updated 5 years ago
- Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)☆443Updated 5 years ago
- Tensorflow realizes deeplearning☆129Updated last year
- my blog https://blog.csdn.net/qq_35649669/article/details/105586099☆47Updated 5 years ago
- 特征提取/数据降维:PCA、LDA、MDS、LLE、TSNE等降维算法的python实现☆2,372Updated 2 years ago
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆200Updated 5 years ago
- the extension of https://github.com/philipperemy/keras-attention-mechanism , create a new scipt to add attetion to input dimensions rath…☆78Updated last year
- 通过反向传播算法实现神经网络和小波神经网络。Implement neural network and wavelet neural network through back-propagation algorithm. Реализация нейронных сетей …☆31Updated 6 years ago
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯☆736Updated 6 years ago