自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

专注机器学习之路

机器学习的理论与Python实践笔记

  • 博客(13)
  • 资源 (22)
  • 收藏
  • 关注

原创 171031 Matlab数字图像处理-02-灰度变换与空间滤波

2.2.1函数imadjust和stretchlimsubplot间距调整的相关设置% left是离左面图像边界的距离% bottom是离下面图像边界的距离% width是图像x轴长度% height 是图像y轴长度% subplot('Position',[0.02 0.65 0.3 0.3]);% subplot('Position',[0.35 0.65 0.3 0.3]);% s

2017-10-31 18:10:26 928

原创 171031 Matlab数字图像处理-01-绪言

01.导入/显示/保存图像 导入f = imread('chess.jpeg');% 结尾分号抑制图像数据的输出显示imshow(f);避免覆盖显示多个imshow(f)figure %单独再增加一个figure窗口imshow(g)保存imwrite(f,'path\filename')%需要目录存在指定质量保存JPEG%q是0-100中间的一个整数,数字越小,劣化越高q=1%对于

2017-10-31 09:00:24 508

原创 171029 windows10 桌面美化

最终效果 视频 https://www.youtube.com/watch?v=6-5mromnf3c 壁纸 http://qph.ec.quoracdn.net/main-qimg-2cde0a53288265fd5dbe4285d60c3afc RocketDock https://rocketdock.com/download Win10-Theme https://lim

2017-10-29 20:08:16 3569 1

原创 171026 data preparation for cooling-bin

# -*- coding: utf-8 -*-"""Created on Thu Oct 26 21:39:45 2017@author: brucelau"""#%%# data preparationimport matplotlib.pyplot as plt import numpy as npimport osfrom PIL import Image# make fol

2017-10-26 23:27:39 305

原创 171026 the order between idx and item in enumerate with python

Code:for idx, item in enumerate(['a','b']): print(idx) print(item)Output:0a1bRules: Less letters (idx) before, More letters (item) After

2017-10-26 22:46:05 294

原创 171024 .vga网页视频的增质快放

问题描述:默认帧数低,加速播放,无法听清楚。 解决方法 ①右键 ②Options ③Lan ④Apply+OK ⑤Play speed ⑥Fast 目测可增速x1.2.vga为课件画面文件,.asf为演讲人画面文件+声音文件有无办法可转化.vga格式文件到其他格式,请大神留言!

2017-10-24 14:18:55 465

原创 171022 C++Tips

001. const 常量: #include "stdafx.h"#include<iostream> using namespace std;int main() { const int a=0; //const定义需同时赋值 //不可再赋值a = 1; return 0;}002.static_cast(expression)int *pint = stati

2017-10-22 22:17:59 340

原创 171021 C++学习笔记-6.2

例 6-8 利用指针数组存放矩阵 利用指针数组存放矩阵(每行物理内存不连续)与利用二维矩阵存放矩阵(每行物理内存依次连续)的不同 #include "stdafx.h"#include<iostream> using namespace std;int main() { int line1[] = { 1, 0, 0 }; //矩阵的第一行 int line2[]

2017-10-21 21:44:37 427

原创 171021 c++中++i与i++的区别

c++中++i与i++的区别是什么 c++中的++i和i++// ConsoleApplication1.cpp : 定义控制台应用程序的入口点。// c++中++i与i++的区别#include "stdafx.h"#include<iostream> using namespace std;int main(){int i1 = 7;int a = i1++; //先赋值,再自加

2017-10-21 11:30:57 426

原创 171020 C++学习笔记-6.1

注:代码部分来源于http://www.xuetangx.com/,仅为个人学习笔记之用,不得用于任何商业用途。例 6-1 数组的申明与使用// ConsoleApplication1.cpp : 定义控制台应用程序的入口点。// 6_1.cpp#include "stdafx.h"#include<iostream> using namespace std;int main() {

2017-10-20 20:37:13 846

原创 171015 C++学习笔记-5

