Home
AstraBlog
Cancel

Building Aligned Intelligence System. Part II. Improving Large Language Models

In this post we will look at different techniques for steering LLMs behaviour to get desired outcomes, starting with some basic general principles such as writing a good prompt and ending ...

Building Aligned Intelligence System. Part I: Creating GPT Assistant

In recent years, the field of natural language processing has witnessed a remarkable breakthrough with the advent of Large Language Models (LLMs). These models have demonstrated unprecedented pe...

Power of Diffusion Models

In 2022, insanely beautiful and original images created with generative neural networks are taking the internet by storm. This post focuses on the theory behind diffusion models that underpin th...

Applying Graph Neural Networks to Kaggle Competition

Few months ago, Kaggle launched featured simulation competition Kore-2022. In this kind of competitions participants bots are competing against each other in an game environment, supported by Kaggl...

Visual Guide to Statistics. Part IV: Foundations of Testing

This is the fourth and the last part of a ‘Visual Guide to Statistics’ cycle. All the previous parts and other topics related to statistics could be found here. In this post we will test hypoth...

Visual Guide to Statistics. Part III: Asymptotic Properties of Estimators

A minimal condition for a good estimator is that it is getting closer to estimated parameter with growing size of sample vector. In this post we will focus on asymptotic properties of estimators...

Visual Guide to Statistics. Part II: Bayesian Statistics

Part II introduces different approach to parameters estimation called Bayesian statistics. Basic definitions We noted in the previous part that it is extremely unlikely to get a uniformly bes...

Visual Guide to Statistics. Part I: Basics of Point Estimation

This series of posts is a guidance for those who already have knowledge in probability theory and would like to become familiar with mathematical statistics. Basically, these are notes from lect...