Magician's repositories
Stock-ServerBuilding
自建的模拟服务器:主要用于后台运行股票预测模型,目前主要实现当客户端发送请求时将股票模型运行的结果返回给APP端(即预测第二天股票的开高低收的涨跌趋势并返回给客户端和自动判断股票买卖时机的功能)
doc2vecDemo
This is a doc2vec Demo program, which mainly returns similar sentence vectors for the input sentence vector. If there are other requirements, you can modify it on this basis
Stock-Prediction
股票预测模型
intelligent_customer_server_1.0
基于AIML的智能客服系统
coding_train
coding tain union
headline-news
一款新闻软件,用于让用户第一时间接触最新的新闻时讯。目前正在完善中。。。
MapReduceDemo
My own summary of the various custom components in the MapReduce process on how to implement the Demo program, with detailed comments.If there is a need to do a variety of processing on this basis to form their own wheels.
SmallQWeather
该项目是一款天气预报软件,目前只是第一个版本,只能简单的实现根据用户选择的地区进行天气情况的预报,后续将添加更多的功能。
WebClickMR
Website click stream project: mainly used for MR program in the server side the website click stream data collection carries on the preliminary processing provide data support for the underlying table data warehouse (ODS) of the upper layer and the table).Here is realized with the raw data from the server side for cleaning, then generate the corresponding ODS data warehouse to stick the original layer of the original data to build the data table (subsequent) from the original data generated by MR program Pageview data table and Visit table used for data analysis
Word2VecDemo
A simple Demo collected in the development, with detailed comments in the code. Even if you have a quick understanding of Word2Vec, it is easy to process better wheels on this basis