sea-boat
《大话人工智能原理》《图解Java并发编程》《Tomcat内核设计剖析》书籍作者,公众号:远洋号,擅长工程算法、人工智能算法、自然语言处理、架构、分布式、高并发、大数据、搜索引擎等方面的技术,擅长Java、Python、C++。平时喜欢看书、写作、绘画、运动,擅长素描、篮球、跑步、游泳、人工智能原理
Canton China
Pinned Repositories
ByteCodeEncrypt
a bytecode encryptor that can protect java source code.
DeepLearning-Lab
Code lab for deep learning. Including rnn,seq2seq,word2vec,cross entropy,bidirectional rnn,convolution operation,pooling operation,InceptionV3,transfer learning.
IKAnalyzer-Mirror
For IKAnalyzer has stopped maintaining, this repository helps it works with higher version of lucene. Such as 6.x.
MachineLearning_Lab
Code lab for machine learning. Including Least Square Method,Gradient Descent,Newton's Method,Hierarchy Cluster,KNN,Markov,Adaboost,Random Number Generation(all kinds of distributions),N Sigma outlier detection,outlier detection based on median,FFT outlier detection,DBSCAN,Kmeans,Naive Bayes,perceptron,reinforcement learning.
mysql-protocol
a lib for mysql protocol operation
net-reactor
it's a simple and easy net framework with nio mode written by java
nlp_lab
Code lab for NLP. Including doc2txt,tf-idf,cnn,text classify,hmm cws,crf ner.
seq2seq_chatbot
a chatbot which is implemented via seq2seq model.
super-robot
a robot based on Alice Bot, which can chat with people and handle the business.
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, name recognition, idiom recognition, placename recognition, organization recognition, traditional chinese recognition, pinyin transform.
sea-boat's Repositories
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, name recognition, idiom recognition, placename recognition, organization recognition, traditional chinese recognition, pinyin transform.
sea-boat/ByteCodeEncrypt
a bytecode encryptor that can protect java source code.
sea-boat/DeepLearning-Lab
Code lab for deep learning. Including rnn,seq2seq,word2vec,cross entropy,bidirectional rnn,convolution operation,pooling operation,InceptionV3,transfer learning.
sea-boat/seq2seq_chatbot
a chatbot which is implemented via seq2seq model.
sea-boat/mysql-protocol
a lib for mysql protocol operation
sea-boat/nlp_lab
Code lab for NLP. Including doc2txt,tf-idf,cnn,text classify,hmm cws,crf ner.
sea-boat/MachineLearning_Lab
Code lab for machine learning. Including Least Square Method,Gradient Descent,Newton's Method,Hierarchy Cluster,KNN,Markov,Adaboost,Random Number Generation(all kinds of distributions),N Sigma outlier detection,outlier detection based on median,FFT outlier detection,DBSCAN,Kmeans,Naive Bayes,perceptron,reinforcement learning.
sea-boat/super-robot
a robot based on Alice Bot, which can chat with people and handle the business.
sea-boat/IKAnalyzer-Mirror
For IKAnalyzer has stopped maintaining, this repository helps it works with higher version of lucene. Such as 6.x.
sea-boat/my-tomcat-book
鄙人写的图书《Tomcat内核设计剖析》,欢迎订购阅读。
sea-boat/java_concurrent
《65节课彻底搞懂Java并发原理》专栏中涉及的代码
sea-boat/java_concurrency
《图解Java并发编程》书中相关代码
sea-boat/algorithm_lab
Code lab for algorithm.
sea-boat/Sea-AIOps
Sea-AIOps is a project that makes Ops more intelligent, which is called AI+Ops. Sea-AIOps is based on machine learning and statistics to analyze data.
sea-boat/design_pattern
design_pattern
sea-boat/m2o-proxy
a proxy for oracle by using mysql protocol,so that to share connection channel.
sea-boat/java_book_code
sea-boat/coolq-http-api
为 酷Q 提供通过 HTTP 或 WebSocket 接收事件和调用 API 的能力
sea-boat/crawl_spider_lab
Code lab for crawl spider.
sea-boat/data_structure_algorithm_lab
data structure and algorithm lab
sea-boat/java_book
Java 书籍相关代码。
sea-boat/jieba_cut_tool
a word cut tool base on jieba.
sea-boat/ocr_lab
some code for Optical Character Recognition.
sea-boat/OSSRH-52668
for issues.sonatype.org
sea-boat/pic_bed
sea-boat/qa_extractor
sea-boat/super-robot-we
a robot service for wechat which is based on super-robot framework.
sea-boat/TechNotes
Scan's personal technical notes
sea-boat/TextAnalyzer-Demo
web demo for TextAnalyzer.
sea-boat/ThreadSimulation
Java thread simulation in jvm.