Pinned Repositories
At-config
blog
books
电子书记录
CapProNet-Pytorch
Capsule Projection Networks (CapProNet) in pytorch, NeurIPS 2018
capsule-networks
A PyTorch implementation of the NIPS 2017 paper "Dynamic Routing Between Capsules".
CppPrimer
:books: Solutions for C++ Primer 5th exercises.
CS
some summary about cs
drawio
Facial-Expression-Recognition.Pytorch
A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
Python
All Algorithms implemented in Python
AmeGong's Repositories
AmeGong/Facial-Expression-Recognition.Pytorch
A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
AmeGong/Python
All Algorithms implemented in Python
AmeGong/At-config
AmeGong/blog
AmeGong/CppPrimer
:books: Solutions for C++ Primer 5th exercises.
AmeGong/CS
some summary about cs
AmeGong/drawio
AmeGong/ehh
AmeGong/face-detection
based on haar features and adaboost
AmeGong/HFC
Implementation for the paper (CVPR Oral): High Frequency Component Helps Explain the Generalization of Convolutional Neural Networks
AmeGong/hitsz_net
哈工大(深圳)校园网络登陆助手
AmeGong/How-to-be-a-good-programmer
I'm here to tell you some amazing stuff which teacher would never tell you.
AmeGong/JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
AmeGong/Learning-OpenCV-3_examples
AmeGong/leetcode
LeetCode题解,151道题完整版
AmeGong/Markdown-Resume-Template
BAT程序员自己的简历模板分享出来了 。技术简历追求简单明了,避免没有必要的花哨修饰,大家可以fork到自己仓库中,基于这个模板进行修改。
AmeGong/mmdetection
OpenMMLab Detection Toolbox and Benchmark
AmeGong/notes
AmeGong/optuna
A hyperparameter optimization framework
AmeGong/ostep-projects
Projects for an undergraduate OS course
AmeGong/paper_summry
AmeGong/Pytorch-Cat-Dog-Classifier
Implemented in Python 3.6 on Pytorch, trained the network(Resnet) on 4000 images of Cats/Dogs with different hyperparameter sets and obtained a validation set accuracy on 1000 images of 87%. with Transfer-Learning on a pre-trained Resnet-50 architecture on ImageNet, accuracy increased to 96%.
AmeGong/real-url
获取斗鱼&虎牙&哔哩哔哩&抖音&快手等 58 个直播平台的真实流媒体地址(直播源)和弹幕,直播源可在 PotPlayer、flv.js 等播放器中播放。
AmeGong/Resnet50-with-cross-validation
Resnet50 and other pretrained models with cross validation Matlab code
AmeGong/ROS-Academy-for-Beginners
**大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
AmeGong/RPC-StepByStep
create rpc project
AmeGong/scheduler
A schedule system
AmeGong/tensorflow
An Open Source Machine Learning Framework for Everyone
AmeGong/TensorFlow-and-DeepLearning-Tutorial
A TensorFlow & Deep Learning online course I taught in 2016
AmeGong/WideResNet-pytorch
Wide Residual Networks (WideResNets) in PyTorch