自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 资源 (28)
  • 收藏
  • 关注

转载 免费 开发资源库 android web

文章里收集了60个免费的开发资源库,它们种类丰富,功能齐全。这些资源包括Fitgrd、Horizontal menu、Upload form、Minimalistic、Fries、Linecons、Windows和Transit等等。希望它们在开发道路上能够助你一臂之力。文章作者Juan Pablo Sarmiento收集了60个较为实用、高效的工具资源库,可以帮助开发者快速创建各种W

2013-08-30 19:12:05 768

转载 机器学习 免费数据库

KDD杯的中心,所有的数据,任务和结果。UCI机器学习和知识发现研究中使用的大型数据集KDD数据库存储库。UCI机器学习数据库。AWS(亚马逊网络服务)公共数据集,提供了一个集中的资料库,可以无缝集成到基于AWS的云应用程序的公共数据集。生物测定数据,在 虚拟筛选,生物测定数据,对化学信息学,J.由阿曼达Schierz的,有21个生物测定数据集(有效/无效的化合物)可供下载。加拿大开放数据,许多政

2013-08-30 10:48:28 1430

转载 国外大牛 机器学习 免费资源 开源资源

General ML Information SourcesDavid Aha's list of machine learning resources.Home pages of (hundreds of) ML researchers (maintained by David W. Aha).GMD Machine Learning Archive.Universi

2013-08-29 18:07:39 4556

转载 国外经典计算机以及相关领域电子书,下载地址

Meta-Lists25 Free Computer Science EbooksBook Training - On VideoCheat Sheets (Free)CodePlex List of Free E-BooksFree Tech BooksGalileo Computing (German)How to Design Programs: An

2013-08-27 22:03:52 3847

转载 MIPAV 心得:三维重建大脑,功能媲美Medvol(可读3d+orig)

MIPAV是研究用免费软件。 像很多同类软件一样,它可以一张一张读取DICOM文件,可是那样麻烦,最近本菜鸟在学习MIPAV中偶然发现可以读取3d+orig。而且可以三维重建后任意角度任意层来观看脑结构,可以说,这点上可以媲美Medvol了。三维重建大致程序如下:首先,将MOMORY ALLOCATION配置高点,至少1000多M比较好。然后  file-open image from d

2013-08-27 15:00:16 5591 3

转载 生物 医学软件推荐

生物、医学软件:3D-Doctor.v3.5.Datecode.030328(医用先进的三维图形建模系统,立体渲染,快速而方便地显示3D图像)Able.3D-Doctor.v3.5.DC.050402(先进三维图像处理软件)Array.Designer.v4.23(生物医学软件)Array.Designer.v4.11.LinuxBeacon.Designe

2013-08-27 11:19:14 3195

转载 机器学习相关网络资源汇总

一、 引言在机器学习相关领域研究中,不可避免的要涉及各种各样的算法,包括数据预处理、算法模型生成、算法模型集成、算法评估等。对于研究人员而言,每一个算法都亲力亲为实现几乎是不可能的,而且会造成非常巨大的时间浪费。此外,在算法实验中,数据本身占据着非常重要的地位,在公认的数据集上取得较好的实验效果,是研究成果得到承认的前提之一。基于以上的两点原因,本文对目前可以使用的主要机器学习工具包以

2013-08-26 20:47:37 2660

转载 图像库 智能识别库 机器学习

Participate in Reproducible ResearchGeneral Image ProcessingOpenCV(C/C++ code, BSD lic) Image manipulation, matrix manipulation, transformsTorch3Vision(C/C++ code, BSD lic) Basic image proce

2013-08-26 14:51:49 4077

转载 医学图像处理开源软件包

This page will be completed upon request via email and following the workshop submissions.Quick links:GenericRegistrationSegmentationVisualisationReconstructionSimulationDiffusionGeneric

2013-08-22 13:52:35 5579

原创 android程序可以向系统申请的权限一览表

访问登记属性android.permission.ACCESS_CHECKIN_PROPERTIES ,读取或写入登记check-in数据库属性表的权限获取错略位置android.permission.ACCESS_COARSE_LOCATION,通过WiFi或移动基站的方式获取用户错略的经纬度信息,定位精度大概误差在30~1500米获取精确位置

2013-08-21 20:32:02 3278

转载 MATLAB工具箱下载地址总汇

1.平面操作工具箱http://cathy.ijs.si/~leon/planman.html2.SimMechanics 工具箱 (这个好像不是免费的)http://www.mathworks.com/access/helpdesk/help/toolbox/physmod/mech/mech.shtml3.gaot工具箱(遗传算法工具箱)http:/

2013-08-21 11:14:20 43636 2

原创 window下使用git

