Pinned Repositories
AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
AI_competitions
AI比赛相关
albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
algorithm
awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
awesome-chinese-infosec-websites
A curated list of Chinese websites and personal blogs about ethical hacking and pentesting
awesome-coder-resources
[持续更新中...]欢迎star,欢迎常回来看看......编程/学习/阅读资源---开源项目,面试题,网站,书,博客,教程等等
awesome-ctf
A curated list of CTF frameworks, libraries, resources and softwares
awesome-semantic-segmentation
awesome-semantic-segmentation
text_classify
基于tf-idf+SVM的长文本分类、基于textCNN的短文本分类
hustercn's Repositories
hustercn/hands_on_Ml_with_Sklearn_and_TF
OReilly Hands On Machine Learning with Scikit Learn and TensorFlow (Sklearn与TensorFlow机器学习实用指南)
hustercn/MachineLearning
Machine Learning in Action(机器学习实战)
hustercn/text_classify
基于tf-idf+SVM的长文本分类、基于textCNN的短文本分类
hustercn/qcloudapi-sdk-python
Tencent Cloud SDK for Python
hustercn/awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
hustercn/algorithm
hustercn/Reliable_Communication
Implemented reliable communication over an unreliable link, such as TCP. Tracked timeouts and acknowledgements to ensure no packets were lost during transmission under the given bandwidth constraint. Stress tested the program under different loss rates and latencies to lower round-trip time and increase throughput.
hustercn/keyword_extraction
利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。
hustercn/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
hustercn/nndl.github.io
《神经网络与深度学习》 Neural Network and Deep Learning
hustercn/Technical-Analysis-And-Practice-in-TensorFlow
《TensorFlow技术解析与实战》的源码整理、补充和讨论
hustercn/ML-Tutorial-Experiment
Coding the Machine Learning Tutorial for Learning to Learn
hustercn/ParlAI
A framework for training and evaluating AI models on a variety of openly available dialog datasets.
hustercn/chazutsu
The tool to make NLP datasets ready to use
hustercn/Cheatsheets
All the cheat sheets you need as a novice machine learning engineer
hustercn/PRML
PRML algorithms implemented in Python
hustercn/awesome-coder-resources
[持续更新中...]欢迎star,欢迎常回来看看......编程/学习/阅读资源---开源项目,面试题,网站,书,博客,教程等等
hustercn/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
hustercn/sentiment_analysis_textcnn
基于tensorflow 实现的用textcnn方法做情感分析的项目,有数据,可以直接跑。
hustercn/nndl-codes
Sample Codes for NNDL
hustercn/tf-seq2seq
Sequence to sequence learning using TensorFlow.
hustercn/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
hustercn/fast-neural-style
Feedforward style transfer
hustercn/text_classifier_cnn
基于TextCNN做文本分类
hustercn/seq2seq-chinese-textsum
hustercn/word2vec-sentiments
Tutorial for Sentiment Analysis using Doc2Vec in gensim (or "getting 87% accuracy in sentiment analysis in under 100 lines of code")
hustercn/tensorflow_demo
hustercn/jieba
结巴中文分词
hustercn/finch
More than 50 machine learning models (and tests) based on TensorFlow / PyTorch
hustercn/tensorforce
TensorForce: A TensorFlow library for applied reinforcement learning