摘要: 代码主要是对给定的 y ≈ 2x 进行学习,模拟出合适的权值w和偏执值b。 下面记录一下各种函数的作用,有助于本人学习记忆python库和函数: 1.首先是linspace函数:numpy.linspace(start, stop, num=50, endpoint=True, retstep=Fa 阅读全文
posted @ 2018-04-21 16:06 半纸墨阳 阅读(844) 评论(0) 推荐(0)