Skip to content
View ChenyuGao's full-sized avatar

Block or report ChenyuGao

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Crawler-Parallel Crawler-Parallel Public

    C语言并行爬虫(epoll),爬取服务器的16W个有效网页,通过爬取页面源代码进行确定性自动机匹配和布隆过滤器去重,对链接编号并写入url.txt文件,并通过中间文件和三叉树去除掉状态码非200的链接关系,将正确的链接关系继续写入url.txt

    C 22 8

  2. Kinematic_Skeleton_Fitting Kinematic_Skeleton_Fitting Public

    Dirve human model in Unity through 3D keypoints

    Python 11 6

  3. AC-TernarySearchTrie AC-TernarySearchTrie Public

    使用三叉树构建AC自动机实现大规模字符串的匹配

    C 4 2

  4. PageRank PageRank Public

    大规模稀疏矩阵的存储以及PageRank的计算

    C 4 1

  5. Neural-Network Neural-Network Public

    mnist.pkl数据集的源码,并做了一些改进:反向传播由循环计算改为矢量化计算来大大提高速度;sigmoid,cos,tanh等多个激活函数,同时也可以选择二次代价函数或者交叉熵代价函数

    Python 1

  6. bustub bustub Public

    Forked from cmu-db/bustub

    The BusTub Relational Database Management System (Educational)

    C++