Open in app

Sign in

Write

Sign in

Venelin Valkov
Venelin Valkov

2.8K Followers

Home

About

Nov 15

Python Essentials for AI: A Practical Guide

Unlock the Power of AI with Python: Master the Language at the Heart of Machine Learning — Welcome to the Python Essentials for AI Engineers, a journey designed to equip you with the Python skills crucial for thriving in the world of artificial intelligence. In this tutorial, you’ll gain hands-on experience with real-world exercises, emphasizing the practical application of Python in AI. Get ready to transform theoretical…

Artificial Intelligence

14 min read

Python Essentials for AI: A Practical Guide
Python Essentials for AI: A Practical Guide
Artificial Intelligence

14 min read


Oct 27

MemGPT — Unlimited Context (Memory) for LLMs

How can you overcome the context window size limit of LLMs? — One of the largest (no pun intended) limitations of Large Language Models (LLMs) is their context window size. Here’s an overview of the most popular LLMs and their context window size:

Artificial Intelligence

10 min read

MemGPT — Unlimited Context (Memory) for LLMs
MemGPT — Unlimited Context (Memory) for LLMs
Artificial Intelligence

10 min read


Oct 17

AutoGen — Build Powerful AI Agents with ChatGPT/GPT-4

Explore AutoGen, a Microsoft library that lets you create LLM applications with agents. These agents can communicate and help you solve complex tasks. — We’ll begin with an introduction to AutoGen and its benefits. Then, we’ll kick off with a basic example of building a single agent for analyzing stock price trends. Afterward, we’ll delve into a more advanced demonstration, using four agents to construct a cryptocurrency indicator, drawing insights from historical prices and…

ChatGPT

5 min read

AutoGen — Build Powerful AI Agents with ChatGPT/GPT-4
AutoGen — Build Powerful AI Agents with ChatGPT/GPT-4
ChatGPT

5 min read


Sep 24

LangChain QuickStart with Llama 2

LangChain helps you to tackle a significant limitation of LLMs — utilizing external data and tools. — LangChain helps you to tackle a significant limitation of LLMs — utilizing external data and tools. This library enables you to take in data from various document types like PDFs, Excel files, and plain text files. It also facilitates the use of tools such as code interpreters and API…

Langchain

11 min read

Langchain

11 min read


Sep 10

Falcon 180B — the largest open LLM

Is this the best open LLM yet? Better than Llama 2? — Falcon 180B is a Large Language Model (LLM) that was released on September 6th, 2023 by the Technology Innovation Institute. This model is a descendant of the Falcon 40B model. Here’s a quick overview of the model: 180B parameter model in two versions (base and chat) trained on 3.5…

Artificial Intelligence

10 min read

Falcon 180B — the largest open LLM
Falcon 180B — the largest open LLM
Artificial Intelligence

10 min read


Jul 30

Deploy Your Private Llama 2 Model to Production with RunPod

Interested in Llama 2 but wondering how to deploy one privately behind an API? I’ve got you covered! — In this tutorial, you’ll learn the steps to deploy your very own Llama 2 instance and set it up for private use using the RunPod cloud platform. You’ll learn how to create an instance, deploy the Llama 2 model, and interact with it using a simple REST API or…

ChatGPT

3 min read

ChatGPT

3 min read


Jul 16

Build a Chatbot with Local LLM (Falcon 7B) and LangChain

Can you achieve ChatGPT-like performance with a local LLM on a single GPU? — Mostly, yes! In this tutorial, we’ll use Falcon 7B with LangChain to build a chatbot that retains conversation memory. We can achieve decent performance by utilizing a single T4 GPU and loading the model in 8-bit (~6 tokens/second). …

Langchain

8 min read

Langchain

8 min read


May 9

LangChain Quickstart: Build Powerful LLM (ChatGPT/GPT4) Applications

Learn the basics of LangChain in Python — Ready to quickly start with LangChain? In this tutorial, you’ll learn the basics of LangChain and how to get started with building powerful apps using OpenAI and ChatGPT. We’ll start by setting up a Google Colab notebook and running a simple OpenAI model…

ChatGPT

7 min read

ChatGPT

7 min read


Published in

Towards Data Science

·May 2, 2020

Create Dataset for Sentiment Analysis by Scraping Google Play App Reviews using Python

Learn how to scrape reviews for Android apps and use the information to build a dataset for sentiment analysis — TL;DR Learn how to create a dataset for Sentiment Analysis by scraping user reviews for Android apps. You’ll convert the app and review information into Data Frames and save that to CSV files. Run the notebook in your browser (Google Colab) Complete project on GitHub Get SH*T Done with PyTorch "Success in creating AI would be the biggest event in human history. Unfortunately, it might also be the last, unless…leanpub.com

Deep Learning

4 min read

Create Dataset for Sentiment Analysis by Scraping Google Play App Reviews using Python
Create Dataset for Sentiment Analysis by Scraping Google Play App Reviews using Python
Deep Learning

4 min read


Published in

Towards Data Science

·Apr 24, 2020

Time Series Classification for Human Activity Recognition with LSTMs using TensorFlow 2 and Keras

Learn how to classify human activity from accelerometer data with Keras and TensorFlow 2 in Python — TL;DR Learn how to classify Time Series data from accelerometer sensors using LSTMs in Keras Can you use Time Series data to recognize user activity from accelerometer data? Your phone/wristband/watch is already doing it. How well can you do it? We’ll use accelerometer data, collected from multiple users, to build…

Keras

5 min read

Time Series Classification for Human Activity Recognition with LSTMs using TensorFlow 2 and Keras
Time Series Classification for Human Activity Recognition with LSTMs using TensorFlow 2 and Keras
Keras

5 min read

Venelin Valkov

Venelin Valkov

2.8K Followers

Adventures in Artificial Intelligence https://mlexpert.io

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams