博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
人工智能资料库:第64辑(20170625)
阅读量:2441 次
发布时间:2019-05-10

本文共 2497 字,大约阅读时间需要 8 分钟。

作者:chen_h

微信号 & QQ:862251340
微信公众号:coderpai


1.【博客】Example of TensorFlows new Input Pipeline

简介:

During the time I wrote my last article about I read about the . There are several things I made different to these practices but I think the one that had the biggest effect on the performance was everything around the input pipeline. With the new Version of TensorFlow the was introduced and provides us with a good and relatively easy way to write our own input pipeline using nothing more than TensorFlow. While you can potentially use this Datasets for any kind of input data, I will use images for the use case of this article. By the end of this article you will hopefully be able to use the new Dataset API for you own project and decrease the computation time needed to train you model.

原文链接:


2.【博客】Random Forest – Supervised classification machine learning algorithm

简介:

Random Forest is the go to machine learning algorithm that works through bagging approach to create a bunch of decision trees with a random subset of the data. It is considered to be one of the most effective algorithm to solve almost any prediction task. It can be used both for classification and the regression kind of problems. It is a combination of tree predictors where each tree depends on the values of a random vector sampled independently with the same distribution for all trees in the forest.

原文链接:


3.【代码】Sign-Recognition

简介:

原文链接:


4.【代码】BayesianRNN

简介:

This is the code used for the experiments in the paper . The relies on a which implements Bayesian LSTM, Bayesian GRU, embedding dropout, and MC dropout. The extends .

原文链接:


5.【博客】Text Clustering : Get quick insights from Unstructured

简介:

In this two-part series, we will explore text clustering and how to get insights from unstructured data. It will be quite powerful and industrial strength. The first part will focus on the motivation. The second part will be about implementation.

This post is the first part of the two-part series on how to get insights from unstructured data using text clustering. We will build this in a very modular way so that it can be applied to any dataset. Moreover, we will also focus on exposing the functionalities as an API so that it can serve as a plug and play model without any disruptions to the existing systems.

  • Text Clustering: How to get quick insights from Unstructured Data – Part 1: The Motivation
  • Text Clustering: How to get quick insights from Unstructured Data – Part 2: The Implementation

原文链接:

(1)

(2)


转载地址:http://mldqb.baihongyu.com/

你可能感兴趣的文章
单一产品不会成功 开源软件开始商业应用(转)
查看>>
RedHat上SSH2的安装和使用(转)
查看>>
安全使用RedHat Linux系统(转)
查看>>
RedHat Enterprise AS4硬盘安装步骤(转)
查看>>
全国第一个高校Linux培训考试中心建立(转)
查看>>
Linux黑客大曝光:Linux安全机密与解决方案(转)
查看>>
关于Kerberos安装的几个问题(转)
查看>>
Solaris硬盘分区简介(转)
查看>>
gcc编译器小知识FAQ(转)
查看>>
Linux下多线程编程与信号处理易疏忽的一个例子(转)
查看>>
流氓和木马结合 强行关闭你的防火墙(转)
查看>>
SUSE一纸诉状控告SCO 捍卫知识产权(转)
查看>>
debian下编译2.6.13.2内核的步骤及感受(转)
查看>>
预装正版的市场意义(转)
查看>>
创建小于16M XFree86迷你Linux系统(转)
查看>>
shell中常用的工具(转)
查看>>
使用MySQL内建复制功能来最佳化可用性(转)
查看>>
一个比较vista的vista主题for rf5.0fb(转)
查看>>
推荐一款 Linux 上比较漂亮的字体(转)
查看>>
在Linux中添加新的系统调用(转)
查看>>