Home
Zhuqi Xiao
Cancel

Animal Detection Networks

Abstract: The project aims to provide a demo animal detection model with the long-term goal of developing a phone application. Two different state-of-art algorithms are tested out, one is YOLOv5...

Count-min Sketch 算法

简介 Count-min Sketch算法是一个可以用来计数的算法,在数据大小非常大时,一种高效的计数算法,通过牺牲准确性提高的效率。 是一个概率数据机制 算法效率高 提供计数上限 其中,重要参数包括 Hash 哈希函数数量: k 计数表格列的数量: m 内存中用空间: $k \times m \times \text{size of counter}$ ...

Generate Digit Images using VAE

Abstract: In the last decade, deep learning based generative models have gained more and more attention due to their tremendous progress. Among these models, there are two major families of the...

Note for Learning Git

Basics CMD Note git --version Display current git version git config --global --edit Open git global config file and then you...

基于深度学习的游客人脸表情的识别

摘要:面对面的进行沟通交流,在我们日常人与人之间的交往中扮演着很重要的角色,从交谈者的面部我们可以获取许多我们在文字交流中难以获取的信息,例如一个人的心理状态、情绪、意向等。的确,一个人的面部蕴含着许多潜在有价值的信息,对其加以有效地收集和分析,就可以创造出一些有利用价值的数据。近些年,对于面部表情识别的研究,被广泛地应用于教育、心理、医学以及商业等多个领域,人脸表情识别也是当前计...