随笔分类 -  AI

摘要:第二周:神经网络的编程基础 2.1 二分类(Binary Classification) 传播算法和反向传播 https://zhuanlan.zhihu.com/p/71892752 https://aistudio.baidu.com/aistudio/projectdetail/1601963 阅读全文
posted @ 2022-05-08 18:27 melodit 阅读(90) 评论(0) 推荐(0)
摘要:1.2 什么是神经网络 卷积神经网络(CNN)——图像 循环神经网络(RNN),全称是长短期记忆网络(LSTM)——自然语言处理(NLP) ReLU 函数 线性整流函数(Linear rectification function),又称**修正线性单元,**是一种人工神经网络中常用的激活函数(act 阅读全文
posted @ 2022-05-07 21:13 melodit 阅读(238) 评论(0) 推荐(0)