Алтайский шаманизм

Автор: umkaS от 21-08-2024, 18:29, Коментариев: 0

Категория: КНИГИ » КУЛЬТУРА И ИСКУССТВО

Название: Алтайский шаманизм
Автор: Потапов Л.П.
Издательство: Наука
Год: 1991
Cтраниц: 320
Формат: pdf
Размер: 19 мб
Язык: русский

Классический труд по изучению шаманства - книга петербургского этнографа, одного из патриархов российской науки о народах Сибири. собиравшего материал у последнего поколения носителей аутентичной шаманской традиции у алтайцев, народа с исключительно сильной и очень богатой шаманской традицией. Автор книги - этнограф, тюрколог, доктор исторических наук, профессор.
 

Large Language Models: A Deep Dive

Автор: literator от 21-08-2024, 18:25, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Large Language Models: A Deep Dive: Bridging Theory and Practice
Автор: Uday Kamath, Kevin Keenan, Garrett Somers
Издательство: Springer
Год: 2024
Страниц: 496
Язык: английский
Формат: pdf (true)
Размер: 30.7 MB

Large Language Models (LLMs) have emerged as a cornerstone technology, transforming how we interact with information and redefining the boundaries of Artificial Intelligence (AI). LLMs offer an unprecedented ability to understand, generate, and interact with human language in an intuitive and insightful manner, leading to transformative applications across domains like content creation, chatbots, search engines, and research tools. This book provides an authoritative exploration of the design, training, evolution, and application of LLMs. It begins with an overview of pre-trained language models and Transformer architectures, laying the groundwork for understanding prompt-based learning techniques. Next, it dives into methods for fine-tuning LLMs, integrating reinforcement learning for value alignment, and the convergence of LLMs with computer vision, robotics, and speech processing. The book strongly emphasizes practical applications, detailing real-world use cases such as conversational chatbots, retrieval-augmented generation (RAG), and code generation. These examples are carefully chosen to illustrate the diverse and impactful ways LLMs are being applied in various industries and scenarios. Not surprisingly, LLMs are highly competent at generating computer programming language and natural language. The most popular solution in this space is Github Copilot, which was designed to assist human programmers in developing software using computer code. Since it is the most popular solution in this space, below we will look at its core capabilities as an exemplar of the types of benefits that these types of LLM-enabled applications provide. Multiple programming language support allows developers to interoperate across coding languages efficiently. This capability is most useful in full-stack or specialist-domain application development, where multiple programming languages are used for different solution components. Imagine a full-stack developer writing data handling routines in jаvascript for the user interface. At the same time, Copilot suggests code blocks in Python for the back-end API that serves the data to the front-end.
 

С++ для начинающих

Автор: umkaS от 21-08-2024, 18:21, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Автор: Шилдт Герберт
Название: С++ для начинающих: Самоучитель
Серия: Шаг за шагом
Издательство: ЭКОМ Паблишерз
Год: 2013
Страниц: 640
Формат: DJVU, PDF
Размер: 41 МБ

Книга известного американского специалиста и популяризатора языков программирования, посвященная основам языка С++. Начиная с таких базовых понятий языка> как типы данных, массивы, строки,указатели и функции, книга охватывает также важнейшие элементы объёктно-ориентированного программирования - классы и объекты, наследование,' виртуальные функции, потоки ввода--вывода, исключения и шаблоны.
 

Серия "Подворье" в 77 книгах

Автор: SCART56 от 21-08-2024, 17:58, Коментариев: 1

Категория: КНИГИ » ОГОРОД, САД, ХОЗЯЙСТВО


Название: Серия "Подворье" в 77 книгах
Автор(ы): разные
Издательство: Феникс, Неоглори, Кладезь
Год: 1999-2016
Страниц: 1000+
Формат: fb2, djvu, pdf
Размер: 430 Мб
Язык: русский

"Подворье" - серия книг о ведении обширного домашнего хозяйства. Из книг данной серии читатель сможет узнать много интересного и полезного о птицеводстве, животноводстве, коневодстве, о разведении кроликов, голубей, зверьков шиншиллы, о меде и продуктах пчеловодства, о разведении кошек и собак.
 

Data Storytelling with Altair and AI

Автор: literator от 21-08-2024, 17:02, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Data Storytelling with Altair and AI (Final Release)
Автор: Angelica Lo Duca
Издательство: Manning Publications
Год: 2024
Страниц: 386
Язык: английский
Формат: pdf (true)
Размер: 11.1 MB

Great data presentations tell a story. Learn how to organize, visualize, and present data using Python, generative AI, and the cutting-edge Altair data visualization toolkit. Take the fast track to amazing data presentations! Data Storytelling with Altair and AI introduces a stack of useful tools and tried-and-tested methodologies that will rapidly increase your productivity, streamline the visualization process, and leave your audience inspired. Data Storytelling with Altair and AI teaches you how to turn raw data into effective, insightful data stories. You’ll learn exactly what goes into an effective data story, then combine your Python data skills with the Altair library and AI tools to rapidly create amazing visualizations. Your bosses and decision-makers will love your new presentations—and you’ll love how quick Generative AI makes the whole process! Every dataset tells a story. After you’ve cleaned, crunched, and organized the raw data, it’s your job to share its story in a way that connects with your audience. Python’s Altair data visualization library, combined with generative AI tools like Copilot and ChatGPT, provide an amazing toolbox for transforming numbers, code, text, and graphics into intuitive data presentations. For data analysts and data scientists experienced with Python. No previous knowledge of Altair or Generative AI required.
 

