Category Archives: AI

基于NB (Naive Bayes) 和SVM的自然语言处理 (NLP)

本文主要讲述使用NB和SVM算法来实现NLP的小例子,当然目前使用neural … Continue reading

Posted in AI | Leave a comment

简单理解朴素贝叶斯分类算法

贝叶斯分类是一类分类算法的总称,这类算法均以贝叶斯定理为基础,故统称为贝叶斯分类 … Continue reading

Posted in AI | Leave a comment

pandas docs

根据某一列的值进行筛选axis=0 train = pd.read_csv(‘. … Continue reading

Posted in AI | Leave a comment

Tensorflow和jupyter使用问题

在新版本的tensorflow中,会话函数Session()已经抛弃,要这样使用 … Continue reading

Posted in AI | Leave a comment