Pinned Repositories
alphago_demo
This is the code for "How Does DeepMind's AlphaGo Zero Work?" Siraj Raval on Youtube
awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由伯乐在线持续更新。
Baiduindex
百度指数-图像识别抓取,逻辑不难,代码写得渣渣
bcbb
Incubator for useful bioinformatics code, primarily in Python and R
BlackHolePy
BlackHolePy是一个迷你型的DNS(代理)服务器。它的主要特色:支持TCP DNS并支持白名单,从而在防止DNS污染的同时支持了内部私有域名解析。
Blasting_dictionary
爆破字典
boring-detector
State-of-the-art detector of Boring hats in images and videos.
kaggle_pbr
My best submission to the Kaggle competition "Predicting a Biological Response", ranked 17th over 711 teams.
pentestEr_Fully-automatic-scanner
定向全自动化渗透测试
Radar
python批量制作雷达图
crazycatcat's Repositories
crazycatcat/alphago_demo
This is the code for "How Does DeepMind's AlphaGo Zero Work?" Siraj Raval on Youtube
crazycatcat/awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由伯乐在线持续更新。
crazycatcat/bcbb
Incubator for useful bioinformatics code, primarily in Python and R
crazycatcat/boring-detector
State-of-the-art detector of Boring hats in images and videos.
crazycatcat/bypass_waf
waf自动爆破(绕过)工具
crazycatcat/chainer
A flexible framework of neural networks for deep learning
crazycatcat/ChatBotCourse
自己动手做聊天机器人教程
crazycatcat/ChinaMobile
利用**移动的接口,获取用户数据(需要用户验证)
crazycatcat/cifar10-tensorflow
cifar10数据集上进行图片分类,基于tensorflow框架,旨在探究不同的改进策略对分类准确率的影响,如何一步步得提高准确率
crazycatcat/circlize
Circular visualization in R
crazycatcat/ddpcr
Analysis and visualization of Droplet Digital PCR data in R and on the web
crazycatcat/DIGITS
Deep Learning GPU Training System
crazycatcat/FastMaskRCNN
Mask RCNN in TensorFlow
crazycatcat/gradcam.pytorch
Pytorch Implementation of Visual Explanations from Deep Networks via Gradient-based Localization
crazycatcat/incubator-mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
crazycatcat/ItChat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
crazycatcat/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
crazycatcat/messy-data
data~
crazycatcat/MSstatsTMT
crazycatcat/MTCNN-Tensorflow
Reproduce MTCNN using Tensorflow
crazycatcat/multi-speaker-tacotron-tensorflow
Multi-speaker Tacotron in TensorFlow.
crazycatcat/mxnet-ssd
MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd
crazycatcat/mxnet_ssd
Another maintained mxnet ssd version
crazycatcat/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
crazycatcat/Neural_Network_Voices
This is the code for "Neural Network Voices" by Siraj Raval on Youtube
crazycatcat/RDML
RDML data import for R
crazycatcat/seqcombo
sequence recombination visualization
crazycatcat/social-engineer-toolkit
The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here.
crazycatcat/StarGAN
StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation
crazycatcat/TextInfoExp
自然语言处理相关实验(基于sougou数据集),包含文本特征提取(TF-IDF),文本分类,文本聚类,word2vec训练词向量及同义词词林中文词语相似度计算、文档自动摘要,信息抽取,情感分析与观点挖掘等。