提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类
在企业场景中,对订单或者发货的预测,通常是一个超级难度的不可控事件;如果依靠利用经典概率算法的深度学习神经网络,那么特征向量猜想及数据收集工作在实际落地过程中将成为不可能;而通过采用仅仅依靠订单或者发货的时间序列数据,通过有状态的LSTM递归神经网络,通过调整时间窗口来训练数据,可以做到数据的回归预测。In the enterprise scenario, the forecast of orders or shipments is usually an uncontrollable event of super difficulty; if relying on deep learning neural networks using classical probability algorithms, the feature vector guessing and data collection work will become Impossible; and by using time-series data that relies solely on orders or shipments, through adopt stateful LSTM recurrent neural network, by adjusting the time window to train the data, regression prediction of the data can be achieved.
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
Experimentations
Twitter US Airline数据集情感分析(sentiment Analysis),使用Bert Sentence encoding作为特征,实现了SVM、XGBoost、RandomForest(随机森林)若干分类器。
最近一年贡献:0 次
最长连续贡献:0 日
最近连续贡献:0 日
贡献度的统计数据包括代码提交、创建任务 / Pull Request、合并 Pull Request,其中代码提交的次数需本地配置的 git 邮箱是 Gitee 帐号已确认绑定的才会被统计。