Skip to content
@ai-predict-analysis

ai-predict-analysis

Popular repositories Loading

  1. Python_Predict_Analysis_Algorithm_Book_Codes Python_Predict_Analysis_Algorithm_Book_Codes Public

    Forked from cador/Python_Predict_Analysis_Algorithm_Book_Codes

    《Python预测之美:数据分析与算法实战》书籍代码维护

    Jupyter Notebook

  2. prediction-python prediction-python Public

    Forked from cador/prediction-python

    《Python预测之美-数据分析与算法实战》代码维护

    Python

  3. Wuhan-data-analysis Wuhan-data-analysis Public

    Forked from eastmountyxz/COVID19-data-analysis

    该系列资源是Python疫情大数据分析,涉及网络爬虫、可视化分析、GIS地图、情感分析、舆情分析、主题挖掘、威胁情报溯源、知识图谱、预测预警及AI和NLP应用等。推荐大家结合作者CSDN博客阅读,武汉必胜、湖北必胜、中国必胜!

    HTML

  4. python-DataAnalysis python-DataAnalysis Public

    Forked from Yangyi0011/python-DataAnalysis

    基于python与Anaconda Navigator软件的历年影片数据分析,通过数据再基于机器学习来获取影片的最佳阵容,最后预测以最佳整容去拍摄一部电影时所获取的票房与评分。

    Jupyter Notebook

  5. StudyOnCompany StudyOnCompany Public

    Forked from hadoop2014/StudyOnCompany

    Used for study of company. 用于公司研究, 包括公司财报分析, 公司估值等, 使用了python的编译器ply的lexer,yacc来处理非结构化数据,采用神经网络来预测市场趋势.

    Python

  6. -Customer-purchase-forecast -Customer-purchase-forecast Public

    Forked from xue926/-Customer-purchase-forecast

    本项目是对银行客户不同条件下购买理财产品的预测。使用python对各个因素进行分析,之后使用决策树CART算法对模型进行训练,使用k折交叉验证和网格搜索选择最优参数。使用得到的模型对客户购买理财产品进行预测。

    Jupyter Notebook

Repositories

Showing 10 of 16 repositories
  • DeepRec Public Forked from DeepRec-AI/DeepRec

    DeepRec is a recommendation engine based on TensorFlow.

    ai-predict-analysis/DeepRec’s past year of commit activity
    C++ 0 Apache-2.0 362 0 0 Updated Mar 21, 2022
  • Python_Predict_Analysis_Algorithm_Book_Codes Public Forked from cador/Python_Predict_Analysis_Algorithm_Book_Codes

    《Python预测之美:数据分析与算法实战》书籍代码维护

    ai-predict-analysis/Python_Predict_Analysis_Algorithm_Book_Codes’s past year of commit activity
    Jupyter Notebook 0 31 0 0 Updated Feb 10, 2022
  • StudyOnCompany Public Forked from hadoop2014/StudyOnCompany

    Used for study of company. 用于公司研究, 包括公司财报分析, 公司估值等, 使用了python的编译器ply的lexer,yacc来处理非结构化数据,采用神经网络来预测市场趋势.

    ai-predict-analysis/StudyOnCompany’s past year of commit activity
    Python 0 5 0 0 Updated Feb 9, 2022
  • Yolov5-deepsort-driverDistracted-driving-behavior-detection Public Forked from JingyibySUTsoftware/Yolov5-deepsort-driverDistracted-driving-behavior-detection

    基于深度学习的驾驶员分心驾驶行为(疲劳+危险行为)预警系统使用YOLOv5+Deepsort实现驾驶员的危险驾驶行为的预警监测

    ai-predict-analysis/Yolov5-deepsort-driverDistracted-driving-behavior-detection’s past year of commit activity
    Python 0 GPL-3.0 104 0 0 Updated Jul 5, 2021
  • prediction-python Public Forked from cador/prediction-python

    《Python预测之美-数据分析与算法实战》代码维护

    ai-predict-analysis/prediction-python’s past year of commit activity
    Python 0 10 0 0 Updated Feb 26, 2021
  • Wuhan-data-analysis Public Forked from eastmountyxz/COVID19-data-analysis

    该系列资源是Python疫情大数据分析,涉及网络爬虫、可视化分析、GIS地图、情感分析、舆情分析、主题挖掘、威胁情报溯源、知识图谱、预测预警及AI和NLP应用等。推荐大家结合作者CSDN博客阅读,武汉必胜、湖北必胜、中国必胜!

    ai-predict-analysis/Wuhan-data-analysis’s past year of commit activity
    HTML 0 155 0 0 Updated Dec 27, 2020
  • tianmao Public Forked from wenwen116/tianmao

    根据用户数据以及消费行为数据,使用Python建立分类模型,进行逻辑回归,预测使用优惠券概率较高的客群

    ai-predict-analysis/tianmao’s past year of commit activity
    Jupyter Notebook 0 6 0 0 Updated Sep 28, 2020
  • -Customer-purchase-forecast Public Forked from xue926/-Customer-purchase-forecast

    本项目是对银行客户不同条件下购买理财产品的预测。使用python对各个因素进行分析,之后使用决策树CART算法对模型进行训练,使用k折交叉验证和网格搜索选择最优参数。使用得到的模型对客户购买理财产品进行预测。

    ai-predict-analysis/-Customer-purchase-forecast’s past year of commit activity
    Jupyter Notebook 0 6 0 0 Updated Jul 15, 2020
  • Flight-price-predict-by-python Public Forked from YuQuankun/Flight-price-predict-by-python

    使用python下的sklearn机器学习库实现机票价格预测,进行判断何时飞价格最低

    ai-predict-analysis/Flight-price-predict-by-python’s past year of commit activity
    Python 0 4 0 0 Updated Jul 1, 2020
  • Black-Litterman-Model Public Forked from jrothschild33/Black-Litterman-Model

    使用Python复现Black-Litterman模型。Black-Litterman模型创造性地采用贝叶斯方法将投资者对预期收益的主观看法与资产的市场均衡收益相结合,有效地解决了Markowitz均值-方差模型中投资者难以准确估计各个投资品种预期收益率、以及其权重对预期收益率的极度敏感性这两大问题。本项目使用美国市场2009年-2019年十年间的10只股票数据进行回测,证明了合理观点对资产组合收益率具有显著的正面影响效果。

    ai-predict-analysis/Black-Litterman-Model’s past year of commit activity
    Python 0 42 0 0 Updated May 17, 2020

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…