deep learning
文章平均质量分 65
PinkAir
这个作者很懒,什么都没留下…
展开
-
吴恩达 第四课 卷积神经网络 :第一周课后测验 The basics of ConvNets
原创 2018-12-08 08:15:24 · 529 阅读 · 0 评论 -
吴恩达 deep learning 第二课第二周测验 optimization algrothm
原创 2018-12-06 16:28:23 · 336 阅读 · 0 评论 -
deep learming 吴恩达 第四课第三周编程 Autonomous driving application - Car detection - v3
Autonomous driving - Car detectionWelcome to your week 3 programming assignment. You will learn about object detection using the very powerful YOLO model. Many of the ideas in this notebook are desc...原创 2018-12-09 10:19:05 · 1230 阅读 · 0 评论 -
吴恩达 DeepLearning 第二课第三周编程 tensorflow
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...原创 2018-12-07 11:00:22 · 1652 阅读 · 1 评论 -
吴恩达 DeepLearning 第二课第三周测试 Hperparameter tuning,batch normalization,programing framworks
+原创 2018-12-07 10:11:37 · 316 阅读 · 2 评论 -
吴恩达 DeepLearning 第三课第一周测试 Bird recognition in the city of Peacetopia
B选项不选,不小心点上了一直在纠结,没想到还真的选,还是理解的不深入。原创 2018-12-07 11:16:15 · 527 阅读 · 0 评论 -
吴恩达 DeepLearning 第三课第二周测试 Autonomous driving
原创 2018-12-07 12:15:41 · 579 阅读 · 1 评论 -
deep learning 吴恩达 第四课第四周 卷积神经网络 :Special applications: Face recognition & Neural style transfer
原创 2018-12-09 12:29:03 · 410 阅读 · 0 评论 -
deep learning 吴恩达 第四课第四周 卷积神经网络 :Deep Learning & Art: Neural Style Transfer
Deep Learning & Art: Neural Style TransferWelcome to the second assignment of this week. In this assignment, you will learn about Neural Style Transfer. This algorithm was created by Gatys et al...原创 2018-12-09 13:54:38 · 1076 阅读 · 0 评论 -
deep learning 吴恩达 第四课第四周 卷积神经网络 :Face Recognition for the Happy House - v3
Face Recognition for the Happy HouseWelcome to the first assignment of week 4! Here you will build a face recognition system. Many of the ideas presented here are from FaceNet. In lecture, we also t...原创 2018-12-09 14:29:30 · 687 阅读 · 0 评论 -
吴恩达 -第五课第一周 RNN 测验
原创 2018-12-09 18:40:04 · 330 阅读 · 0 评论 -
吴恩达 第五课第一周 Dinosaurus Island -- Character level language model final - v3
Character level language model - Dinosaurus landWelcome to Dinosaurus Island! 65 million years ago, dinosaurs existed, and in this assignment they are back. You are in charge of a special task. L...原创 2018-12-09 21:23:54 · 1057 阅读 · 0 评论 -
吴恩达 deep learning 第二课第一周编程作业 Gradient Checking 3
Gradient CheckingWelcome to the final assignment for this week! In this assignment you will learn to implement and use gradient checking.You are part of a team working to make mobile payments avai...原创 2018-12-06 13:41:56 · 1327 阅读 · 0 评论 -
吴恩达 deep learning 第一课第二周测验
原创 2018-12-03 20:20:16 · 427 阅读 · 0 评论 -
吴恩达 第四课第一周 编程 Convolution model - Step by Step - v2
Convolutional Neural Networks: Step by StepWelcome to Course 4's first assignment! In this assignment, you will implement convolutional (CONV) and pooling (POOL) layers in numpy, including both f...原创 2018-12-08 11:58:40 · 1128 阅读 · 0 评论 -
吴恩达 第四课第一周 编程 Convolution model - Application - v1
Convolutional Neural Networks: ApplicationWelcome to Course 4's second assignment! In this notebook, you will:Implement helper functions that you will use when implementing a TensorFlow model ...原创 2018-12-08 13:01:23 · 818 阅读 · 0 评论 -
win 10 cs231n在本地做搭建虚拟环境
我也是几经周折看了好多博客才最终搭建好,希望对大家有所帮助~ 1、首先在所在系统中安装Anaconda。2、打开Anaconda prompt(之后所有的命令都是在这里面敲的)3、jupyter kernelspec list查看一下在自己现在版本是什么,cs231n需要python2,如果自己是python2的话可以跳过下一步4、ipython kernel ...原创 2018-12-12 17:28:23 · 491 阅读 · 0 评论 -
deep learning 吴恩达 -- 第四课第二周测验 Deep convolutional models
C不选原创 2018-12-08 18:02:52 · 901 阅读 · 0 评论 -
deep learning 吴恩达 第四课第二周 Residual Networks - v2
Residual NetworksWelcome to the second assignment of this week! You will learn how to build very deep convolutional networks, using Residual Networks (ResNets). In theory, very deep networks can rep...原创 2018-12-08 20:25:55 · 861 阅读 · 0 评论 -
deep learning 吴恩达 第四课第二周编程 Keras - Tutorial - Happy House v2
Keras tutorial - the Happy HouseWelcome to the first assignment of week 2. In this assignment, you will:Learn to use Keras, a high-level neural networks API (programming framework), written in Pyt...原创 2018-12-08 22:22:28 · 576 阅读 · 1 评论 -
deep learming 吴恩达 第四课第三周 Detection algorithms
原创 2018-12-08 22:45:01 · 546 阅读 · 0 评论 -
吴恩达 deep learning 第二课第一周测验 practical aspects of deep learning
.原创 2018-12-06 08:48:48 · 245 阅读 · 0 评论 -
吴恩达 deep learning 第二课第一周 编程作业一
InitializationWelcome to the first assignment of "Improving Deep Neural Networks".Training your neural network requires specifying an initial value of the weights. A well chosen initialization ...原创 2018-12-06 09:16:34 · 1043 阅读 · 0 评论 -
吴恩达 deep learning 第二课第一周编程作业2Regularization - v2
RegularizationWelcome to the second assignment of this week. Deep Learning models have so much flexibility and capacity that overfitting can be a serious problem, if the training dataset is not big ...原创 2018-12-06 10:44:28 · 1208 阅读 · 0 评论 -
deep learning 吴恩达 第五课第二周 测验
编程答案就不挂上来了,要赶在deadline前做完,大家一起加油鸭!!期待吴老师更多的课程。原创 2018-12-10 17:01:19 · 546 阅读 · 0 评论