Machine_Learning_Code_Implementation

授权协议 Readme
开发语言 Python
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 阙项禹
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Machine_Learning_Code_Implementation

Python code implementation of machine learning algorithms based on NumPy.

  • coursera machine-learning-ex4 课程作业记录 Neural Network Learning 这一周的题目难度明显加大了,花了比之前多得多的时间才完成 function g = sigmoidGradient(z) %SIGMOIDGRADIENT returns the gradient of the sigmoid function %evaluated at z