自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (10)
  • 收藏
  • 关注

原创 Python实现-----使用随机梯度算法对高斯核模型进行最小二乘学习法

        (1)高斯核模型                           其中为样本。可以看出,核模型的均值是以的元素进行计算的。 (2)随机梯度下降法 (3)python 代码实现 import numpy as np import matplotlib.pyplot as plt import math n=50 N=1000 x=np.linspace(-3...

2018-11-05 12:53:35 904 2

《Python One-Liners》 by Christian Mayer .pdf

Python One-Liners by Christian Mayer Python programmers will improve their computer science skills with these useful one-liners Python One-Liners will show readers how to perform useful tasks with one line of Python code. Following a brief Python refresher, the book covers essential advanced topics like slicing, list comprehension, broadcasting, lambda functions, algorithms, regular expressions, neural networks, logistic regression and more. Each of the 50 book sections introduces a problem to solve, walks the reader through the skills necessary to solve that problem, then provides a concise one-liner Python solution with a detailed explanation.

2020-04-20

machine learning mastery with python

Machine Learning Mastery With Python Understand Your Data, Create Accurate Models and Work Projects End-To-End Copyright 2017 Jason Brownlee. All Rights Reserve

2018-05-07

Deep Learning for Computer Vision

Deep Learning for Computer Vision - A comparison between Convolutional Neural Networks and Hierarchical Temporal Memories on object recognition tasks

2018-04-21

从神经网络到深度学习.pdf

从神经网络到深度学习.pdf

2016-06-21

Windows下编译MatConvNet工具包GPU版本,加入本文件即可使用!

Windows下编译MatConvNet工具包GPU版本,加入本文件即可使用!NVIDIA GTX980+win7+VS2010+Matlab2014a+CUDA 6.5+MatConvNet

2016-06-07

Accurate Scale Estimation for robust visual trackiing

Accurate Scale Estimation for robust visual trackiing代码,本人运行通过

2016-01-27

Fast Compressive Tracking

(Fast Compressive Tracking) 快速亚索感知跟踪代码

2016-01-27

深度卷积神经网络特征提取的数学理论

深度卷积神经网络特征提取的数学理论,The mathematical theory of feature extraction for deep convolutional neural networks,

2016-01-27

图像降维基本理论

详细江苏了图像降维基本理论,通俗易懂,距离详细

2016-01-27

2016-Interacting Multiview Tracker

2016-Interacting Multiview Tracker的代码,作者主页是https://cvl.gist.ac.kr/project/imt.html

2016-01-27

空空如也

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

TA关注的人

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