Blog

Our AI research, development and learning resources

Top 11 reasons to boost your Business with a Chatbot

As business schemes develop along with technology it may be hard to keep up with the latest updates on how to make your business more client-oriented, modern and make some processes automatic. Let’s talk about that. Here are top 11 reasons to use chatbots that can level up your business!

Benefits of Visual Chatbot Builders

Considering trends towards improving customer experience and growing demand for bots, chatbot builder software has started to appear everywhere. Smart bot constructor is a perfect solution to create chatbots without coding skills for any business needs.

Top 5 WordPress Chatbot Plugins

Nowadays, people would rather have a chat with a bot than take part in a personal conversation. Whether it’s to order a takeout for dinner or to find a candidate for a new job offer – people prefer to use live-chat widgets or text with chat bots instead of making phone calls or writing emails.

Top-21 Useful Chatbots in 2021

Only two years ago, the chatbot market was $ 2.6 billion. It is expected to quadruple by 2025. Business chatbots, artificial intelligence and conversational technologies are quite popular nowadays.

There is a wide variety of all kinds of bots for different industries. In this article, we are going to check out the most useful and popular bots, ranging from friendly chatbots for Japanese teenagers to serious intelligent e-commerce chatbots, and everything in between.

PyTorch


(Video only in Russian)

What's the difference between PyTorch and TensorFlow? Both are open source Python libraries that use graphs for numerical data calculations. Both are widely used in academic research and commerce. Both are extended by various APIs, cloud computing platforms and model repositories.

Head Attention


(Video only in Russian)

The Attention mechanism is currently found in a variety of architectures and tasks (translation, text generation, image annotation). The Attention algorithm analyzes and highlights the relationships between the elements of the input and output sequences. Known as the generalized attention mechanism, it was originally suggested for machine translation models which use recurrent networks. Attention solved the problem of long-term memory in the translation of long sentences. This approach excelled the previously overviewed recurrent neural networks based on LSTM blocks.

How to Teach the Computer to Think. Lesson 5


(Video only in Russian)

Let's proceed with our seminars dedicated to machine learning. Today's lecture is about dynamics. We will also touch upon the inference algorithm and take a closer look at the Merge module. We are going to create multiple models of the world, from trivial to quite peculiar, and see how original a problem solution might be.

How to Teach the Computer to Think. Lesson 4


(Video only in Russian)

As in previous seminars, today we are discussing the problem of building an intelligent system capable of understanding information about a limited world. The system will now also feature basic actions.

Let's move away from the box world for a while. Our AI gradually comes to understand the relations between actions (to approach, to take something, to put it somewhere), and in this space of actions and relations, we continue teaching it to build adequate models which will be plausible in our limited world.

How to Teach the Computer to Think. Lesson 3


(Video only in Russian)

Following our seminars on machine learning, we will first revise the previous lesson, and then look into the theoretical part. Our today's objective is to examine the relationships that describe conditionally closed cubes in the ordinary world, to discuss the concepts of closed and open world and to outline ways to go beyond this rather limited model to more realistic tasks.

How to Teach the Computer to Think. Lesson 2


(Video only in Russian)

In the second video of our series of seminars on teaching the computer to think, we are discussing the basic static aspects of the logical approach. We will also focus on topological aspects, leaving dimensions and distances for later.

The seminar consists of two parts. First, let's recall the mathematical logic, and then make a detailed analysis of the axiomatics of the world of cubes, which is the basic model for mathematical inference and construction of axioms.

How to Teach the Computer to Think. Lesson 1


(Video only in Russian)

In this course of seminars, we are going to consider a rather specific task, which is building an intelligent system able to understand the information about a limited world. By "limited", we only mean that the computer is not supposed to comprehend everything from stock reports to baseball rules straightway. It can be quite an ordinary world, as our house, its neighborhood, the world of simple human interactions.

Word2Vec Semantics and Technology


(Video only in Russian)

Word2vec is a method to efficiently create embeddings developed in 2013. Apart of word-embedding, some of its concepts have also proved effective in developing recommendation engines and data interpretation, even in regards of commercial, non-language tasks. You can see that all modern NLP applications are based on Word2vec algorithms. Today we are looking into Word2Vec technology along with the methods for knowledge representation in intelligent systems.

Keras. Convolutional Neural Network


(Video only in Russian)

A convolutional neural network (also CNN or ConvNet) is one of the most common deep learning algorithms. It's a class of machine learning in which a model learns to classify objects directly in images, video, audio or text.

Today we will find out what features make convolutional neural networks so useful. In the practical part, we will train them to understand geometric relations and test them.

Support Vector Machine (SVM)


(Video only in Russian)

Today's seminar is dedicated to one of the popular supervised learning methods, which is used to solve classification and regression problems. The algorithm, also known as the maximum-margin classifier method, is widely used for solving both linear and nonlinear problems.

Its main idea is to create an optimally separating hyperplane for the sampled objects.

Handwritten Character Recognition


(Video only in Russian)

The object recognition in image data is a popular illustration of the power of deep learning techniques.

Today, you will learn how to create a deep learning model for the MNIST handwritten digit recognition problem in Python using the Keras deep learning library.

How We See What We See?


(Video only in Russian)

Let's talk about how eyesight works in regards of psychology and neurophysiology.

Our special guest is Dr Leonid Savchenko, a Senior Research Associate at the Faculty of Brain Sciences, UCL Queen Square Institute of Neurology, London.

Classical Recognition Methods


(Video only in Russian)

Today, we will look into the recognition methods in machine learning. We will pay attention to probabilistic methods, recall the formula for Bayes' theorem, and study the paradoxes of n-dimensional spaces. We will also review the methods for density estimation and algorithms testing.