240 发简信
IP属地:浙江
  • 使用tensorflow2.0.0a0 api实现线性回归算法

    如标题,tf2相较tf1.x在api上有比较大的变动,1.x的很多api都在2.0中移除。本文使用tf2.0的api实现一个简单的线性回归算法。

  • Resize,w 360,h 240
    多元logistic回归矩阵推导

    网上的文章很少多元logistic回归的矩阵推导, 这里写一下我的推导, 欢迎交流.

  • PEP8, Python代码书写风格指导

    Introduction This document gives coding conventions for the Python code ...