wangx404
A man, who had learned chemistry in WHU and PKU for 7 years, is working on deep learning, machine learning, and backend developing as a coder now.
@agent8 China
Pinned Repositories
anti-NSFW-detection-test
一些尝试用于对抗色情图片检测算法的思路
Center_Loss_in_MXNet
Another kind of implementation of center loss using MXNet Embedding layer.
Data_Label_Tools
收集整理开源的数据标注工具
GAN_gluon_tutorials
This tutorial of GAN is Chinese translation of its English version which is created by MXNet group.
JAV_actress_face_recognition_demo
A CNN model to to recognize Japanese adult video actress face
MTCNN-Tensorflow
Reproduce MTCNN using Tensorflow
PDF2TXT
A python script for people who want to convert pdf to txt using tencent api.
Personal_Moments
An offline photo managing application with similar functions of Google Photo. 类似于谷歌相册的离线照片管理软件
script_for_downloading_IMDb_face
A python script for downloading IMDb image (SenseTime clean face datasets) with multi processing.
symbol_coding_tutorials_of_MXNet
MXNet符号式编程中文教程
wangx404's Repositories
wangx404/symbol_coding_tutorials_of_MXNet
MXNet符号式编程中文教程
wangx404/anti-NSFW-detection-test
一些尝试用于对抗色情图片检测算法的思路
wangx404/JAV_actress_face_recognition_demo
A CNN model to to recognize Japanese adult video actress face
wangx404/Personal_Moments
An offline photo managing application with similar functions of Google Photo. 类似于谷歌相册的离线照片管理软件
wangx404/script_for_downloading_IMDb_face
A python script for downloading IMDb image (SenseTime clean face datasets) with multi processing.
wangx404/Center_Loss_in_MXNet
Another kind of implementation of center loss using MXNet Embedding layer.
wangx404/PDF2TXT
A python script for people who want to convert pdf to txt using tencent api.
wangx404/Data_Label_Tools
收集整理开源的数据标注工具
wangx404/MTCNN-Tensorflow
Reproduce MTCNN using Tensorflow
wangx404/Variational_Auto_Encoder_in_Gluon
基于gluon的变分编码器教程
wangx404/asian-faces
Asian facial classifier by gender and nationality (chinese, japanese, korean)
wangx404/city_demino
一个用于城市接龙的小脚本。举例,输入“昌平”后,可以返回“平谷”等等。
wangx404/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
wangx404/dlib
A toolkit for making real world machine learning and data analysis applications in C++
wangx404/FacePaperCollection
A collection of face related papers
wangx404/Filter_Test_on_ImageNet_Dataset
在使用DNN模型对图像进行预测之前,如果对其像素进行过滤处理会发生什么结果呢?What happens if we filter pixel values of images before predicting on them with DNN model?
wangx404/GLUCLSON
Classification with Gluon
wangx404/gluon-face
An unofficial Gluon FR Toolkit for face recognition.
wangx404/HandwrittenTextRecognition_MXNet
OCR using MXNet Gluon. The pipeline is composed of a CNN + biLSTM + CTC. The dataset is from: http://www.fki.inf.unibe.ch/databases/iam-handwriting-database. You need to register and get a username and password from their website.
wangx404/Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记
wangx404/interview_python
关于Python的面试题
wangx404/LeetCode
:pencil2: LeetCode solutions in C++ 11 and Python3
wangx404/modification_of_pool_of_goinaction
Pool example in "GO In action" has a small problem to fix.
wangx404/numerical-linear-algebra
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
wangx404/PixelAnnotationTool
Annotate quickly images.
wangx404/PyQt5
《PyQt5快速开发与实战》配套代码
wangx404/pyqt5-1
PyQt5 from riverbank
wangx404/Source-Leak
source code
wangx404/swig
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
wangx404/SWIG_Python_Example_ZH_CN
SWIG Python3.x示例代码中文翻译及Makefile修订