Como instalar e proteger o Grafana no Ubuntu 20.04
O autor selecionou a COVID-19 Relief Fund para receber uma doação como parte do programa Write for DOnations. O Grafana é uma…
O autor selecionou a COVID-19 Relief Fund para receber uma doação como parte do programa Write for DOnations. O Grafana é uma…
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)…
This tutorial will guide you through installing the Python 3 version of Anaconda on an Ubuntu 22.04 server. Anaconda is an open-source package manager, environment manager, and distribution of the Python and R programming languages. It is commonly used for data science, machine learning, large-scale data processing, scientific computing, and predictive analytics.
JupyterLab is the update over Jupyter Notebook environments, offering a highly feature-rich UI that makes it easier for users, particularly in the fields of Data Science and AI, to perform their tasks. In this tutorial, you’ll install and set up JupyterLab on your Ubuntu 18.04 server. You’ll also be configuring your server to be able to connect to the JupyterLab instance remotely from any web browser, securely, using a domain name
Data analysis refers to the practice of investigating the structure of data and using it to identify patterns and possible solutions to problems. Within this domain, data science draws on methodologies from statistics, mathematics, and computer science to analyze data from past events, and to…
O Jupyter Notebook é uma aplicação web open-source que lhe permite criar e compartilhar código interativo, visualizações e muito mais. Esta ferramenta pode ser usada com várias linguagens de programação, incluindo Python, Julia, R, Haskell e Ruby. Ele é…
In this tutorial, you will use Node.JS, Puppeteer, Docker, and Kubernetes to build a highly scalable scraper that can simultaneously extract data from multiple pages. You will test your scraper on the dummy bookstore, books.toscrape.com, where you will scrape data from 400 pages in ~30 seconds.
Автор выбрал COVID-19 Relief Fund для получения пожертвования в рамках программы Write for DOnations. Grafana — это инструмент визуализации и…
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…
The Python pandas package is used for data manipulation and analysis, designed to allow making working with labeled or relational data more intuitive. In this tutorial, we’ll first install `pandas` and then get you oriented with the fundamental data structures: Series and DataFrames.