HYPJUDY

What I cannot create, I do not understand.


  • Home

  • Archives

[CVPR] 手写体数字识别

Posted on 2017-07-10 |

从拍摄的手写体数字串纸张照片到自动识别数字,本文从手写体数字分割、训练分类器和结果比较三方面结合过程图及代码解读手写体数字识别方法。

Read more »

[数据挖掘] 回归和分类Kaggle实战

Posted on 2017-06-23 |

详细探讨解决Kaggle上某回归/分类比赛的全过程。包括用线性回归之梯度下降法/正规方程法(MATLAB)、神经网络之多层感知器(TensorFlow)、最近邻(scikit-learn)进行回归预测和用逻辑回归之梯度上升法(Python)、梯度提升决策树(XGBoost)进行分类预测。读者将理解线性回归和逻辑回归的原理/实现、其他框架的使用/调参,以及如何利用Python的多进程对逻辑回归的运算进行并行化提高效率。

Read more »

[Web] Try Docker

Posted on 2017-06-10 |

Dive into the basics of Docker and learn how to create a self-contained, shareable development environment with containers, images, Dockerfiles, and volumes.

Read more »

[Web] Spring Boot Web Application

Posted on 2017-05-30 |

Building a Spring Boot Web Application for movie ticket and service website.

movie ticket and service website demo

Read more »

[CVPR] Panorama Image Stitching

Posted on 2017-05-10 |

Automatically stiching several individual images to generate a panorama image.
Follow the routine described in the paper Automatic Panoramic Image Stitching using Invariant Features.
Theory and practice of panorama image stitching.

Read more »

[Tensorflow] Human Pose estimation by Deep Learning

Posted on 2017-05-04 |

Summary and comprehension of papers: S.-E. Wei, V. Ramakrishna, T. Kanade, and Y. Sheikh. Convolutional pose machines. In CVPR, 2016.

A simple regression based implementation/VGG16 of pose estimation with tensorflow.

Read more »

[CVPR] Image Morphing

Posted on 2017-04-25 |

Produce a “morph” animation of one image into another image, which involves two parts: cross dissolving and affine warping.

Chinese beauty morphing

Read more »

[Algorithm] Implement Split Function with KMP Algorithm

Posted on 2017-04-18 |

Splitting a string per the given seperator/delimiter similar to split() funtion in Python.
Implement with Knuth–Morris–Pratt string searching algorithm (or KMP algorithm) in C++ language.

Read more »

[Caffe] Similarity-Based Deep Neural Network Hashing

Posted on 2017-04-14 |

A caffe version implementation of a hash network(DNNH/NINH) for similarity-based visual research based on paper: Hanjiang Lai, Yan Pan, Ye Liu, and Shuicheng Yan. Simultaneous feature learning and hash coding with deep neural networks, CVPR 2015.
Overview of the DNNH

Read more »

[CVPR] A4 Paper Sheet Detection and Cropping with Hough Transform and Warping

Posted on 2017-03-28 |

Function similar to Document Scanner. Given images of A4 paper sheets, output paper sheets’ four corners as well as four edges and their equations. Then crop the background and leave the paper sheet in proper position and standard scaling. We can do this in three steps. Firstly, detect edges with hough transform. Then store the corners in order. Lastly, applying a perspective transform to warp the image.

Read more »

[DIP] Histogram Equalization on Grayscale and Color Image

Posted on 2017-03-19 |

Histogram equalization is a technique for adjusting image intensities to enhance contrast. In this post, I implement grayscale image histogram equalization and three methods of color image histogram equalization. Detail analyses and results are given.


Read more »

[PaperReading] Color Transfer between Images, Erik Reinhard et al, 2001

Posted on 2017-03-19 |

Implementation and improvement of paper: Color Transfer between Images, Erik Reinhard et al, 2001 —— A simple statistical analysis to impose one image’s color characteristics on another.

I put forward a method called PureColorGuidedStyle which is a easier, faster more controllable version based on this paper’s method. It can obtain better results most of the time.

Read more »

[Assignment] Software Testing

Posted on 2017-03-16 |

Assignments of Software Testing course taught by Guoyang Cai, SYSU, 2017.
Assignment 1, 2, 3, 4 and 5

Read more »

[Notes] Software System Analysis and Design

Posted on 2017-03-06 |

Notes of Software System Analysis and Design taught by Maolin Pan, SYSU, 2017.
Keypoints, assignments, courseware…

Read more »

[Programming] Leetcode

Posted on 2017-03-04 |

Practice and summary.
001 TwoSum
002 AddTwoNumbers
003 Longest Substring Without Repeating Characters

Read more »

[Notes] Guides by Andrej Karpathy

Posted on 2017-02-26 |

Some tips from two insightful guides by Andrej Karpathy.

Read more »

[Notes] Programming Languages

Posted on 2017-02-20 |

cute dog

Notes of Programming Languages, Part A by Dan Grossman, University of Washington in Coursera.

Read more »

[Tips] About Blog

Posted on 2017-02-04 |

Some tips written down when I am blogging using Hexo, theme Next.

Read more »

八皇后和八数码问题

Posted on 2016-10-06 |

Generate a large number of 8-puzzle and 8-queens instances and solve them(where possible) by hill climbing (steepest-ascent and first-choice variants), hill climbing with random restart, and simulated annealing. Measure the search cost and percentage of solved problems and graph these against the optimal solution cost. Comment on your results.

Read more »

Hello World

Posted on 2016-08-15 |

What I cannot create, I do not understand

Read more »
HYPJUDY

HYPJUDY

What I cannot create, I do not understand.

20 posts
GitHub
© 2016 - 2017 HYPJUDY
Powered by Hexo
Theme - NexT.Mist