自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (21)
  • 收藏
  • 关注

原创 SQL技能

查找表中某两列值重复的行例子select * from relation_map awhere exists (select 1from relation_map bwhere b.primary_id = a.primary_idand (a.slave_id<> b.slave_id))学自:https://bbs.csdn.net/topics/39035...

2018-12-26 11:09:58 513

原创 利用XStream导出SMILE模型到XML

当使用SMILE学习生成模型后,如果需要把模型导出,怎么做?SMILE的scala API的data package提供了write API能力,但Java没有Java只能自己使用xStream.libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "1.4.11.1"xStream可以轻易的将Java对象...

2018-12-20 22:51:31 337

转载 聚类与分类

分类简单来说,就是根据文本的特征或属性,划分到已有的类别中。也就是说,这些类别是已知的,通过对已知分类的数据进行训练和学习,找到这些不同类的特征,再对未分类的数据进行分类。而聚类的理解更简单,就是你压根不知道数据会分为几类,通过聚类分析将数据或者说用户聚合成几个群体,那就是聚类了。聚类不需要对数据进行训练和学习。分类属于监督学习,聚类属于无监督学习。常见的分类比如决策树分类算法、贝叶斯分类算法...

2018-12-19 10:20:39 2386

原创 JAVA机器学习Smile实践

SmileStatistical Machine Intelligence & Learning Engine文档 http://haifengl.github.io/smile/ 代码https://github.com/haifengl/smile解决构建问题SMILE使用sbt构建项目,参考http://haifengl.github.io/...

2018-12-18 20:06:44 1681

转载 分类和回归的区别

摘自知乎分类和回归的区别在于输出变量的类型。定量输出称为回归,或者说是连续变量预测;定性输出称为分类,或者说是离散变量预测。举个例子:预测明天的气温是多少度,这是一个回归任务;预测明天是阴、晴还是雨,就是一个分类任务。https://www.zhihu.com/question/21329754...

2018-12-17 10:58:18 514

原创 准确率和召回率评价算法

查自知乎准确率和召回率是广泛用于信息检索和统计学分类领域的两个度量值,用来评价结果的质量。其中精度是检索出相关文档数与检索出的文档总数的比率,衡量的是检索系统的查准率;召回率是指检索出的相关文档数和文档库中所有的相关文档数的比率,衡量的是检索系统的查全https://www.zhihu.com/question/19645541http://charleshm.github.io/20...

2018-12-13 23:51:43 1921

SumatraPDF

SumatraPDF_3.1.1.0_install.1456299618.exe 是一个小巧的PFD,EPUB阅读器

2018-04-11

curl for Windows

习惯了MacOs及CentOS, Ubuntu, 等linux上使用curl命令的web开发人员,如果还是用的Windows平台机器开发(很多研发因为公司成本原因),可以安装curl for windows帮助提要研发效能。

2018-04-11

ConEmu-Windows下最好用的命令行,程序员必备

在Windows平台下,研发通常希望找到一款类似macOS下iTerm的利器,多tab终端,界面友好,交互方便。 ConEmu是我尝试过体验最好的命令行工具。 ConEmuSetup.170807.exe,拿走不谢!

2018-04-11

Windows下最好用的EPUB阅读器

在Windows下有很多EPUB技术书籍,这是用过的体验最好的阅读器工具。 其他sumatrapdf,支持排版太简陋 calibre太重 。。。 好不容易找到一个心仪好用的,愿与大家分享

2018-04-11

GIF Movie Gear汉化版

GIF Movie Gear软件是一个非常好用的GIF动画制作软件,它的操作使用非常简单,可以将动画图片文件减肥。除了可将编辑好的图片文件存成动画GIF外,还以可输出成AVI或ANI动画游标的文件格式。

2013-08-17

Effective C# chm

C#'s resemblances to C++, Java, and C make it easier to learn, but there's a downside: C# programmers often continue to use older techniques when far better alternatives are available. In Effective C#, respected .NET expert Bill Wagner identifies fifty ways you can start leveraging the full power of C# in order to write faster, more efficient, and more reliable software

