博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
(转) Deep learning architecture diagrams
阅读量:5752 次
发布时间:2019-06-18

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

Machine learning made easy

Deep learning architecture diagrams

2016-09-30

Like a wild stream after a wet season in African savanna diverges into many smaller streams forming lakes and puddles, deep learning has diverged into a myriad of specialized architectures. Each architecture has a diagram. Here are some of them.

 

 

 

Neural networks are conceptually simple, and that’s their beauty. A bunch of homogenous, uniform units, arranged in layers, weighted connections between them, and that’s all. At least in theory. Practice turned out to be a bit different. Instead of feature engineering, we now have , as described by Stephen Merrity:

The romanticized description of deep learning usually promises that the days of hand crafted feature engineering are gone - that the models are advanced enough to work this out themselves. Like most advertising, this is simultaneously true and misleading.

Whilst deep learning has simplified feature engineering in many cases, it certainly hasn’t removed it. As feature engineering has decreased, the architectures of the machine learning models themselves have become increasingly more complex. Most of the time, these model architectures are as specific to a given task as feature engineering used to be.

To clarify, this is still an important step. Architecture engineering is more general than feature engineering and provides many new opportunities. Having said that, however, we shouldn’t be oblivious to the fact that where we are is still far from where we intended to be.

Not quite as bad as doings of , but not too good either.

Kardash chair

An example of architecture specific to a given task

LSTM diagrams

How to explain those architectures? Naturally, with a diagram. A diagram will make it all crystal clear.

Let’s first inspect the two most popular types of networks these days, CNN and LSTM. You’ve already seen a , so turning to the iconic LSTM:

LSTM

It’s easy, just take a closer look:

LSTM

As they say, in mathematics you don’t understand things, you just get used to them.

Fortunately, there are good explanations, for example  and .

LSTM still too complex? Let’s try a simplified version, GRU (Gated Recurrent Unit). Trivial, really.

LSTM

Especially this one, called minimal GRU.

Minimal GRU

More diagrams

Various modifications of LSTM are now common. Here’s one, called deep bidirectional LSTM:

DB-LSTM

DB-LSTM, 

DB-LSTM

The rest are pretty self-explanatory, too. Let’s start with a combination of CNN and LSTM, since you have both under your belt now:

CRMN

Convolutional Residual Memory Network, 

DNTM

Dynamic NTM, 

ENTM

Evolvable Neural Turing Machines, 

Recurrent model of visual attention

Recurrent Model Of Visual Attention, 

Unsupervised domain adaptation by backpropagation

Unsupervised Domain Adaptation By Backpropagation, 

Deeply Recursive CNN for super resolution

Deeply Recursive CNN For Image Super-Resolution, 

This diagram of multilayer perceptron with synthetic gradients scores high on clarity:

Synthetic gradients

MLP with synthetic gradients, 

Drinking cat

Every day brings more. Here’s a fresh one, again from Google:

Google's Neural Machine Translation System

Google’s Neural Machine Translation System, 

And Now for Something Completely Different

Drawings from the  are pleasantly simple, but, unfortunately, serve mostly as eye candy. For example:

  

ESM, ESN and ELM

These look like not-fully-connected perceptrons, but are supposed to represent a Liquid State Machine, an Echo State Network, and an Extreme Learning Machine.

How does LSM differ from ESN? That’s easy, it has green neuron with triangles. But how does ESN differ from ELM? Both have blue neurons.

Seriously, while similar, ESN is a recursive network and ELM is not. And this kind of thing should probably be visible in an architecture diagram.

Comments

 

Recent Posts

Twitter

Follow  for notifications about new posts.

  • Status updating...
 
Also check out   for things related to machine learning and data science in general.

GitHub

Most articles come with some . We push it to Github.

Cubert

Visualize your data in interactive 3D, as described .

Copyright © 2016 - Zygmunt Z. - Powered by 

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

你可能感兴趣的文章
ListView之BaseAdapter
查看>>
IE8不显示字体图标
查看>>
反向代理软件对比,七层负载均衡与静态文件缓存
查看>>
WordPress文章置顶功能的一些应用代码
查看>>
NYOJ-84 阶乘的0
查看>>
012一对一 唯一外键关联映射_双向(one-to-one)
查看>>
Canvas之蛋疼的正方体绘制体验
查看>>
Ci 自己的分页类【原创】
查看>>
【转】php缓冲 output_buffering和ob_start
查看>>
python爬虫 scrapy3_ 安装指南
查看>>
mint-ui loadmore组件注意问题
查看>>
Java中的volatile关键字
查看>>
MongoDB常用操作一查询find方法(转)
查看>>
Jquery chosen动态设置值 select Ajax动态载入数据 设置chosen和获取他们选中的值
查看>>
《深入理解计算机系统》阅读笔记--信息的表示和处理(上)
查看>>
[转] Windows局域网通过NTP设置时间同步
查看>>
移动端弹窗 layer.js 使用
查看>>
logback日志模板与详解
查看>>
Docker(一):Docker入门教程
查看>>
vue插件
查看>>