自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (48)
  • 收藏
  • 关注

空空如也

machine learning algorithms from scratch (pdf + 源码)

本书作者是网路有名机器学习专家,本书全以python撰写,并且避免使用第三方函式库,完全让读者了解各种机学习演算的实作,在讲求快速的年代,能真正彻底了解演算法的实作,而不是用keras、tensor flow,组一组、拼一拼,实做了一个四不像的ML演算法,让读者从理论到实作(完全实作),是本不可多得的好书。

2017-08-16

Deep Learning A Practitioner's Approach(pdf+epub+aw3)

针对Java程式员所写的深度学习书籍,并使用DL4J, ND4J, DataVec等程式库,亚马遜预计2017年八月中出。

2017-08-16

Numerical Recipes in C The Art of Scientific Computing 2nd (pdf+源碼)

这本书不用多说了,想提高程式设计功力,增进实作的能力,了解这本吧!如何把数学模型转化成程式码,真的太有趣了!源码花了不少功夫,最後写了一个python 程式来抓,太多了!

2017-07-31

Think Data Structures

本书著重在以java实作资料结构,并展示如何利用这些资料结构来擷取资料。

2017-07-27

RayWenderlich The Swift Apprentice 2nd (swift 3 + iOS10)

Ray Wenderlich 所出的 Swift 的学习书籍,解释十皆详尽

2017-07-08

Python : Real World Machine Learning (pdf + epub + mobi)

Packtpub 所出的 Machine Learning书籍,源码可从网站下载。

2017-06-23

Apress Python Algorithms (pdf+epub+源碼)

Apress 所出以Python为实作语的演算法书籍。

2017-06-23

CFHipsterRef : Low-Level Programming on iOS & Mac OS X完整版(epub + pdf +mobi)

这本书的评价我不想多说,算是圣经,网络上都是不完整的版本,我自己花钱买下完整版,跟志同道合的朋友分享。

2017-06-11

Spring Tree-Structure Based Hybrid Computational Intelligence

这本由Spring 所出的AI书籍,包含了三大不同AI模式:可计算式演算、集体智慧、类神经网络,再由阶层式的方法论组合三类演算模型,可供有兴趣者参考。

2017-06-11

Kotlin in Action + 源碼

Manning 出版社出的Android 开发官语言 Kotlin实战英文版

2017-06-10

Artificial Intelligence with Python + 源碼

Packtpub 所出的以python来实作各种 AI算法,亚马逊评价五颗星。

2017-06-10

RayWenderlich RxSwift : Reactive Programming with Swift 英文高清完整.pdf版下载

RayWenderlich 所出的 Reactive Programming with Swift 一書。

2017-06-10

The NSHipster Fake Book

Object C 进阶的书籍,要有一定的基础,阅读起来才知道本书的深度,不建议初学者下载。

2017-06-07

The Python Standard Library by Example 1st + 源碼

本书是一本大部头的书,全是关於python的library的讲解,多达上千页,虽然不是最新版本,但仍具有很大的参考价值。

2017-06-07

Hands-On Machine Learning with Scikit-Learn and TensorFlow (pdf, epub, azw3) +源码

Oreilly 2017最新五颗星 Deep Learning + Tensorflow + Scikit-Learn 书籍。

2017-06-03

Machine Learning In Action(英文版) + 源碼

Manning 出版社。

2017-06-03

Apress Text Analytics With Python (pdf + epub + 源码)

APress所出使用Python进行自然语言处理的书。

2017-05-30

Raywenderlinch Advanced Apple Debugging Reverse Engineering

Raywenderlinch网站所推出LLVM及开发工具如何进行除错及逆向工程。

2017-05-28

Core Data by Tutorials v3.1 Swift 3版

Raywenderlich Core Data by Tutorials

2017-05-10

packt Node.JS Cookbook 2nd with source code

packt所出版的Node.JS Cookbook 第二版

2017-05-05

Speech to text for swedish using kaldi

这篇是关於如何使用Kaldi制作一个Swedish 的Automatic Speech Recognitor.

2019-02-16

BrownLee Better Deep Learning

Deep learning neural networks have become easy to define and fit, but are still hard to configure. In this new eBook written in the friendly Machine Learning Mastery style that you’re used to, discover exactly how to improve the performance of deep learning neural network models on your predictive modeling projects. With clear explanations, standard Python libraries, and step-by-step tutorial lessons, you’ll discover how to better train your models, reduce overfitting, and make more accurate predictions.

2018-12-31

ObjC中国 集合类型优化 (pdf+epub+源码)

在本书中,我们会介绍如何编写高性能的 Swift 集合类型代码。通观全书,我们创建了很多性能测试,并得到了一些让人惊喜的结果。我们将会探索如何用实现像是有序数组、二叉树、红黑树和 B 树这样的自定义数据结构,并让它们具有值语义和写时复制等特性。 即使你从未实现过自定义的集合类型,本书也将会带领您逐渐深入,并一探 Swift 代码性能的特质。

2017-11-19

RayWenderlich iOS 11 by Tutorials 正式版 v1.0(文檔-pdf)

(之前有发的档案,本人测试再三,仍是有网友表示有问题,因此,直接先放文档,避免想要阅读的同好无法看到内容,源码再用7z,不用zip分片压缩了。) RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享!Discover the new features for developers in iOS 11, such as ARKit

2017-09-28

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (修正解压缩问题)(pdf+epu+源碼) - part5

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享!(已修正并测试过,可正常解压缩) Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new cha nges in Xcode 9 and Swift 4 — and much, much more.

2017-09-23

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (修正解压缩问题)(pdf+epu+源碼) - part4

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (修正解压缩问题)(pdf+epu+源碼) - part4 RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享!(已修正并测试过,可正常解压缩) Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new cha nges in Xcode 9 and Swift 4 — and much, much more.

2017-09-23

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (修正解压缩问题)(pdf+epu+源碼) - part3

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享!(已修正并测试过,可正常解压缩) Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new cha nges in Xcode 9 and Swift 4 — and much, much more.

2017-09-23

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (修正解压缩问题)(pdf+epu+源碼) - part2

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享!(已修正并测试过,可正常解压缩) Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new cha nges in Xcode 9 and Swift 4 — and much, much more.

2017-09-22

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (修正解压缩问题)(pdf+epu+源碼) - part1

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享!(已修正并测试过,可正常解压缩) Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new cha nges in Xcode 9 and Swift 4 — and much, much more.

2017-09-22

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (pdf+epu+源碼) - part6

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享! Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new changes in Xcode 9 and Swift 4 — and much, much more.

2017-09-18

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (pdf+epu+源碼) - part5

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享! Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new changes in Xcode 9 and Swift 4 — and much, much more.

2017-09-18

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (pdf+epu+源碼) - part4

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享! Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new changes in Xcode 9 and Swift 4 — and much, much more.

2017-09-18

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (pdf+epu+源碼) - part3

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享! Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new changes in Xcode 9 and Swift 4 — and much, much more.

2017-09-17

RayWenderlich iOS 11 by Tutorials 正式版 v1.0 (pdf+epu+源碼) - part2

RayWenderlich 最新出版书籍,包括了iOS 11 + Swift 4,CoreML、ARKit等新的开发技术,将大家分享! Discover the new features for developers in iOS 11, such as ARKit, Core ML, Vision, drag & drop, document browsing, the new changes in Xcode 9 and Swift 4 — and much, much more.

2017-09-17

RayWenderlich iOS 11 by Tutorials 0.3 (早鸟版)-part2

Ray Wenderlich出版的iOS书籍,是许多iOS开发者所喜爱的,除了详尽的讲解及例子,内容丰富也是一大原因,目前只出到前面15章,官网标是0.3版,先分享给大家。(epub太大先不放了。)

2017-09-10

RayWenderlich iOS 11 by Tutorials 0.3 (早鸟版)-part1

Ray Wenderlich出版的iOS书籍,是许多iOS开发者所喜爱的,除了详尽的讲解及例子,内容丰富也是一大原因,目前只出到前面15章,官网标是0.3版,先分享给大家。(epub太大先不放了。)

2017-09-10

Pro Processing for Images and Computer Vision with OpenCV

Apress所出,使用Processing + OpenCV來進行影像處理的書籍,包括edge and corner detection, recognition of motion between frames in a video, recognition of objects, matching of feature points and shapes in different frames for tracking purposes, and more.

2017-09-02

Advanced Apple Debugging & Reverse Engineering v1.0 源码

Advanced Apple Debugging & Reverse Engineering v1.0 一书源码

2017-08-23

Advanced Apple Debugging & Reverse Engineering v1.0

RayWenderlich 出版的关於在apple 平台上开发除错及逆向工程的书

2017-08-23

Springer Handbook of Computational Intelligence (pdf)

超过1600页的论文资料,描述关於可计算(亦可翻成「可程式化」)智慧,是本不可多得参考资料,要深入了解机器学习,多读高级论文是必要的,即使身在业界,但唯有从学界多吸收最新研究,才能保持竞争力!

2017-08-20

空空如也

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

TA关注的人

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