Apr 511 min readBuilding an AI Analyst Agent with LangChain and GPT-4Build an AI Agent who can analyze data for you with LangChain, GPT-4, and Streamlit
Mar 84 min readBuild an AI app to chat with your PDF using LangChain and OpenAI APIGithub Page for full code: https://github.com/eyereece/ai-rag-experiments/tree/main/chat-with-your-pdf-ai Overview: Virtual Environment...
Jan 43 min readDay 40: ClusteringA clustering algorithm looks at a number of data points and automatically finds data points that are related or similar to each other. In...
Jan 33 min readDay 39: Tree EnsemblesUsing Multiple Decision Trees One of the weaknesses of using a single decision tree is that decision tree can be highly sensitive to...
Jan 22 min readDay 38: Categorical and Continuous valued featuresOne Hot Encoding for Categorical Features In the examples we have seen so far, each of the features could take on only one of two...