在Windows下使用Git,可以使用 Cygwin + Git,也可以使用 Msys + Git。 Cygwin太庞大了,我更倾向于使用小巧的Msys。 使用Msys + Git的话,也有两个选择:msys-cn + git,或者 msysgit。安装msys-cn + gitMsys-cn是Msys的中文化项目,托管在Google Code上,里面提供了一个软件包管理器mpkg,同

2013-08-19 21:52:05 3474

转载 提供几个图片浏览器源码,学android的好材料

Android-Universal-Image-Loaderhttp://www.oschina.net/p/android-universal-image-loaderFedor Vlasov's projecthttps://github.com/thest1/LazyListhttp://stackoverflow.com/questions/541966/how-do-i-

2013-08-19 21:08:49 1818

转载 机器视觉、模式识别库

开源生物特征识别库 OpenBROpenBR 是一个用来从照片中识别人脸的工具。还支持推算性别与年龄。 使用方法:$ br -algorithm FaceRecognition -compare me.jpg you.jpg更多OpenBR信息最近更新: OpenBR —— 开源的生物识别工具 发布于 13天前计算机视觉库 OpenC

2013-08-19 16:44:47 30806 4

转载 C++开源库

C++在“商业应用”方面,曾经是天下第一的开发语言,但这一桂冠已经被java抢走多年。因为当今商业应用程序类型,已经从桌面应用迅速转移成Web应 用。当Java横行天下之后,MS又突然发力,搞出C#语言,有大片的曾经的C++程序员,以为C++要就此沉沦,未料,这三年来,C++的生命力突然被 严重地增强了。主力原因就是开源的软件、基础软件(比如并发原生支持,比如Android必定要推出原生的SDK)

2013-08-19 16:37:01 1030

转载 推荐几个计算机视觉的库

自从谷歌眼镜被推出以来,围绕人脸识别,出现了很多争议。我们相信,不管是不是通过智能眼镜,人脸识别将在人与人交往甚至人与物交互中开辟无数种可能性。为了帮助研究过程中探索人脸识别,我们列出以下人脸检测和识别API。希望有所帮助!Face Recognition - 拉姆达实验室斯蒂芬弄的。示例代码和图形演示点击http://api.lambdal.com/docs,我们的API

2013-08-19 16:00:59 1926

转载 经典的机器学习方面源代码库(非常全,数据挖掘,计算机视觉,模式识别,信息检索相关领域都适用的了)

今天给大家介绍一下经典的开源机器学习软件:编程语言:搞实验个人认为当然matlab最灵活了(但是正版很贵),但是更为前途的是python(numpy+scipy+matplotlib)和C/C++,这样组合既可搞研究,也可搞商业开发,易用性不比matlab差,功能组合更为强大,个人认为,当然R和java也不错.1.机器学习开源软件网(收录了各种机器学习的各种编程语言学术与商业的开源

2013-08-19 15:56:08 1211 1

转载 国外程序员每天四小时的编程生活

每个人都熟悉这种作息规律:早上9点去上班,坐在电脑前面,编一天的程序,下午5点下班回家。如今,非常感谢蒂莫西·费里斯 (Timothy Ferriss)的《每周工作4小时》,我开始重新思考应该如何工作,如何让自己变成更有效率的程序员。最近,我把我的从周一到周五的作息规律做了一次较大的调整。很长时间以来,我一直像所有其他程序员那样工作、休息。但就在2011年的下半年,我开 始了一项试验,想看看究

2013-08-09 16:07:57 1369

ods-java-data-struction.pdf

Java数据结构电子书:There are plenty of books that teach introductory data structures. Some of them are very good. Most of them cost money, and the vast majority of computer science undergraduate students will shell out at least some cash on a data structures book. Several free data structures books are available online. Some are very good, but most of them are getting old. The majority of these books be- came free when their authors and/or publishers decided to stop updat- ing them. Updating these books is usually not possible, for two reasons: (1) The copyright belongs to the author and/or publisher, either of whom may not allow it. (2) The source code for these books is often not avail- able. That is, the Word, WordPerfect, FrameMaker, or LATEX source for the book is not available, and even the version of the software that han- dles this source may not be available. The goal of this project is to free undergraduate computer science stu- dents from having to pay for an introductory data structures book. I have decided to implement this goal by treating this book like an Open Source software project. The LATEX source, Java source, and build scripts for the book are available to download from the author’s website1 and also, more importantly, on a reliable source code management site.2

2019-05-30

分布式一致性一般解决方法.pdf

Distributed consensus, the ability to reach agreement in the face of failures and asynchrony, is a fundamental primitive for constructing reliable distributed systems from unreliable components. The Paxos algorithm is synonymous with distributed consensus, yet it performs poorly in practice and is famously difficult to understand. In this paper, we re-examine the foundations of distributed consensus. We derive an abstract solution to consensus, which utilises immutable state for intuitive reasoning about safety. We prove that our abstract solution generalises over Paxos as well as the Fast Paxos and Flexible Paxos algorithms. The surprising result of this analysis is a substantial weakening to the quorum requirements of these widely studied algorithms.

2019-05-30

蒙特卡罗经典算法

蒙特卡罗经典算法,里面有很多经典的利用概率解决各种问题的方法和策略

2013-08-25

机器学习十大经典算法

机器学习的经典算法,如果这些算法都掌握了,而且你又不觉的困难,那你就已经成为机器学习的高手了

2013-08-25

机器学习中文版

机器学习的中文材料,对于英语不怎么样的童鞋们,还是不错的

2013-08-25

机器学习教材

机器学习的经典入门教材,有志于这个方向的同志们可以看看

2013-08-25

机器学习前沿技术 深度学习

Being a PhD student in the machine learning group of the University of Toronto was lots of fun, and joining it was one of the best decisions that I have ever made. I want to thank my adviser, Geoff Hinton. Geoff taught me how to really do research and our meetings were the highlight of my week. He is an excellent mentor who gave me the freedom and the encouragement to pursue my own ideas and the opportunity to attend many conferences. More importantly, he gave me his unfailing help and support whenever it was needed. I am grateful for having been his student. I am fortunate to have been a part of such an incredibly fantastic ML group. I truly think so. The atmosphere, faculty, postdocs and students were outstanding in all dimensions, without exaggeration. I want to thank my committee, Radford Neal and Toni Pitassi, in particular for agreeing to read my thesis so quickly. I want to thank Rich for enjoyable conversations and for letting me attend the Z-group meetings. I want to thank the current learning students and postdocs for making the learning lab such a fun en- vironment: Abdel-Rahman Mohamed, Alex Graves, Alex Krizhevsky, Charlie Tang, Chris Maddison, Danny Tarlow, Emily Denton, George Dahl, James Martens, Jasper Snoek, Maks Volkovs, Navdeep Jaitly, Nitish Srivastava, and Vlad Mnih. I want to thank my officemates, Kevin Swersky, Laurent Charlin, and Tijmen Tieleman for making me look forward to arriving to the office. I also want to thank the former students and postdocs whose time in the group overlapped with mine: Amit Gruber, Andriy Mnih, Hugo Larochelle, Iain Murray, Jim Huang, Inmar Givoni, Nikola Karamanov, Ruslan Salakhutdinov, Ryan P. Adams, and Vinod Nair. It was lots of fun working with Chris Maddison in the summer of 2011. I am deeply indebted to my collaborators: Andriy Mnih, Charlie Tang, Danny Tarlow, George Dahl, Graham Taylor, James Cook, Josh Tenenbaum, Kevin Swersky, Nitish Srivastava, Ruslan Salakhutdinov, Ryan P. Adams, Tim Lillicrap, Tijmen Tieleman, Toma´sˇ Mikolov, and Vinod Nair; and especially to Alex Krizhevsky and James Martens. I am grateful to Danny Tarlow for discovering T&M; to Relu Patrascu for stimulating conversations and for keeping our computers working smoothly; and to Luna Keshwah for her excellent administrative support. I want to thank students in other groups for making school even more enjoyable: Abe Heifets, Aida Nematzadeh, Amin Tootoonchian, Fernando Flores-Mangas, Izhar Wallach, Lena Simine-Nicolin, Libby Barak, Micha Livne, Misko Dzamba, Mo- hammad Norouzi, Orion Buske, Siavash Kazemian, Siavosh Benabbas, Tasos Zouzias, Varada Kolhatka, Yulia Eskin, Yuval Filmus, and anyone else I might have forgot. A very special thanks goes to Annat Koren for making the writing of the thesis more enjoyable, and for proofreading it. But most of all, I want to express the deepest gratitude to my family, and especially to my parents, who have done two immigrations for me and my brother’s sake. Thank you. And to my brother, for being a good sport.

2013-08-25

Matlab神经网络工具箱介绍

Matlab中关于神经网络的工具箱的介绍,是学习神经网络的好材料

2013-08-25

J2EE(架构师手册)

J2EE(架构师手册).

2013-03-07

html语法教程

html语法教程

2013-03-07

C语言程序设计案例精编

C语言程序设计案例精编

2013-03-07

内存映射技术

window、MFC编程大文件读取的方式,方法

2013-03-07

构建嵌入式Linux系统

构建嵌入式Linux系统

2012-12-05

vs2008的入门教程

不错的vs2008使用教程

2012-10-20

eclipse教程

eclipse的使用教程,还不错

2012-10-20

新一代嵌入式闪存原理及结构

新一代嵌入式闪存是将引领信息时代移动存储设备的先锋,必将成为方便生活的利器!

2010-09-24

空空如也

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

TA关注的人

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