HuanRong's Blog


换容|走在成为Geek的路上|计算机视觉&英语爱好者

置顶 在Blog中支持LaTex公式

因为公式在博客中不能显示的问题折腾了好几天,在网上找了不少方法,竟然无一能用。有的方法在server中可以显示公式,部署到github上仍旧是一串LateX代码。我猜这应该是js的渲染有问题,或者没有后端正确地加载js库。由于我不是前端程序员,背后的原理并没有弄得很懂。在我一筹莫展之时,得知在md文本中可以直接插入js代码,虽然简单粗暴,但的确行之有效,只在需要用到公式的文......

Autonomous driving - Car detection

自动驾驶 - 车辆检测

Autonomous driving - Car detection 本次编程作业主要基于吴恩达的深度学习课程(4.3 目标检测)以及以下两篇论文:Redmon et al., 2016 以及 Redmon and Farhadi, 2016。 1 问题描述 Build a car detection system There are images gathered that hav......

Sequence Models

循环序列模型介绍

什么是序列模型 Sequences are a data structure where each example could be seen as a series of data points. This sentence: “I am currently reading an article about sequence modeling with Neural Networks”......

使用Python遇到的问题

最近在学校的发展规划处参加了一小部分代码的编写工作,还好python还算简单,磕磕绊绊也算是把任务完成了。但是在毫无Python编程基础的情况下,开发过程中难免遇到问题。下面是我在程序编写的过程中遇到的问题,有些是对Python语言特性不熟悉而产生的问题,有些是自己对代码逻辑没搞懂而遇到的问题。 1 用Python操作Excel 1.1 读 import xlrd cwd = os......

[Hexo] Theme BeanTech

This is hexo theme Demo.

Ported Theme of Hux Blog, Thank Huxpro for designing such a flawless theme. This BeanTech theme created by YuHsuan modified from the original Porter Kaijun Live Demo Usage I publish the whole ......