https://github.com/sea-boat/TextAnalyzerpython
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.mysql
https://github.com/sea-boat/net-reactorreact
https://github.com/sea-boat/DeepLearning-Labgit
https://github.com/sea-boat/MachineLearning_Labgithub
https://github.com/sea-boat/mysql-protocolsql
a lib for mysql protocol operationbash
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);
複製代碼
https://github.com/sea-boat/seq2seq_chatbot框架
a chatbot which is implemented via seq2seq model.
how to train
data.py
to produce some files we needed.train.py
to train the model.test_model.py
to predict.requirements
https://github.com/sea-boat/super-robot
a robot based on Alice Bot, which can chat with people and handle the business.
Features
TODO
https://github.com/sea-boat/nlp_lab
-------------推薦閱讀------------
個人開源項目彙總(機器&深度學習、NLP、網絡IO、AIML、mysql協議、chatbot)
跟我交流,向我提問:
公衆號的菜單已分爲「讀書總結」、「分佈式」、「機器學習」、「深度學習」、「NLP」、「Java深度」、「Java併發核心」、「JDK源碼」、「Tomcat內核」等,可能有一款適合你的胃口。
歡迎關注: