top of page
Apr 5, 202411 min read
Building an AI Analyst Agent with LangChain and GPT-4
Build an AI Agent who can analyze data for you with LangChain, GPT-4, and Streamlit
Mar 8, 20244 min read
Build an AI app to chat with your PDF using LangChain and OpenAI API
Github Page for full code: https://github.com/eyereece/ai-rag-experiments/tree/main/chat-with-your-pdf-ai Overview: Virtual Environment...
Jan 4, 20243 min read
Day 40: Clustering
A clustering algorithm looks at a number of data points and automatically finds data points that are related or similar to each other. In...
Jan 3, 20243 min read
Day 39: Tree Ensembles
Using Multiple Decision Trees One of the weaknesses of using a single decision tree is that decision tree can be highly sensitive to...
Jan 2, 20242 min read
Day 38: Categorical and Continuous valued features
One Hot Encoding for Categorical Features In the examples we have seen so far, each of the features could take on only one of two...
bottom of page