Subject archive for "code"

Code

Reinforcement learning: The K-armed bandit problem

In a previous blog post we talked about the foundations of reinforcement learning. We covered classical and operant conditioning, rewards, states, and actions, and did a review of some common reinforcement learning use-cases. This entry is a continuation of the series. In it, we present the k-armed bandit problem - a very simple setting that enables us to introduce the interaction between some of the key components of reinforcement learning.

By Nikolay Manchev9 min read

Code

KNN with examples in Python

In this article, we will introduce and implement k-nearest neighbours (KNN) as one of the supervised machine learning algorithms. KNN is utilised to solve classification and regression problems. We will provide sufficient background and demonstrate the utility of KNN in solving a classification problem in Python using a freely available dataset.

By Dr Behzad Javaheri14 min read

Data Science

Building a named entity recognition model using a BiLSTM-CRF network

[@portabletext/react] Unknown block type "undefined", specify a component for it in the `components.types` prop

By Nikolay Manchev13 min read

Code

Parallel computing with Dask: a step-by-step tutorial

It’s now normal for computational power to be improved continuously over time. Monthly, or at times even weekly, new devices are being created with better features and increased processing power. However, these enhancements require intensive hardware resources. The question then is, Are you able to use all the computational resources that a device provides? In most cases, the answer is no, and you’ll get an out of memory error. But how can you make use of all the computational resources without changing the underlying architecture of your project?

By Gourav Singh Bais15 min read

Data Science

Fitting support vector machines via quadratic programming

In this blog post we take a deep dive into the internals of Support Vector Machines. We derive a Linear SVM classifier, explain its advantages, and show what the fitting process looks like when solved via CVXOPT — a convex optimization package for Python.

By Nikolay Manchev18 min read

Product Updates

Take a look at Domino Code Assist

A picture is worth 1000 words, so let's get right into exploring Domino Code Assist (DCA). As I mentioned in my prior blog, with DCA you can import a dataset, make a few data visualizations, and deploy those data visualizations as a Python data app - all through a point-and-click interface. At the end of this, you have a perfectly executable Python or R script that follows the steps that you took in the UI.

By Jack Parmer3 min read

Subscribe to the Domino Newsletter

Receive data science tips and tutorials from leading Data Science leaders, right to your inbox.

*

By submitting this form you agree to receive communications from Domino related to products and services in accordance with Domino's privacy policy and may opt-out at anytime.