机器学习
文章平均质量分 96
dh0029314
这个作者很懒,什么都没留下…
展开
-
deeplearning_Planardataclassificationwithonehiddenlayer
此文为deeplearning课程第三周的编程作业实现一个单层神经网络(对红点蓝点分类) 需要用到的库import numpy as npimport matplotlib.pyplot as pltfrom testCases import *import sklearnimport sklearn.datasetsimport sklearn.linear_modelfrom pl原创 2017-10-18 23:04:48 · 342 阅读 · 0 评论 -
deeplearning_LogisticRegressionwithaNeuralNetworkmindset
此文为deeplearning课程第二周的编程作业实现一个逻辑回归分类器原创 2017-10-18 23:04:02 · 525 阅读 · 1 评论 -
deeplearning_Tensorflow Tutorial
TensorFlow TutorialWelcome to this week’s programming assignment. Until now, you’ve always used numpy to build neural networks. Now we will step you through a deep learning framework that will allow yo原创 2017-10-23 19:38:27 · 550 阅读 · 0 评论 -
deeplearning_Optimization methods
Optimization MethodsUntil now, you’ve always used Gradient Descent to update the parameters and minimize the cost. In this notebook, you will learn more advanced optimization methods that can speed up原创 2017-10-23 20:00:44 · 1209 阅读 · 0 评论
分享