📙Программируем с PyTorch: создание приложений глубокого обучения
PyTorch – это фреймворк для Python от Facebook* с открытым исходным кодом. Из книги вы узнаете, как использовать его для создания собственных нейронных сетей.
Вы научитесь:
– Внедрять модели глубокого обучения в работу
– Использовать PyTorch в масштабных проектах
– Использовать сверточные модели для классификации аудиоданных
– Применять самые современные методы NLP, используя модель, обученную на "Википедии"
– Выполнять отладку моделей PyTorch с TensorBoard и флеймграф
– Развертывать приложения PyTorch в контейнерах
Автор: Ян Пойнтер
Год: 2020
Скачать книгу
#python#нейронки
*Facebook принадлежит Meta, которая признана экстремисткой организацией и запрещена в России.
#python
The Jelly Evolution Simulator is a program that lets you watch jelly-like creatures evolve over time. You can run it using a simple command in Python. The simulator allows you to control various features like closing the program, toggling markers, storing species, and changing colors. It also lets you scroll through different generations to see how the creatures change. This tool is useful for understanding how evolution works in a fun and interactive way. It helps users visualize how small changes can lead to different outcomes over time.
https://github.com/carykh/jes
🖥
Tip: You can use functools.reduce() in #Python to apply a function to all elements of the iterable set.
-----
Main channel: @repo_science
Coupons: @freecoupons_reposcience
-----
#Python
🖥
Test your typing knowledge in Python
Cool free project Python Type Challenger is a quiz where you have to write code. A good way to remember the basics of type hints (dictionaries, variables, return) and drill into the depths of the typing ocean (recursive, decorators, constructors, etc.).
🔗Link
-----
Main channel: @repo_science
Coupons: @freecoupons_reposcience
-----