Machine Learning

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

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

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

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
How To Install and Use PyTorch — step-by-step AI And Machine Learning tutorial on Progressive Robot

How To Install and Use PyTorch

In this tutorial, you’ll install PyTorch’s “CPU support only” version in three steps. This installation is ideal for people looking to install and use PyTorch but who don’t have an Nvidia graphics card. In particular, you’ll install PyTorch in a Python virtual environment with virtualenv. This approach isolates the PyTorch installation, allowing you to install different PyTorch versions for each project.

Read more
CHAT