资源列表
matlab径向基函数网络
- 这是一个演示径向基函数的例子,也可计算2点间的线性积分(This is an example demonstrating the Radial Basis Function.)
CNN_visual.py
- 基于卷积神经网络的图片风格转换, 讲目标图片以转粉图片的风格重新处理释放出来(Image style transfer based on CNN)
PC_ELM
- 极限学习机的改进型,可用于降维和图像重构(Autoencoder With Invertible Functions for Dimension Reduction andImage Reconstruction)
text_classification_AI100-master
- 实现LSTM情感分析,中文,用到结巴分词,LSTM模型,环境python3.0(Achieve LSTM sentiment analysis, Chinese, use stuttering participle, LSTM model, environment python3.0)
SVM
- SVM(Support Vector Machine)指的是支持向量机,是常见的一种判别方法。在机器学习领域,是一个有监督的学习模型,通常用来进行模式识别、分类以及回归分析。(SVM (Support Vector Machine) refers to support vector machines, which is a common method of discrimination. In the field of machine learning, it is a supervised l
改进RX算法
- 一种很好的RX算法,改进版的,需要的来下载!!(A good RX algorithm, improved version, need to download!!)
deep_autoencoder_or_classifier@MNISTdigits
- SAE手写数字识别 MATLAB代码 deep learning(SAE deep learning MATLAB)
Two-Layer-CNN-on-MNIST-master
- cnn Mnist 两层卷积实现,可以达到97%d 识别率,大家可以拿来上手试用(CNN MNIST two layers)
车牌汉字样本
- 车牌识别中汉字训练样本,包含31个省份,每个字符几十到几百个样本。(License plate recognition Chinese character training samples, including 31 provinces, each character tens to hundreds of samples.)
Kmeans
- 可以实现K均值聚类的MATLAB程序。但是有点小问题。(The MATLAB program of K mean clustering can be realized.)
kmeans
- kmeans 算法实现,参考某位博主的代码,具体是哪位大牛忘记了。对代码进行解读(Implementation kmeans, refer to a blogger.Copyright of this Blog's content is reserved.)
Tf-idf
- tfidf的实现,参考某博主的代码,解读(Copyright of this Blog's content is reserved.)