我的开源项目汇总(机器&深度学习、NLP、网络IO、AIML、mysql协议、chatbot)

TextAnalyzer

https://github.com/sea-boat/TextAnalyzer

A text analyzer which is based on machine learning,statistics and dictionaries that can analyze text. So far, it supports hot word extracting, text classification, part of speech tagging, named entity recognition, chinese word segment, extracting address, synonym, text clustering, word2vec model, edit distance, chinese word segment, sentence similarity,word sentiment tendency.

轻量reactor网络框架

https://github.com/sea-boat/net-reactor

image

深度学习实验室

https://github.com/sea-boat/DeepLearning-Lab

  • rnn char test.
  • seq2seq test.
  • word2vec test.
  • cross entropy test.
  • bidirectional rnn test.

机器学习实验室

https://github.com/sea-boat/MachineLearning_Lab

  • Least Square method.
  • Gradient Descent
  • Newton’s method
  • hierarchy cluster
  • knn
  • markov
  • adaboost
  • random number generation(all kinds of distributions)

mysql协议

https://github.com/sea-boat/mysql-protocol

a lib for mysql protocol operation

how to use

i want an OK packet, just simple as below ,bytes is what you need.

OKPacket ok = new OKPacket();
ok.packetId = 2;
ok.affectedRows = 0;
ok.insertId = 0;
ok.serverStatus = 2;
ok.warningCount = 0;
ByteBuffer buffer = ByteBuffer.allocate(256);
ok.write(buffer);
buffer.flip();
byte[] bytes = new byte[buffer.remaining()];
buffer.get(bytes, 0, bytes.length);

seq2seq模型chatbot

https://github.com/sea-boat/seq2seq_chatbot

a chatbot which is implemented via seq2seq model.

how to train

  1. run data.py to produce some files we needed.
  2. run train.py to train the model.
  3. run test_model.py to predict.

requirements

  • python3.5
  • tensorflow1.3

AIML聊天机器人

https://github.com/sea-boat/super-robot

a robot based on Alice Bot, which can chat with people and handle the business.

Features

  • Alice Bot for chatting.
  • Customizing corpus by AIML1.0.
  • Learning chat online.
  • Ability Bot interface for implementing all kinds of abilities.
  • Service Bot for doing business.

TODO

  • Supports AIML2.0.

自然语言处理实验室

https://github.com/sea-boat/nlp_lab

  • doc2txt
  • tf-idf
  • cnn text classify
  • hmm cws
  • crf ner

-------------推荐阅读------------

我的开源项目汇总(机器&深度学习、NLP、网络IO、AIML、mysql协议、chatbot)

我的2017文章汇总——机器学习篇

我的2017文章汇总——Java及中间件

我的2017文章汇总——深度学习篇

我的2017文章汇总——JDK源码篇

我的2017文章汇总——自然语言处理篇

我的2017文章汇总——Java并发篇

为什么写《Tomcat内核设计剖析》

公众号包含人工智能、读书与感想、聊聊数学、分布式、机器学习、深度学习、自然语言处理、算法与数据结构、Java深度、Tomcat内核等相关文章,欢迎关注:

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

超人汪小建(seaboat)

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值