Comment installer Elasticsearch, Logstash et Kibana (Elastic Stack) sur Ubuntu 20.04

Introduction Elastic Stack – anciennement connue sous le nom de ELK Stack – est une collection de logiciels open-source produite par Elastic qui vous permet de rechercher, d’analyser et de visualiser des journaux générés à partir de n’importe quelle source dans n’importe quel format, une pratique connue sous le nom de journalisation centralisée. La journalisation…

Como instalar o Elasticsearch, Logstash e Kibana (Pilha Elastic) no Ubuntu 20.04

Introdução A Pilha Elastic — anteriormente conhecida como ELK Stack — é uma coleção de softwares de código aberto produzida pela Elastic que permite pesquisar, analisar e visualizar logs gerados a partir de qualquer fonte em qualquer formato. Esta é uma prática conhecida como centralização de logs. A centralização de logs pode ser útil ao…

Установка Elasticsearch, Logstash и Kibana (комплект Elastic) в Ubuntu 20.04

Введение Комплекс Elastic Stack (прежнее название — комплекс ELK) представляет собой набор программного обеспечения Elastic с открытым исходным кодом, обеспечивающий возможности поиска, анализа и визуализации журналов, сгенерированных любым источником в любом формате (централизованное ведение журнала). Централизованное ведение журнала очень полезно для выявления проблем с серверами или приложениями, поскольку обеспечивает возможности поиска всех журнальных записей в…

Installieren von TensorFlow unter Ubuntu 20.04

Einführung TensorFlow ist eine Open-Source-Softwarebibliothek für maschinelles Lernen, die dem Trainieren neuronaler Netze dient. Jeder Knoten im Graph (ausgedrückt in Form von stateful dataflow graphs) stellt die Operationen dar, die von neuronalen Netzen in multidimensionalen Arrays ausgeführt werden. Diese multidimensionalen Arrays werden im Allgemeinen als „Tensoren“ bezeichnet (daher der Name TensorFlow). In diesem Tutorial installieren…

Cómo instalar TensorFlow en Ubuntu 20.04

Introducción TensorFlow, una biblioteca de software de aprendizaje automático de código abierto, se utiliza para entrenar redes neurales. Cada nodo, expresado en forma de gráficos de flujo de datos con estado, representa las operaciones realizadas por redes neurales en matrices multidimensionales. Estas matrices multidimensionales se denominan comúnmente “tensores”, de ahí el nombre de TensorFlow. En…

Comment installer TensorFlow sur Ubuntu 20.04

Introduction TensorFlow est une bibliothèque de logiciels d’apprentissage automatique open-source, utilisée pour former des réseaux neuronaux. Exprimé sous la forme de graphiques de flux de données dynamiques, chaque nœud du graphique représente les opérations effectuées par les réseaux neuronaux sur des tableaux multidimensionnels. Ces tableaux multidimensionnels sont communément appelés “tensors”, d’où le nom de TensorFlow….

Como instalar o TensorFlow no Ubuntu 20.04

Introdução O TensorFlow é uma biblioteca de software de machine learning de código aberto que é usado para treinar redes neurais. Expresso na forma de gráficos de fluxo de dados com estado, cada nó no gráfico representa as operações realizadas por redes neurais em arrays multidimensionais. Esses arrays multidimensionais são comumente conhecidos como “tensores”, daí…

How To Handle DOM and Window Events with React

The author selected Creative Commons to receive a donation as part of the Write for DOnations program. Introduction In web development, events represent actions that happen in the web browser. By responding to events with event handlers, you can create dynamic JavaScript applications that respond to any user action, including clicking with a mouse, scrolling…

How To Use Traefik as a Reverse Proxy for Docker Containers on Ubuntu 20.04

The author selected Girls Who Code to receive a donation as part of the Write for DOnations program. Introduction Docker can be an efficient way to run web applications in production, but you may want to run multiple applications on the same Docker host. In this situation, you’ll need to set up a reverse proxy…