Pinned Repositories
Ad-papers
Papers on Computational Advertising
AffectiveSlider
A scientifically-validated digital scale for the self-assessment of emotion.
Foto-Map
Accessing OneDrive photos and show them on Google Map
Gaussian-ellipse
Draw Gaussian distribution erro ellipse with matplotlib
GMM-overlap-rate
Implement a measurement of overlap rate in Gaussian mixture model
Smadja-Collocations
Extract collocations with Smadja's algorithm
WorksApplication
Coding test for WorksApplication, implementing in C++
SJinping's Repositories
SJinping/Gaussian-ellipse
Draw Gaussian distribution erro ellipse with matplotlib
SJinping/GMM-overlap-rate
Implement a measurement of overlap rate in Gaussian mixture model
SJinping/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
SJinping/Smadja-Collocations
Extract collocations with Smadja's algorithm
SJinping/Ad-papers
Papers on Computational Advertising
SJinping/AffectiveSlider
A scientifically-validated digital scale for the self-assessment of emotion.
SJinping/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
SJinping/bert
TensorFlow code and pre-trained models for BERT
SJinping/bert-chinese-ner
使用预训练语言模型BERT做中文NER
SJinping/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
SJinping/Convolutional-LSTM-in-Tensorflow
An implementation of convolutional lstms in tensorflow. The code is written in the same style as the basiclstmcell function in tensorflow
SJinping/hred-attention-tensorflow
An extension on the Hierachical Recurrent Encoder-Decoder for Generative Context-Aware Query Suggestion, our implementation is in Tensorflow and uses an attention mechanism.
SJinping/ItChat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
SJinping/lambdaFM
Multi-thread implementation of lambdaFM with FTRL for ranking problem. LambdaFM is a learning-to-rank algorithm by combining LambdaRank and Factorization Machines.
SJinping/MachineLearningAlgorithm
Implementation of some machine learning algorithms
SJinping/master-thesis
SJinping/models
Models and examples built with TensorFlow
SJinping/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
SJinping/NLP-term
NLP 2017 final project
SJinping/pointer-generator
Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"
SJinping/pointer-network-tensorflow
TensorFlow implementation of "Pointer Networks"
SJinping/pyclust
Data Clustering in Python
SJinping/Python
All Algorithms implemented in Python
SJinping/pytorch-SkipGram
Implementing Skip-gram Negative Sampling with pytorch
SJinping/qlib
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies.
SJinping/skip-gram-pytorch
A complete pytorch implementation of skip-gram
SJinping/tensorflow-vgg
VGG19 and VGG16 on Tensorflow
SJinping/text_classification
all kinds of text classificaiton models and more with deep learning
SJinping/torch_light
Deep-learning by using Pytorch. Basic nns like Logistic, CNN, RNN, LSTM and some examples are implemented by complex model.
SJinping/WordProc
These codes are base functions that used to process texts