自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Hansry的博客

All that is real is rational, and all that is rational is real.

  • 博客(10)
  • 资源 (4)
  • 收藏
  • 关注

原创 吴恩达Coursera深度学习课程 DeepLearning.ai 编程作业——Keras tutorial - the Happy House (4.2)

Welcome to the first assignment of week 2. In this assignment, you will: 1. Learn to use Keras, a high-level neural networks API (programming framework), written in Python and capable of running on to

2017-11-30 19:58:51 2113 4

原创 吴恩达Coursera深度学习课程 DeepLearning.ai 编程作业——Tensorflow+tutorial(2-3)

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-11-21 22:37:45 7513 1

原创 吴恩达Coursera深度学习课程 DeepLearning.ai 编程作业——Convolution model:step by step and application (4.1)

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 forward

2017-11-17 23:11:47 9951 1

原创 改善深度神经网络(理论)—超参数调试、Batch正则化和程序框架(2-3)

1.调试处理关于训练神经网络,要处理的参数的数量,从学习速率αα\alpha 到momentum ββ\beta 同时还有Adam优化算法的参数 ββ\beta ,ββ\beta and εε\varepsilon,也p许还需要选择层数 layer_size, 不同层中隐藏单元的数量 layer_units ,有可能还需要选择学习率衰减 learning_rate_decay,还有需要选...

2017-11-11 12:09:24 1499

原创 吴恩达Coursera深度学习课程 DeepLearning.ai 编程作业——Optimization Methods(2-2)

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-11-10 23:57:50 2757 2

原创 吴恩达Coursera深度学习课程 DeepLearning.ai 编程作业——Gradients_check(2-1.3)

import numpy as npfrom testCases import *from gc_utils import sigmoid,relu,dictionary_to_vector,vector_to_dictionary,gradients_to_vectorfrom testCases import gradient_check_n_test_caseGradient_check

2017-11-09 19:36:01 2430

原创 安装Pangolin遇到问题解决

Pangolin 是一款开源的OPENGL显示库,可以用来视频显示、而且开发容易。代码我们可以从Github 进行下载:https://github.com/zzx2GH/Pangolin.git一般我们安装一个库的时候,都需要依赖其他的库才行。一般有Glew、CMake、 Boost 、Python2/Python3按照以下步骤即可: sudo apt-get install libglew

2017-11-07 10:33:44 2943

原创 吴恩达Coursera深度学习课程 DeepLearning.ai 编程作业——Regularization(2-1.2)

如果数据集没有很大,同时在训练集上又拟合得很好,但是在测试集的效果却不是很好,这时候就要使用正则化来使得其拟合能力不会那么强。import numpy as npimport sklearnimport matplotlib.pyplot as pltimport sklearn.datasetsfrom reg_utils import load_2D_dataset,compute_co

2017-11-06 13:45:06 4100 1

原创 吴恩达Coursera深度学习课程 DeepLearning.ai 编程作业——Initialize parameter(2-1.1)

import numpy as npimport matplotlib.pyplot as pltimport sklearnimport sklearn.datasetsfrom init_utils import sigmoid, relu, compute_loss, forward_propagation, backward_propagationfrom init_utils i

2017-11-05 11:33:21 1646 2

原创 Andrew Ng 深度学习课程Deeplearning.ai 编程作业——deep Neural network for image classification(1-4.2)

1.Packageimport numpy as np #scientific compute packageimport matplotlib.pyplot as plt #graphs packageimport h5py #contact with h5 fileimport scipy from scipy import ndimage #import our image a

2017-11-02 23:20:51 1264 2

Opencv2链接CUDA9.0中cmake修改版

opencv 2.4.* 链接cuda 9的时候会有依赖问题,通过修改opencv源码中的cmake, 可以解决opencv在cuda9.0编译上的依赖问题。

2019-05-29

图优化工具,G2o

In this document we describe a C++ framework for performing the optimization of nonlinear least squares problems that can be embedded as a graph or in a hyper-graph. A hyper-graph is an extension of a graph where an edge can connect multiple nodes and not only two. Several problems in robotics and in computer vision require to find the optimum of an error function with respect of a set of parameters. Examples include, popular applications like SLAM and Bundle adjustment.

2018-09-26

《Robotics, Vision and Control — Fundamental Algorithms in MATLAB》

《Robotics, Vision and Control — Fundamental Algorithms in MATLAB》

2018-04-06

机器学习实战源代码及数据

机器学习实战源码及数据,希望能帮到大家,希望多交流机器学习的相关算法及应用

2017-10-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除