FinancialAdvisorGPT is a boilerplate project designed for RAG (Retriever-Augmented Generation) and LLM (Large Language Model) applications in financial analysis. Built on a technology stack including MongoDB, MongoDB VectorDB, Chroma, FastAPI, Langchain, and React submodule...
FinancialAdvisorGPT is a boilerplate project designed for RAG (Retriever-Augmented Generation) and LLM (Large Language Model) applications in financial analysis. Built on a technology stack including MongoDB, MongoDB VectorDB, Chroma, FastAPI, Langchain, and React submodule for UI, it offers a framework for developers to implement and customize RAG+LLM projects. Leveraging parallelized data pipelines, Finsean processes and integrates various data sources such as stock data, news, SEC filings, and local PDFs. With Mistral-Tiny and Mistral-Small LLM models handling natural language tasks, FinancialAdvisorGPT facilitates the generation of high-quality financial reports. Development challenges, including Langchain's complexity, are acknowledged, with ongoing efforts focused on enhancing functionality and performance for RAG+LLM applications in financial analysis.
https://github.com/mburaksayici/FinancialAdvisorGPT
Code : https://github.com/mburaksayici/ExplainableAI-Pure-Numpy
Weighted Linear Regression:
- Linear Algebra Solution: https://stats.stackexchange.com/questions/237235/how-do-you-derive-the-gradient-for-weighted-least-squares
- https://artificialturk.com/2019/03/17/linear-regression-with-linear-algebra/ (No-Weight)
Math of SHAP:
- https://christophm.github.io/interpretable-ml-book/shap.html
-https://arxiv.org/abs/1705.07874 SHAP Paper
! From Chris Molnar's book :
Be careful to interpret the Shapley value correctly: The Shapley value is the average contribution of a feature value to the prediction in different coalitions. The Shapley value is NOT the difference in prediction when we would remove the feature from the model.
Code : https://github.com/mburaksayici/ExplainableAI-Pure-Numpy
Weighted Linear Regression:
- Linear Algebra Solution: https://stats.stackexchange.com/questions/237235/how-do-you-derive-the-gradient-for-weighted-least-squares
- https://artificialturk.com/2019/03/17/linear-regression-with-linear-algebra/ (No-Weight)
Math of SHAP:
- https://christophm.github.io/interpretable-ml-book/shap.html
-https://arxiv.org/abs/1705.07874 SHAP Paper
Resources I like and use a lot to understand : https://iancovert.com/blog/understanding-shap-sage/ https://towardsdatascience.com/one-feature-attribution-method-to-supposedly-rule-them-all-shapley-values-f3e04534983d https://edden-gerber.github.io/shapley-part-1/...
Resources I like and use a lot to understand :
https://iancovert.com/blog/understanding-shap-sage/
https://towardsdatascience.com/one-feature-attribution-method-to-supposedly-rule-them-all-shapley-values-f3e04534983d
https://edden-gerber.github.io/shapley-part-1/
https://christophm.github.io/interpretable-ml-book/shapley.html
I have some others, I forget their link rn. I'll add immediately.