自定义博客皮肤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)
  • 资源 (12)
  • 收藏
  • 关注

原创 Pytorch的配置与入门学习

配置Pytorch 1,安装 Anaconda3 2,打开Anaconda3下的 Anaconda prompt 3,先激活默认源,输入 activate 4,创建自己的默认环境 learn,输入 conda create -n pytorch python=3 5,激活虚拟环境,输入 activate pytorch 6,在自己的虚拟环境中安装必备组件,输入 conda instal...

2019-01-05 15:24:44 284

2017百度美团滴滴等机器学习岗面试笔试经验

美团重基础,和搜狗两个风格。不过项目归根到底还是基础,只是搜狗更注重问题的解决方案。任何岗位都要手写一两个代码,不过都不难,一面字符串转浮点数。二面排序二叉树建树,如果是后台开发,手写2+个代码。讲一点项目,开始问基础,一面差点手推SVM,后来讲基本原理,延伸。二面问LR为何是sigmod,理论推导出sigmod,弱分类器组合成强分类器的理论证明,这个真心没看过,感觉美团不仅需要熟悉单个模型,还要融会贯通,多问为什么。我答得不太好,各位面机器学习的加油!

2018-03-17

C++和matlab混合编程实例(源码打包)

matlab打包生成的封装文件只传了三个用到的。实例demo.cpp运行正确,可供参考。

2018-01-10

香港大学深度学习ppt

香港大学深度学习ppt。tensorflow讲解的,适合学习和练习。

2017-12-27

斯坦福深度视觉识别ppt_2017-11

机器学习的动机与应用、Logistic类、机器学习的定义、监督学习概观、学习理论概述、非监督学习概述、强化学习概述。

2017-12-27

SVM+SFS+KNN+SBS+LASSO+SRC算法(matlab版)

机器学习中的多种分类方法的matlab代码,程序正确可用,传上来一起分享交流。 每个代码文件里面注释齐全,适合自学。

2017-09-11

EasyEnsemble算法(matlab版)

解决类别不平衡问题的easyEnsemble算法,可以再matlab直接应用于数据集上。 内含BalanceCascade和easyEnsemble两套算法。

2017-09-11

哈工大_生物计算_计算机视觉类_张大鹏论文2

哈工大_生物计算_计算机视觉 张大鹏导师论文 1、A Parallel Algorithm for Image Information Restoration 2、A Performance Evaluation of Filter Design and Coding Schemes for 3、A PIPELINED VLSI ARITHMETIC ARCHITECTURE 等等。

2017-09-11

哈工大生物计算实验室张大鹏论文1

哈工大生物计算实验室,张大鹏论文: 1、“_Non-locality_ Preserving Projection and Its Application to 2、A comparative study on quality assessment of high resolution 3、A Derivative Augmented Lagrangian Method for Fast Total 4、A Direct Evolutionary Feature Extraction Algorithm for 等,只列出了一部分。

2017-09-11

编译原理_名校本科课件

课件从基础讲起,详略得当,适合初学者。

2017-08-25

自然图像统计:一种早期计算机视觉的概率方法(英文原版)

英文原版,从基础深入到整个计算机视觉领域,自己感觉很好,拿出来分享下,同时为了下载更多资料,适当赚点积分 [尴尬]。 截取部分前言如下: This book is both an introductory textbook and a research monograph on modeling the statistical structure of natural images. In very simple terms, “natural images” are photographs of the typical environment where we live. In this book, their statistical structure is described using a number of statistical models whose parameters are estimated from image samples. Our main motivation for exploring natural image statistics is computational modeling of biological visual systems. A theoretical framework which is gaining more and more support considers the properties of the visual system to be reflections of the statistical structure of natural images because of evolutionary adaptation processes. Another motivation for natural image statistics research is in computer science and engineering, where it helps in development of better image processing and computer vision methods.

2017-08-25

学术界经典的图像处理论文合集

学术界经典的图像处理论文: A Variational Multiphase Level Set Approach to Simultaneous Segmentation and Bias Correction; An adaptive L1-L2 hybrid error model to super_resolution; Fisher Discrimination Dictionary Learning for Sparse Representation ; 等。

2017-08-17

深入体验VC++项目开发源代码

深入体验VC++项目开发源代码,对照着原版书很适合自学。 项目的相关信息 第1章 飞机飞行游戏 第2章 学校图书馆管理系统 第3章 企业人事管理系统 第4章 内部网络系统 第5章 视频播放器 第6章 专业理财系统 第7章 俄罗斯方块游戏 第8章 成绩管理系统 等等。

2017-08-17

空空如也

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

TA关注的人

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