Pinned Repositories
albert_ner
基于轻量级的albert实现albert+BiLstm+CRF
books
数学教程-高等数学、概率论与数理统计、线性代数
CnnTextClassifyByDl4j
采用卷积神经网络(cnn)进行文本分类,依赖dl4j
ip2region
准确率99.9%的ip地址定位库,0.0x毫秒级查询,数据库文件大小只有1.5M,提供了java,php,c,python,nodejs,golang,c#查询绑定和Binary,B树,内存三种查询算法,妈妈再也不用担心我的ip地址定位!
jcnlp
自然语言工具包
machine-learning-java-impl-example
常见机器学习、深度学习算法实现,基于java
Python-100-Days
Python - 100天从新手到大师
rnn-study
rnn/lstm学习资料推荐,讲的“最好”的中文视频教程
spellchecker
拼写纠错-基于lucene-ngram实现拼写纠错
xgboost-predictor
xgboost-predictor ,java使用python训练的模型文件
geek-jiaxu's Repositories
geek-jiaxu/CnnTextClassifyByDl4j
采用卷积神经网络(cnn)进行文本分类,依赖dl4j
geek-jiaxu/ip2region
准确率99.9%的ip地址定位库,0.0x毫秒级查询,数据库文件大小只有1.5M,提供了java,php,c,python,nodejs,golang,c#查询绑定和Binary,B树,内存三种查询算法,妈妈再也不用担心我的ip地址定位!
geek-jiaxu/jcnlp
自然语言工具包
geek-jiaxu/machine-learning-java-impl-example
常见机器学习、深度学习算法实现,基于java
geek-jiaxu/Python-100-Days
Python - 100天从新手到大师
geek-jiaxu/rnn-study
rnn/lstm学习资料推荐,讲的“最好”的中文视频教程
geek-jiaxu/albert_ner
基于轻量级的albert实现albert+BiLstm+CRF
geek-jiaxu/algorithms
常见算法实现
geek-jiaxu/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
geek-jiaxu/DeepMatch
A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.
geek-jiaxu/Dive-into-DL-TensorFlow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
geek-jiaxu/FS-Blog
FS-Blog 基于 SpringBoot 的个人博客系统
geek-jiaxu/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
geek-jiaxu/GRU4Rec
GRU4Rec is the original Theano implementation of the algorithm in "Session-based Recommendations with Recurrent Neural Networks" paper, published at ICLR 2016 and its follow-up "Recurrent Neural Networks with Top-k Gains for Session-based Recommendations". The code is optimized for execution on the GPU.
geek-jiaxu/guava
Google core libraries for Java
geek-jiaxu/ik-analyzer
geek-jiaxu/Intent-Classification-LSTM-s
geek-jiaxu/java-bert-predict
turn bert pretrain checkpoint into saved model for a feature extracting demo in java
geek-jiaxu/jcnlp.github.io
jc的个人博客
geek-jiaxu/librec
LibRec: A Leading Java Library for Recommender Systems, see
geek-jiaxu/lightgbm_predict4j
A java implementation of LightGBM predicting part
geek-jiaxu/logistic-regression
simple logistic regression in java
geek-jiaxu/lstm
Minimal, clean example of lstm neural network training in python, for learning purposes.
geek-jiaxu/LSTM-1
Java版,手写LSTM,只有一个文件哟,可运行
geek-jiaxu/lucene-solr
Apache Lucene and Solr open-source search software
geek-jiaxu/lucene-study
lucene详解
geek-jiaxu/Machine-Learning-1
:zap:机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归
geek-jiaxu/Markdown
Markdown 基本语法。
geek-jiaxu/python_for_data_analysis_2nd_chinese_version
《利用Python进行数据分析·第2版》
geek-jiaxu/springboot-mybatis-study
spring+mybatis学习