How to Plan and Scope LLM Projects
Move over ChatGPT, here come the Large Language Models (LLMs). More and more companies are incorporating LLMs into their operations. Are you ready? Here’s the guide to how Rotational plans and scopes our LLM projects.
Feb 1, 2024Monitoring Real-Time Machine Learning Applications With Prefect
The last few years have marked a shift in industry away from research-oriented machine learning. These days, shipping models early and often is critical, and open source tools like Prefect can speed up the process of operationalizing ML.
Jan 26, 2024Build Your Own LLM - Data Ingestion
2023 was the year of large language models (LLMs) due to services like ChatGPT and Stable Diffusion gaining mainstream attention. In this series, learn about the architecture behind LLMs and how to build your own custom LLM!
Jan 15, 2024Practical AI Strategies for 2024
Coming off the 2023 “AI hype cycle”, how should business leaders approach 2024? Learn 5 practical AI strategies every business should consider.
Jan 15, 2024How to Build a Real-Time Model to Predict Flight Delays
Have you ever tried to build a model that can handle new data in real time? We set out to do just that, and discovered that there aren’t a lot of tutorials about training real-time machine learning models, so we made this one!
Jan 9, 2024PubSub 101 - Querying Topics with SQL
Real-time data streams are powerful, but sometimes you need to convert the stream into a batch or replay parts of the stream. Here’s how to write customized SQL to more deeply understand and interact with your historic data.
Dec 8, 2023PubSub 101 - Creating a Subscriber
With the rise of LLMs and Retrieval Augmented Generation (RAG), online models have never been more relevant. Here’s how to write some Python code to interpret real-time data and build your own adaptive online model.
Dec 5, 2023PubSub 101 - Creating a Publisher
One of the first steps in every data science or machine learning project is data ingestion. In this module, you will use Python to create a publisher to ingest real-time data into Ensign.
Nov 28, 2023PubSub 101 - Creating Data Flows With Topics
If you struggle to build analytics and models that keep up with changing data, it might be because you haven’t yet learned to think about data in terms of
topics
. In this module, learn how by solving a real-world, real-time problem!Nov 22, 2023Building Real-Time Apps in Python with Ensign and Streamlit
Python may be the 2nd best language for everything, but it’s a favorite of data scientists worldwide, and delivers a world of functionality. Did you know you can even build customer-facing AI/ML apps with Python now? Learn how…
Nov 20, 2023PubSub 101 - Using the PyEnsign SDK
The Python SDK is the most popular way to use Ensign. In this module you will write some Python code to publish data to your project.
Nov 17, 2023PubSub 101 - Creating Your Project
Welcome to PubSub 101! In this module you will create a new Ensign account and a new project. After completing this module, you will have an API key that you can use to publish data to Ensign!
Nov 8, 2023