例 5-1 作用域实例// ConsoleApplication1.cpp : 定义控制台应用程序的入口点。// 5_1.cpp#include "stdafx.h"#include<iostream> #include<string>#include <cmath>using namespace std;int i; //在全局命名空间中的全局变量n

2017-10-15 21:08:21 480

原创 171014 C++学习笔记-4

例 4-2 Point类的完整程序// ConsoleApplication2.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <iostream>using namespace std;class Point {public: Point(int xx = 0, int yy = 0) { //内联函数 x = x

2017-10-14 22:14:22 560

原创 171013 PIL-Modes

PIL-Modes

2017-10-13 20:30:12 241

Tomaemon在RAG界面中用到的HuggingFace主题

Tomaemon在RAG界面中用到的HuggingFace主题

2024-08-31

matlab图形空白裁剪及子图调整

190313-1行命令裁剪Matlab图像空白及调整子图间距;

2019-03-13

SurfEasy-Chrome代理插件

SurfEasy-Chrome代理插件;SurfEasy-Chrome代理插件;SurfEasy-Chrome代理插件;

2018-04-22

recurrent neural network without a phd

recurrent neural network without a phd.pdf 出处:https://github.com/martin-gorner/tensorflow-rnn-shakespeare

2018-04-16

吴恩达-深度学习-第五课-第二周课件-截图版pdf版

吴恩达-深度学习-第五课-第二周课件-视频截图版pdf版(没找到对应的ppt版本),介意者请勿下载,欢迎分享ppt原版。

2018-04-14

windows10设置豆沙绿-双击执行即可

windows10设置豆沙绿-双击执行即可;windows10设置豆沙绿-双击执行即可

2018-03-29

A jupyter note result html file for Surface defect detection

A jupyter note result html file for Surface defect detection

2018-03-04

MNIST_data

MNIST_data手写体数字识别(友情提示-与py文件放在同一目录内): import tensorflow.examples.tutorials.mnist.input_data as input_data mnist_data = input_data.read_data_sets('MNIST_data', one_hot=True)

2018-02-05

Chrome and SurfEasy Extension for Linux

Chrome and SurfEasy Extension for Linux。Chrome and SurfEasy Extension for Linux.

2017-12-02

斯坦福大学凸优化课程Convex Optimization字幕及Youtube字幕下载代码

http://blog.csdn.net/qq_33039859/article/details/78476993

2017-11-08

windows10桌面美化

window10桌面美化 参见 http://blog.csdn.net/qq_33039859/article/details/78387485

2017-10-29

scipy-0.19.1-cp36-cp36m-win_amd64.whl

scipy-0.19.1-cp36-cp36m-win_amd64.whl

2017-07-16

a mov file with dog bark

a mov file with dog bark

2017-06-28

tensorflow model save and restore example

tensorflow model save and restore example

2017-06-15

tensorflow_gpu-1.2.0rc2-cp36-cp36m-win_amd64.whl

tensorflow_gpu-1.2.0rc2-cp36-cp36m-win_amd64.whl

2017-06-14

tensorflow-1.2.0rc2-cp36-cp36m-win_amd64.whl

tensorflow-1.2.0rc2-cp36-cp36m-win_amd64.whl

2017-06-14

deeplearning without a PHD (code print)

deeplearning without a PHD (code print)

2017-06-12

pdf code pass

pdf code pass

2017-06-12

deeplearning without a PHD

2017谷歌云大会,深度学习代码示例

2017-06-12

python ds evidence theory code

ds 证据理论 python 代码

2017-06-12

matlab ds evidence theory

ds 证据理论 matlab 代码

2017-06-12

《程序员的数学2-3》Ruby程序+Gnuplot+代码+勘误+win7补丁

《程序员的数学2-3》Ruby程序+Gnuplot+代码+勘误+win7补丁

2017-01-19

2017大数据发展趋势Top10白皮书

2016 was a landmark year for big data with more organizations storing, processing, and extracting value from data of all forms and sizes. In 2017, systems that support large volumes of both structured and unstructured data will continue to rise. The market will demand platforms that help data custod

2017-01-12

空空如也

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

TA关注的人

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