AutoGPT & LangChain: Building an Automated Research Assistant - MLQ Academy
In this video tutorial, we'll walk through how to build an implementation of AutoGPT using LangChain.
In this video tutorial, we'll walk through how to build an implementation of AutoGPT using LangChain.
In this video tutorial, we'll walk through how to get started with the ChatGPT retrieval plugin and add long term memory to our plugin with Pinecone.
In this video tutorial, we'll walk through how to build a ChatGPT plugin that acts as an AI/ML tutor and guides users down an educational track.
In this video tutorial, we'll build a stock screener assistant using the Financial Modeling Prep API to retrieve and filter stocks based on the user's input.
In this video tutorial, we'll walk through how to build a ChatGPT Plugin that retrieves & summarizes AI-related news.
In this video tutorial, we'll walk through how to get started with AutoGPT: the autonomous GPT-4 experiment taking the AI world by storm.
In this video tutorial, we'll walk through how to build your first ChatGPT Plugin and create a simple to-do list, including building an API, documenting the API, and creating a manifest file.
In this video tutorial, we'll build a simple frontend for an AI/ML tutor using GPT-4, Streamlit, and Pinecone.
In this video tutorial, we're walk through a Colab notebook that shows you how to augment GPT-4 with a separate body of knowledge to create a custom AI assistant.
In this video tutorial, we'll discuss how you can use GPT-3, LangChain, and Pinecone to create an AI research assistant.
In this video tutorial, we'll discuss how to use LangChain and the OpenAI Embeddings in order to upload unstructured documents and be able to ask questions about the document using GPT-3
In this video tutorial, we'll walk through how to get started with a powerful library for building more advanced LLM-enabled applications: LangChain.
In this video tutorial we'll walk through how to get started with the ChatGPT API, including how to make your first API request, best practices, and more.
In this section we'll finish our initial deep reinforcement learning trading algorithm by deploying it at a simulated account at Interactive Brokers.
In this section, the objective is to use reinforcement learning to maximize the Sharpe ratio using gradient ascent.
In this section, we're going to add another deep learning model to our trading algorithm and build a convolutional neural network (CNN).
In this guide we build an LSTM for price prediction in our deep reinforcement learning trading algorithm.
In this section we'll start with the imports, model and trading logic inputs, and helper functions that we'll need for this deep reinforcement learning for trading project.
In this project we're going to build a deep reinforcement learning trading agent and deploy it in a simulated trading account at Interactive Brokers.