2023年五月 一 二 三 四 五 六 日 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
近期文章
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