TGTGInsightаналитика telegramLIVE / telegram public index
← [404] — программирование

TGINSIGHT SIMILAR POSTS

Найти похожее

Источник @procode404 · Post #3519 · 8 апр.

📙Программируем с PyTorch: создание приложений глубокого обучения PyTorch – это фреймворк для Python от Facebook* с открытым исходным кодом. Из книги вы узнаете, как использовать его для создания собственных нейронных сетей. Вы научитесь: – Внедрять модели глубокого обучения в работу – Использовать PyTorch в масштабных проектах – Использовать сверточные модели для классификации аудиоданных – Применять самые современные методы NLP, используя модель, обученную на "Википедии" – Выполнять отладку моделей PyTorch с TensorBoard и флеймграф – Развертывать приложения PyTorch в контейнерах Автор: Ян Пойнтер Год: 2020 Скачать книгу #python#нейронки *Facebook принадлежит Meta, которая признана экстремисткой организацией и запрещена в России.

Результаты

Найдено 1 похожих постов

Поиск: #cloudnative

当前筛选 #cloudnative清除筛选
GitHub Trends

@githubtrending · Post #14846 · 20.06.2025, 12:00

#go#cloudnative#grafana#hacktoberfest#logging#loki#prometheus Loki is a log aggregation system inspired by Prometheus but designed specifically for logs instead of metrics. It is cost-effective and easy to operate because it only indexes metadata (labels) about logs, not the full log content, which reduces storage and complexity. Loki works well with Kubernetes by automatically indexing pod labels and integrates natively with Grafana for easy log visualization. Its stack includes an agent (Alloy) to collect logs, Loki to store and query them, and Grafana to display them. This setup helps you efficiently manage and analyze logs with less cost and simpler operation compared to traditional logging systems[2]. https://github.com/grafana/loki