2010-10-22

Windows Presentation Foundation Unleashed (2007).pdf

Windows Presentation Foundation (WPF) is Microsoft’s latest technology for creating graphical user interfaces, whether they consist of plain forms, document-centric windows, animated cartoons, videos, mmersive 3D environments, or all of the above! This is a technology that makes it easier than ever to create a broad range of pplications. For example, WPF makes it relatively straightforward to implement applications similar to Windows Media Player, Microsoft Word (or at least WordPad), and, yes, even Microsoft PowerPoint!

2009-04-24

Debugging Applications for Microsoft .NET and Microsoft Windows

You get huge development advantages with Microsoft visual Studio .NET but you need a new bag of debugging tricks to take full advantage of them in today’s .NET and Win32 development worlds. Learn lethally effective, real-world application debugging techniques for .NET Framework 1.1 and windows with this fully updated programming guide. Debugging expert John Robbins expands the first edition of his classic debugging book with all-new scenarios and bug-killing tools, tips, and techniques. You’ll see every .NET and Windows debugging scenario here—from XML Web services and Microsoft ASP.NET to Windows services and exceptions. Along with John’s expert guidance, you get more than 6 MB of his battle-tested source code—for the tools and tactics you need to ship better software faster!

2008-10-21

Introducing Microsoft Silverlight 1.0

Introducing Microsoft Silverlight 1.0<br>by Laurence Moroney<br><br>ISBN: 9780735625396<br><br> * Chapter 1: Silverlight and User Experience<br> * Chapter 5: Programming Silverlight with JavaScript<br>

2008-06-14

Introducing Microsoft ASP.NET AJAX

Introducing Microsoft ASP.NET AJAX<br>by Dino Esposito<br><br>ISBN: 9780735624139<br><br> * Chapter 1: The AJAX Revolution<br> * Chapter 5: The AJAX Control Toolkit<br>

2008-06-14

Introducing Microsoft LINQ

Introducing Microsoft LINQ<br>by Paolo Pialorsi and Marco Russo<br><br>ISBN: 9780735623910<br><br> * Chapter 1: LINQ Introduction<br> * Chapter 2: C# Language Features<br> * Chapter 3: Visual Basic 9.0 Language Features<br> * Chapter 4: LINQ Syntax Fundamentals<br> * Chapter 5: LINQ to ADO.NET<br> * Chapter 6: LINQ to XML<br>

2008-06-14

支持.net 2.0和中文的Ndoc

精心收藏的支持.net 2.0和中文的Ndoc.可以将C#.NET 编译生成的程序集和对应的/doc XML 文档,自动转换成如.NET Framework SDK 类库文档或者MSDN Library 在线.NET 类库文档形式的代码文档,让您快速拥有专业级的类库API 文档。

2007-09-03

Reflector

NET Reflector 是一个只有548 KB 的.net 类浏览工具。 它可以读取存储在.net 应用程序中的metadata、IL 指令、资源和XML文档。

2007-09-03

Addison.Wesley.Essential.C.Sharp.2.0.Jul.2006

工作需要我使用C#,学吧。<br>以前看过Essential C++。所以自己选择这本学习。<br>感觉这本书讲的很全,对于初学者,是本不错的参考书,参考MSDN会更有收获。

2007-08-19

64位Windows简介及其趋势

webcast的课程ppt:64位Windows简介及其趋势,主要讨论:<br>为什么要用64位呢?<br>发展趋势及其微软的支持<br>Windows 64位架构及其特性<br>基于x64 Windows的应用开发<br>相关资源<br>

2007-08-18

VC++.NET技术内幕第六版配套CHM

VC++.NET技术内幕第六版

2007-07-25

Exception C++系列

Herb Scutter的好书<br>Exceptional C++<br>More Exceptional C++

2007-07-10

空空如也

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

TA关注的人

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