Development

How To Contribute to Open Source: Getting Started with Git — step-by-step DevOps tutorial on Progressive Robot

How To Contribute to Open Source: Getting Started with Git

Open-source projects that are hosted in public repositories benefit from contributions made by the broader developer community, and are typically managed through Git. This tutorial will discuss the benefits of contributing to open-source projects, and go over installing and setting up Git so that you can contribute to software projects.

Read more
Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 18.04

Веб-приложение с открытым исходным кодом, Jupyter Notebook, позволяет создавать и обмениваться интерактивными кодом, визуализациями и многим другим. Этот инструмент можно использовать с несколькими языками программирования, включая Python, Julia, R, Haskell…

Read more
How To Access Elements in the DOM — step-by-step Javascript tutorial on Progressive Robot

How To Access Elements in the DOM

In order to be proficient at accessing elements in the DOM, it is necessary to have a working knowledge of CSS selectors, syntax and terminology as well as an understanding of HTML elements. In this tutorial, we will go over several ways to access elements in the DOM: by ID, class, tag, and query selectors.

Read more
Entendendo o defer no Go — step-by-step Programming tutorial on Progressive Robot

Entendendo o defer no Go

A linguagem Go tem muitas das palavras-chave comuns a outras linguagens, tais como if, switch, for etc. Uma palavra-chave que não existe na maioria das outras linguagens de programação é defer e, embora seja menos comum, você verá o quão útil ela pode ser nos seus…

Read more
Как «обмануть» нейронную сеть в Python 3 — step-by-step AI And Machine Learning tutorial on Progressive Robot

Как «обмануть» нейронную сеть в Python 3

Автор выбрал Dev Color​​​ для получения пожертвования в рамках программы Write for DOnations. Можно ли обмануть нейронную сеть для классификации животных? Попытка обмануть классификатор животных может не иметь…

Read more
How To Set Up Your First Gatsby Website — step-by-step Javascript tutorial on Progressive Robot

How To Set Up Your First Gatsby Website

Gatsby is a React framework that allows you to create static and serverless JavaScript apps. In this tutorial, you will install the Gatsby Starter default template, modify metadata in the Gatsby config file, run the development server and view the Gatsby site locally, and get a short introduction to JSX and Gatsby’s image optimization capabilities.

Read more
How To Train a Neural Network for Sentiment Analysis — step-by-step AI And Machine Learning tutorial on Progressive Robot

How To Train a Neural Network for Sentiment Analysis

In this tutorial, you will build a neural network that predicts the sentiment of film reviews with Keras. Your model will categorize the reviews into two categories (positive or negative) using the International Movie Database (IMDb) review dataset, which contains 50,000 movie reviews. By the end of this tutorial, you will have created a deep learning model and trained a neural network to perform sentiment analysis.

Read more
CHAT