随笔分类 - 机器学习
Machine Learning
摘要:1.6 依赖于cuda 9.0 cuDNN 7,并且前提需要下载和安装nvidia驱动。 安装驱动 nvidia 驱动地址: http://www.geforce.cn/drivers 添加: 然后执行: 重启,登录界面那里按ctrl+alt+f2,输入init 3。然后在命令行中执行那个run文件
阅读全文
摘要:官方关于bilstm的例子写的很清楚了。因为是第一次看,还是要查许多东西。尤其是数据处理方面。 数据的处理(https://segmentfault.com/a/1190000008793389) 拼接 从shape的角度看: 抽取:
阅读全文
摘要:What's xxxAn SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a...
阅读全文
摘要:What's xxxThe EM algorithm is used to find the maximum likelihood parameters of a statistical model in cases where the equations cannot be solved dire...
阅读全文
摘要:what's xxxIn machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (...
阅读全文
摘要:what's xxxk-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, ...
阅读全文
摘要:what's xxxPCAprincipal components analysis is for dimensionality reduction.主要是通过对协方差矩阵Covariance matrix进行特征分解,以得出数据的主成分(即特征向量eigenvector)与它们的权值(即特征值ei...
阅读全文
摘要:What's xxxIn multivariate statistics and the clustering of data, spectral clustering techniques make use of the spectrum (eigenvalues) of the similari...
阅读全文
摘要:PCAprincipal components analysiskmeansbayesspectral clusteringsvmEMhidden Markov modelsdeep learningSpark
阅读全文
摘要:1. Take default loss function for grantedMany practitioners train and pick the best model using the default loss function (e.g., squared error). In pr...
阅读全文

浙公网安备 33010602011771号