🔥Искусственный интеллект с примерами на Python
Джоши Пратик — специалист по проблемам искусственного интеллекта, автор пяти книг и постоянный докладчик на конференциях TEDx.
В своей книге он разбирает следующие практические темы:
— Создание интеллектуальных рекомендательных систем
— Построение автоматизированных систем распознавания речи
— Основы эвристического поиска и генетического программирования
— Разработка игр с использованием искусственного интеллекта
— Создание интеллектуальных приложений, связанных с обработкой изображений, текста и последовательных данных
— Алгоритмы глубокого обучения и создание приложений на их основе
Автор: Джоши Пратик
Год: 2019
Скачать книгу
#python#нейронки
#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
-----