Python

Создание нейронной сети для перевода языка жестов на английский — step-by-step AI And Machine Learning tutorial on Progressive Robot

Создание нейронной сети для перевода языка жестов на английский

Автор выбрал Code Org для получения пожертвования в рамках программы Write for DOnations. Компьютерное зрение — это подсфера компьютерной науки, задача которой заключается в получении понимания…

Read more
How To Define Functions in Python 3 — step-by-step Python tutorial on Progressive Robot

How To Define Functions in Python 3

A function is a block of instructions that, once defined, both performs an action once the function is called and makes that action available for later use. Functions make code more modular, allowing you to use the same code over and over again. In this tutorial, we’ll go over how to define your own functions to use in your coding projects.

Read more
How To Harden the Security of Your Production Django Project — step-by-step Python tutorial on Progressive Robot

How To Harden the Security of Your Production Django Project

Developing a Django application can be a quick and clean experience, because its approach is flexible and scalable. Django also offers a variety of security-oriented settings that can help you seamlessly prepare your project for production. In this tutorial, you will leverage a security-oriented workflow for your Django development by implementing and configuring environment-based settings, dotENV, and Django’s built-in security settings.

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