Idiomatic Rust: Code like a Rustacean

Автор: literator от 21-08-2024, 16:28, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Idiomatic Rust: Code like a Rustacean (Final Release)
Автор: Brenden Matthews
Издательство: Manning Publications
Год: 2024
Страниц: 257
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Build stable, maintainable Rust applications by applying these important code and architectural design patterns. Rust Advanced Techniques introduces reusable best practices that will help you solve common programming problems and ensure your code is easy for others to understand. Learn when to use each design pattern, as well as when to break it. This practical guide catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language. Rust Advanced Techniques presents dozens of established programming and architecture solutions that take advantage of Rust’s unique language design. You’ll start with the basics of generics and traits, using them as a foundation to rapidly progress to metaprogramming, building your own libraries, and even advanced patterns like fluent interfaces and making immutable structures. Throughout this unique book, you’ll find useful code samples that are easy to adapt and reuse for your own projects. Hone your Rust skills with functional programming techniques, and explore examples of common anti-patterns so you know mistakes to avoid. You’ll soon have an in-depth understanding of when and how to apply each design pattern, and even create your very own! For the more advanced Rust programmers. Experienced Rustceans will benefit from tips and tricks that help speed up delivery and make full use of Rust’s lesser-known features.
 

Школа варваров: воспитание при нацистах

Автор: Igor1977 от 21-08-2024, 16:15, Коментариев: 0

Категория: КНИГИ » ИСТОРИЯ


Название: Школа варваров: воспитание при нацистах
Автор: Эрика Манн
Издательство: Jaromír Hladík Press
Год: 2023
Формат: pdf
Страниц: 228
Размер: 11 mb
Язык: Русский

«Кому принадлежит молодежь, тому принадлежит будущее». Под этим девизом диктаторы всех мастей превращают ребенка в собственность государства, рассчитывая совершать преступления руками тех, кто не знает ничего иного. Книга Эрики Манн (1905-1969), вышедшая в 1938 году сперва по-английски в Нью-Йорке, затем по-немецки в Амстердаме, рассказывает миру, стоящему на пороге катастрофы, о том, как нацистам во главе с Гитлером удалось победить Германию, подчинив себе ее молодежь.
 

Путь прогрессора

Автор: Igor1977 от 21-08-2024, 16:06, Коментариев: 0

Категория: КНИГИ » РАЗНОЕ


Название: Путь прогрессора
Автор: Осташко Р., Черниговский А.
Издательство: Москва: Прондо
Год: 2023
Формат: pdf
Страниц: 568
Размер: 62 mb
Язык: Русский

«Путь прогрессора» – первая и единственная с момента, когда братья Стругацкие впервые употребили в середине XX века термин «прогрессор», книга, авторы которой задались серьезной задачей: сформировать концепцию прогрессорской деятельности. Концепция, описанная Русланом Осташко и Александром Черниговским, привлекательна тем, что не ограничивает свободу совести человека, не навязывает ему набор обязательных догм. Ключевое ее требование – деятельность человека должна быть объективно созидательной и направленной на всестороннее развитие человеческого потенциала.
 

AI-Powered Developer: Build great software with ChatGPT and Copilot (Final Release)

Автор: literator от 21-08-2024, 16:01, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: AI-Powered Developer: Build great software with ChatGPT and Copilot (Final Release)
Автор: Nathan B. Crocker
Издательство: Manning Publications
Год: 2024
Страниц: 242
Язык: английский
Формат: pdf (true)
Размер: 21.1 MB

Use groundbreaking generative AI tools to increase your productivity, efficiency, and code quality. You just got a promotion! AI coding tools like GitHub Copilot, ChatGPT, and Amazon CodeWhisperer turn every developer into an engineering manager, overseeing a super-smart and super-fast junior coder. AI-Powered Developer demonstrates effective techniques and best practices for getting the most out of AI-powered coding using tools like Copilot and ChatGPT. The book cuts through the hype, showcasing real-world examples of how these tools ease and enhance your everyday tasks. You’ll soon be using AI for everything from writing boilerplate to assisting with software design. AI-Powered Developer shows you how to put AI coding tools like Github Copilot and ChatGPT into action. Throughout the book, you’ll generate code and design ideas as you build an IT Asset Management system using AI in every step of the development process. Clear advice and hands-on examples show you how to integrate these tools into your daily workflow. You’ll create self-documenting applications, generate predictive suggestions, and even use AI to test and explain your code. This practical book helps you develop an instinct for AI code and an understanding of what problems AI can and can’t solve. You’ll soon be confident in your transition to this new way to build software, aided by your diligent team of AI assistants. For software developers familiar with Python.
 

Я ем, значит, я худею. Для всех, всех, всех

Автор: Igor1977 от 21-08-2024, 15:57, Коментариев: 0

Категория: КНИГИ » ЗДОРОВЬЕ И МЕДИЦИНА


Название: Я ем, значит, я худею. Для всех, всех, всех
Автор: Монтиньяк М.
Издательство: М.: Оникс
Год: 2007
Формат: pdf
Страниц: 272
Размер: 15 mb
Язык: Русский

Метод похудания Монтиньяка уже признан одним из наиболее эффективных. О выводами специалистов читатели смогут познакомиться в заключительном .разделе этой книги. Но интереснее всего рассказ самого Монтиньяка о возможностях нашего организма, о необыкновенных свойствах обычных продуктов, о хороших и дурных привычках и о том, как всегда быть в форме.