上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 345 下一页
摘要: logstic 回归 ,从本质上说,就是一个单层感知器,仅此而已。 一个输入层 ,一个层激活的神经网络。 SVM ,一... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(17) 评论(0) 推荐(0) 编辑
摘要: logstic 回归 ,从本质上说,就是一个单层感知器,仅此而已。 一个输入层 ,一个层激活的神经网络。 SVM ,一... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(17) 评论(0) 推荐(0) 编辑
摘要: from numpy import *def trainNB0(trainMatrix,trainCatergory): #适... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(67) 评论(0) 推荐(0) 编辑
摘要: from numpy import *def trainNB0(trainMatrix,trainCatergory): #适... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(28) 评论(0) 推荐(0) 编辑
摘要: '''Created on Oct 19, 2010@author: Peter'''from numpy import *def ... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(11) 评论(0) 推荐(0) 编辑
摘要: '''Created on Oct 19, 2010@author: Peter'''from numpy import *def ... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Talk is cheap show me the code from scipy.optimize import fsolvef... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(11) 评论(0) 推荐(0) 编辑
摘要: import numpy as npa=np.arange(9).reshape(3,3) aOut[31]: array([[0,... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(108) 评论(0) 推荐(0) 编辑
摘要: import numpy as npa=np.arange(9).reshape(3,3) aOut[31]: array([[0,... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 我们通常采用tensorflow来训练,训练完之后应当保存模型,即保存模型的记忆(权重和偏置),这样就可以来进行人脸识别或语音识... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 345 下一页