LitMy.ru - литература в один клик

  • Добавил: umkaS
  • Дата: 19-02-2025, 20:03
  • Комментариев: 0
Название: Криптовалюты и цифровые активы
Автор: Ли И.
Издательство: Директмедиа Паблишинг
Год: 2021
Cтраниц: 156 с. : ил.
Формат: pdf
Размер: 13 мб
Язык: русский

Общество активно переходит на цифру во всех областях. И «цифровая дорога» приводит к новым финансовым инструментам. В мире уже больше десяти лет назад появилась криптовалюта, и ее доходность впечатляет. Наряду с криптовалютами также появляются и новые цифровые финансовые активы… Кого-то это пугает, других — вдохновляет. Не все понимают, что они такое. Для начала, криптовалюта и цифровые активы — это сущности, которые нельзя положить в кошелек, потому что в физическом виде они не существуют. Но они имеют стоимость, их можно купить или продать, и они находятся в правовой оболочке.
  • Добавил: umkaS
  • Дата: 19-02-2025, 20:00
  • Комментариев: 0
Название: Именослов. История языка, история культуры
Автор: Успенский Ф.Б. (отв. ред.)
Издательство: СПб.: Алетейя
Год: 2010
Cтраниц: 241
Формат: pdf
Размер: 52 мб
Язык: русский

В первый том Трудов вошли работы сотрудников Центра славяно-германских исследований, материалы докладов, прозвучавших на постоянно действующем семинаре Центра, тематических круглых столах и конференциях в 2006–2008 гг., работы известных исследователей, отечественных и зарубежных, которые были приглашены специально для этого издания.
  • Добавил: literator
  • Дата: 19-02-2025, 19:39
  • Комментариев: 0
Название: Machine Learning for Tabular dаta: XGBoost, Deep Learning, and AI (Final Release)
Автор: Mark Ryan, Luca Massaron
Издательство: Manning Publications
Год: 2025
Страниц: 504
Язык: английский
Формат: True/Retail PDF, True/Retail ePUB
Размер: 74.3 MB

Machine Learning for Tabular Data covers classic Machine Learning techniques like gradient boosting, and more contemporary Deep Learning approaches. By the time you’re finished, you’ll be equipped with the skills to apply Machine Learning to the kinds of data you work with every day. Machine Learning can accelerate everyday business chores like account reconciliation, demand forecasting, and customer service automation—not to mention more exotic challenges like fraud detection, predictive maintenance, and personalized marketing. This book shows you how to unlock the vital information stored in spreadsheets, ledgers, databases and other tabular data sources using gradient boosting, Deep Learning, and Generative AI. Machine Learning for Tabular Data delivers practical ML techniques to upgrade every stage of the business data analysis pipeline. In it, you’ll explore examples like using XGBoost and Keras to predict short-term rental prices, deploying a local ML model with Python and Flask, and streamlining workflows using large language models (LLMs). Along the way, you’ll learn to make your models both more powerful and more explainable. For readers experienced with Python and the basics of Machine Learning.
  • Добавил: Chipa
  • Дата: 19-02-2025, 18:37
  • Комментариев: 0

Название: Домашняя ветчина
Автор: Аалия Маджид
Издательство: Интернет-издание
Год: 2025
Формат: PDF
Страниц: 55
Размер: 255 Mb
Язык: Русский

Ты когда-нибудь задумывалась, что на самом деле скрывается в той розовой магазинной ветчине? Нитритная соль, усилители вкуса, консерванты, загустители, крахмал… Производители стараются удешевить продукт, превращая мясо в химический коктейль. Но настоящая ветчина не должна быть экспериментом лаборатории. Она может быть натуральной, сочной, вкусной – если готовить её дома


  • Добавил: literator
  • Дата: 19-02-2025, 18:25
  • Комментариев: 0
Название: Learn SQL in a Month of Lunches, 1st Edition (Final Release)
Автор: Jeff Iannucci
Издательство: Manning Publications
Год: 2025
Страниц: 306
Язык: английский
Формат: pdf (true)
Размер: 33.2 MB

Use SQL to get the data you need in no time at all! Learn to read and write basic queries, troubleshoot common problems, and control your own business data in just 24 short lessons–no programming experience required! Structured Query Language (SQL) is the standard way to get specific datasets out of large relational databases. If you use Excel, Tableau, or PowerBI to crunch business data, you’ve probably seen a lot of SQL already. And guess what? It’s easy to master the most useful parts of SQL! In just a few quick lessons, you can learn to write your own queries, modify existing SQL statements, and add a new superpower to your bag of tricks. Learn SQL in a Month of Lunches introduces you to the most useful parts of SQL for business data analysis. This practical book gives you instantly-useful techniques starting from the first short chapter. 25-year SQL veteran Jeff Iannucci makes SQL a snap through hands-on lab exercises, relevant code examples, and easy-to-understand language. For students, aspiring data analysts, software developers, and anyone else who wants to work with relational databases. Unlike most books about programming languages, Learn SQL in a Month of Lunches was written to make learning easy and accessible to all SQL beginners, regardless of their experience with programming languages.
  • Добавил: literator
  • Дата: 19-02-2025, 17:52
  • Комментариев: 0
Название: Graph Neural Networks in Action (Final Release)
Автор: Keita Broadwater, Namid Stillman
Издательство: Manning Publications
Год: 2025
Страниц: 394
Язык: английский
Формат: pdf (true)
Размер: 18.3 MB

A hands-on guide to powerful graph-based Deep Learning models. Graph Neural Networks in Action teaches you to create powerful Deep Learning models for working with graph data. You’ll learn how to both design and train your models, and how to develop them into practical applications you can deploy to production. Go hands-on and explore relevant real-world projects as you dive into graph neural networks perfect for node prediction, link prediction, and graph classification. Inside this practical guide, you’ll explore common graph neural network architectures and cutting-edge libraries, all clearly illustrated with well-annotated Python code. There are now several GNN libraries in the Python ecosystem, including PyTorch Geometric (PyG), Deep Graph Library (DGL), GraphScope, and Jraph. We focus on PyG, which is one of the most popular and easy-to-use frameworks, written on top of PyTorch. The book provides a survey of the most relevant implementations of GNNs, including graph convolutional networks (GCNs), graph autoencoders (GAEs), graph attention networks (GATs), and graph long short-term memory (LSTM). The aim is to cover the GNN tasks mentioned earlier. For Python programmers familiar with Machine Learning and the basics of Deep Learning.
  • Добавил: literator
  • Дата: 19-02-2025, 17:19
  • Комментариев: 0
Название: Terraform in Depth: Infrastructure as Code with Terraform and OpenTofu (Final Release)
Автор: Robert Hafner
Издательство: Manning Publications
Год: 2025
Страниц: 505
Язык: английский
Формат: pdf (true)
Размер: 58.4 MB

An in-depth guide to everything Terraform, complete with newly established best practices and experienced insights into Infrastructure as Code. Terraform and its open-source fork OpenTofu’s “Infrastructure as Code (IaC)” approach has redefined the way you manage your infrastructure. Its premise is simple-yet-awesome: provision, update, scale, and replicate your infrastructure with the same ease as your application code. In Terraform in Depth, you’ll discover absolutely everything you need to automate and manage your infrastructure with just a few lines of code. The CLI is very heavily entwined with Terraform itself. The Terraform core is built into the CLI and can only be accessed by the CLI. CI/CD systems that run Terraform, such as HCP Terraform or Spacelift, are built around either the Terraform or OpenTofu CLI and call it directly. This differs from other languages like Go or C where you can compile code, but it is similar to interpreted languages such as Python or Node where you need a tool to run the programs. For most developers, the CLI is going to be used extensively even if they also have CI/CD systems available. This book includes examples using the CLI as new topics are introduced. For sysadmins, software developers, and cloud engineers familiar with the CLI.
  • Добавил: gol8425
  • Дата: 19-02-2025, 16:27
  • Комментариев: 0
Название: Говорить "нет", не испытывая чувства вины
Автор: Виктор Шейнов
Издательство: Питер
Год: 2015
ISBN: 978-5-496-01004-7
Серия: Сам себе психолог
Формат: fb2, mobi, epub
Страниц: 227
Для сайта: litmy.ru
Размер: 10,8 Mb
Язык: Русский

Вроде бы простое слово - "нет", но как порой бывает трудно его произнести! И все же научиться говорить его - уверенно, спокойно и дружелюбно - вполне возможно. Почувствуйте власть, которую дает вам слово "нет". Оно может избавить вас от обеда, на который вы действительно не хотите идти. Оно может оградить вас от людей, тратящих ваше драгоценное время на пустую болтовню. Оно может дать четко понять, что пора перестать сидеть у вас на шее. Наконец, оно может сэкономить ваши деньги.
Слово "нет" - незаменимый инструмент, который сохраняет ваше время и силы на то, что действительно важно. Научитесь произносить это слово, не испытывая чувства вины.
  • Добавил: umkaS
  • Дата: 19-02-2025, 16:03
  • Комментариев: 0
Название: Германские элиты в эпоху становления нацизма
Автор: Кутарев О.
Издательство: Спб.: Алетейя
Год: 2013
Cтраниц: 272
Формат: pdf
Размер: 20 мб
Язык: русский

В настоящем исследовании с опорой на архивные материалы, документальные свидетельства эпохи, воспоминания непосредственных участников событий, работы известных историков показана деятельность германских элит в период становления и укрепления национал-социалистического режима.
  • Добавил: umkaS
  • Дата: 19-02-2025, 16:00
  • Комментариев: 0
Название: Элементарная Астрономия
Автор: Климишин И.А.
Издательство: Наука
Год: 1991
Cтраниц: 464
Формат: pdf
Размер: 26 мб
Язык: русский

Показывается, каким образом было получено то или иное знание в астрономии и как соответствующий результат может получить сам читатель. В частности, это относится к расчетам положения планет как методом Птолемея, так и в гелиоцентрической модели мира (даны графические методы), а также к предвычислению прохождения ИСЗ, к расчету времени полета к Венере и Марсу. Излагаются методические советы для проведения любительских (учебных) наблюдений Солнца, Луны, планет и их спутников, комет и метеоров, переменных звезд и туманностей.