
机器学习
星辰旋风
安卓开发
展开
-
machine-learning-ex3
coursera machine-learning-ex3 课程作业记录 Multi-class Classification and Neural Networks function [J, grad] = lrCostFunction(theta, X, y, lambda) %LRCOSTFUNCTION Compute cost and gradient f原创 2017-10-29 22:49:13 · 1322 阅读 · 0 评论 -
machine-learning-ex4
coursera machine-learning-ex4 课程作业记录 Neural Network Learning 这一周的题目难度明显加大了,花了比之前多得多的时间才完成 function g = sigmoidGradient(z) %SIGMOIDGRADIENT returns the gradient of the原创 2017-10-29 23:00:48 · 2720 阅读 · 0 评论 -
machine-learning-ex2
coursera machine-learning-ex2 课程作业记录 Logistic Regression function g = sigmoid(z) %SIGMOID Compute sigmoid function % g = SIGMOID(z) computes the sigmoid of z. % You need to return the f原创 2017-10-29 22:39:26 · 976 阅读 · 0 评论 -
SerpentAI简介
最近在研究机器学习,身为一个重度游戏爱好者,看到各种ai打游戏的算法都是基于gym这种封装好的游戏api来实现的,便有了通过录屏来封装一个ai训练环境的的想法,花了一个星期的晚上来尝试,还是没有做出实际有用的东西,就在此时。CSDN的微信公众号给我推送了一篇2017年python开源项目top30,扫了一下,竟然发现了SerpentAI这么好的东西,把我的想法完全实现了。 在此简单记录一下,之后原创 2018-01-15 14:25:11 · 3840 阅读 · 0 评论