Skip to content
View sqlar's full-sized avatar

Block or report sqlar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. ChatterBot ChatterBot Public

    Forked from gunthercox/ChatterBot

    ChatterBot is a machine learning, conversational dialog engine for creating chat bots

    Python

  2. builder-register builder-register Public

    Forked from crypto-chasers/builder-register

    用于社区成员登记

  3. atom_test atom_test Public

    Forked from silentnoname/atom_test

    JavaScript 1

  4. web-wallet-ts-react web-wallet-ts-react Public

    Forked from cosmostation/web-wallet-ts-react

    JavaScript

  5. Genetic-Algorithm-Kmeans Genetic-Algorithm-Kmeans Public

    Forked from Yangami/Genetic-Algorithm-Kmeans

    对于一个板块内的股票使用Kmeans聚类剔除垃圾股,利用遗传算法分析上市公司的财务指标,从基本面的角度得出合理的股票选择模型,帮助投资者在某个板块内确定出选择高收益股票的标准,策略样本外回测计效见backtest.png文件。

    Python

  6. LSTM-for-price-prediction LSTM-for-price-prediction Public

    Forked from Yangami/LSTM-for-price-prediction

    算法根据单个板块或单只股票的历史数据判断板块指数或个股次日收盘价信息,得到相应的调仓对策。可回归(预测具体价格)可分类(预测涨跌)。 长短期记忆模型(LSTM)是循环神经网络(RNN)的一种,每个输入样本都是一个序列(如某板块20天的四价一量)用这个序列预测结果。它认为某些指标长期的趋势对预测值有影响,有些无影响,让神经元控制短期记忆和长期记忆,克服了实践中时间越长影响参数越小的问题。

    Python