silver lining's blog

In me the tiger sniffe the rose. --- S.S.


  • Home

  • Archives

  • Categories

  • Tags

  • About

  • Search
silver lining's blog

my markdown template

Posted on 2016-11-25 | In Technical Report | | Visitors

公式

通过采用mathjax引擎,可以支持tex格式的公式显示。具体的采用 https://webdemo.myscript.com/views/math.html#/demo/equation

最后,我们在一个图片类别的evidence中加入偏置(bias),加入偏置的目的是加入一些与输入独立无关的信息。所以图片类别的evidence为

$$ evidence_{i}=\sum _{j}W_{ij}x_{j}+b_{i} $$

其中,\( W_i \) 和 \( b_i \) 分别为类别 \( i \) 的权值和偏置。

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Read more »
silver lining's blog

Hello World

Posted on 2016-11-25 | | Visitors


Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

1
$ hexo g -d

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

silver lining's blog

深度学习模型压缩方法简介

Posted on 2016-11-24 | In Technical Report | | Visitors

Shallow network

Compressing pre-trained deep network

Designing compact layers

Quantizing parameters

Network binarization

silver lining's blog

超分重建简介

Posted on 2016-11-23 | In Technical Report | | Visitors

超分辨率重建简介

1. 引言


图像超分辨率重建技术就是利用一组低质量、低分辨率图像(或运动序列)来产生单幅高质量、高分辨率图像。图像超分辨率重建应用领域及其宽广,在军事,医学,公共安全,计算机视觉等方面都存在着重要的应用前景。在计算机视觉领域,图像超分辨率重建技术有可能使图像实现从检出水平(detection level)向识别水平(recognition level)的转化,或更进一步实现向细辨水平(identification level)的转化。图像超分辨率重建技术可以提高图像的识别能力和识别精度。图像超分辨率重建技术可以实现目标物的专注分析,从而可以获取感兴趣区域更高空间分辨率的图像,而不必直接采用数据量巨大的高空间分辨率图像的配置。

Read more »
silver lining's blog

Linux文件批量操作

Posted on 2016-11-23 | In Technical Report | | Visitors
  1. 批量递归重命名文件后缀名:
    1
    find . -maxdepth 2 -name "*.jpg" | rename "s/.jpg/.jpeg/"
Read more »
123
silver lining

silver lining

Little strokes fell great oaks!

13 posts
3 categories
17 tags
GitHub Zhihu
Links
  • DeepMind
  • Tesla
  • MITTech
  • TED
© 2015 - 2017 silver lining
Powered by Hexo
Theme - NexT.Muse