LambdaWx's Stars
apache/dolphinscheduler
Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
guillaume-chevalier/LSTM-Human-Activity-Recognition
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
a2888409/face2face
基于netty的异步非阻塞实时聊天(IM)服务器。
daleroberts/itermplot
An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.
lionsoul2014/jcseg
Jcseg is a light weight NLP framework developed with Java. Provide CJK and English segmentation based on MMSEG algorithm, With also keywords extraction, key sentence extraction, summary extraction implemented based on TEXTRANK algorithm. Jcseg had a build-in http server and search modules for lucene,solr,elasticsearch,opensearch
LambdaWx/CNN_sentence_tensorflow
卷积神经网络(CNN)应用于中文文本分析任务
kootenpv/TwitterQA
Deep learning based Twitter Imposter Chatbot
LambdaWx/con_sentence
卷积神经网络(CNN)应用于中文文本分析任务
LambdaWx/housePriceSpider
房价数据爬取+分析
LambdaWx/GraphScheduleEngine
GraphScheduleEngin通过消息队列的机制,提供了任务配置、任务启动、任务依赖分析、任务分配的方案;开发任务worker时只需要关注任务本身的计算、运行,通过订阅MessageQueue的消息来获取分配的任务,并在任务完成时通过MessageQueue将任务状态发送至GraphScheduleEngine;GraphScheduleEngine在收到一个任务状态后判断是否开始下一轮的任务分配。
LambdaWx/myTensorflowStudyPlan
tensorflow练习,使用tensorflow完成一些基础的回归分析、CNN、RNN等模型
LambdaWx/generating-reviews-discovering-sentiment
Code for "Learning to Generate Reviews and Discovering Sentiment"