SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

A Brief Guide to the Docker Ecosystem

转载自:http://blog.dennybritz.com/2015/10/01/a-brief-guide-to-the-docker-ecosystem/

Denny Britz


发表于 2015-10-01

Few other technologies have penetrated technology companies as rapidly as Docker (or more generally, containers). It seems like the majority of developers and companies are using containers in one way or another. Many use containers to simplify the setup of local development environments, but more and more companies are starting to completely re-architect their infrastructure and deployment processes around containers. In this post I’m hoping to provide a brief overview of the current state of the ecosystem.

阅读全文 »

Long Short-Term Memory dramatically improves Google Voice etc – now available to a billion users

转载自:http://deeplearning.net/2015/09/30/long-short-term-memory-dramatically-improves-google-voice-etc-now-available-to-a-billion-users/

Caglar Gulcehre


发表于 2015-09-30

A type of “Recurrent neural networks” architecture initially developed in Juergen Schmidhuber’s research groups at the Swiss AI Lab IDSIA and TU Munich greatly improved Google Voice (by 49%) and are now available to a billion users. You can find the recent Google Research Blog on this, by Haşim Sak, Andrew Senior, Kanishka Rao, Françoise Beaufays and Johan Schalkwyk:

阅读全文 »

Rebuilding Map Example With Apply Functions

转载自:http://opiateforthemass.es/articles/rebuilding-map-example-with-apply-functions/

Kirill Pomogajko (kirill@pomogajko.com)


发表于 2015-09-30

Yesterday Hadley’s functional programming package purrr was published to CRAN. It is designed to bring convenient functional programming paradigma and add another data manipulation framework to R.

阅读全文 »

Yet Another PhD to Data Science Post (Part II)

转载自:http://blog.ethanrosenthal.com/2015/09/29/insight-to-interviews/

Ethan Rosenthal


发表于 2015-09-29

## Yet Another PhD to Data Science Post (Part II)

阅读全文 »

Beginner Tutorial: Neural Nets in Theano

转载自:http://outlace.com/theano.html

Brandon Brown


发表于 2015-09-29

Our theano.function call looks a bit different than in our first example. Yeah, we have this additional updates parameter. updates allows us to update our shared variables according to an expression. updates expects a list of 2-tuples:

阅读全文 »

Gravity Variations

转载自:http://datagenetics.com/blog/september62015/index.html

未知


发表于 2015-09-27
阅读全文 »

Yet Another PhD to Data Science Post (Part I)

转载自:http://blog.ethanrosenthal.com/2015/09/23/start-to-insight/

Ethan Rosenthal


发表于 2015-09-23

## Yet Another PhD to Data Science Post (Part I)

阅读全文 »

Denoising Dirty Documents: Part 7

转载自:https://colinpriest.com/2015/09/23/denoising-dirty-documents-part-7/

Colin Priest


发表于 2015-09-23

By the time I’d finished building the model in my last blog, I’d started to overload my computer’s RAM and CPU, so much so that I couldn’t add any more features. One solution could be for me to upgrade my hardware, or rent out a cluster in the cloud, but I’m trying to save money at the moment. So today I’m going to restructure my predictive solution into separate predictive models, each of which do not individually overload my computer, but which are combined via stacking to give an overall solution that is more predictive than any of the individual models.

阅读全文 »

A Few Tips To Make Distributed Teams Work Well

转载自:http://blog.dennybritz.com/2015/09/22/a-few-tips-to-make-distributed-teams-work-well/

Denny Britz


发表于 2015-09-23

An increasing number of startups seem to be building distributed teams, particularly in engineering. But making a distributed team work well isn’t easy. From what I’ve seen most distributed teams are less productive than their centralized counterparts. Here are a few things from my own experience that I think are crucial to the effectiveness such teams. If I had to summarize all of the below I would do it as: Remove synchronous communication, and when in doubt, over-communicate.

阅读全文 »

Business Execution

转载自:http://datagenetics.com/blog/september52015/index.html

未知


发表于 2015-09-22

|

阅读全文 »
1 … 396 397 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson