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

  • Добавил: literator
  • Дата: 4-12-2023, 19:12
  • Комментариев: 0
Название: The jаvascript Interview Bible 2023 : A Comprehensive Guide with 1000+ Essential Questions and Answers!
Автор: Nezir Zahirovic
Издательство: Leanpub
Год: 2023-06-09
Страниц: 557
Язык: английский
Формат: pdf (true)
Размер: 51.8 MB

"The jаvascript Interview BIBLE" includes code samples, jаvascript trick questions, and sections on algorithms, microservices, deprecations, syntax, concurrency, memory management, testing, popular frameworks, and even jаvascript jokes! As a jаvascript developer, you know how important it is to have a strong understanding of the language and its intricacies. And if you're looking to take your skills to the next level and land your dream job, then you need to ace your jаvascript interviews. That's where "The jаvascript Interview BIBLE" comes in. This comprehensive guide is packed with over 1000 essential questions and answers that cover everything you need to know to nail your jаvascript interviews. But that's not all – "The jаvascript Interview BIBLE" also includes code samples, jаvascript trick questions, and sections on algorithms, microservices, deprecations, syntax, concurrency, memory management, testing, popular frameworks, and even jаvascript jokes! jаvascript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. jаvascript is a prototype-based, multiparadigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
  • Добавил: literator
  • Дата: 4-12-2023, 18:12
  • Комментариев: 0
Название: Mastering Deep Learning: A Comprehensive Guide to Master Deep Learning
Автор: Kris Hermans, Cybellium Ltd
Издательство: Cybellium Ltd
Год: 2023
Страниц: 594
Язык: английский
Формат: pdf
Размер: 43.9 MB

Unleash the Power of Neural Networks for Intelligent Solutions. In the landscape of Artificial Intelligence and Machine Learning, Deep Learning stands as a revolutionary force that is shaping the future of technology. "Mastering Deep Learning" is your ultimate guide to comprehending and harnessing the potential of deep neural networks, empowering you to create intelligent solutions that drive innovation. As the capabilities of technology expand, Deep Learning emerges as a transformative approach that unlocks the potential of Artificial Intelligence. "Mastering Deep Learning" offers a comprehensive exploration of this cutting-edge field—an indispensable toolkit for data scientists, engineers, and enthusiasts. This book caters to both beginners and experienced learners aiming to excel in deep learning concepts, algorithms, and applications. In the landscape of Artificial Intelligence, Deep Learning is reshaping technology and innovation. "Mastering Deep Learning" equips you with the knowledge needed to leverage deep neural networks, enabling you to create intelligent solutions that push the boundaries of possibilities. Whether you're a seasoned practitioner or new to the world of Deep Learning, this book will guide you in building a solid foundation for effective AI-driven solutions. Your journey to mastering Deep Learning starts here.
  • Добавил: literator
  • Дата: 4-12-2023, 15:29
  • Комментариев: 0
Название: Automata Theory: An Algorithmic Approach
Автор: Javier Esparza, Michael Blondin
Издательство: The MIT Press
Год: 2023
Страниц: 560
Язык: английский
Формат: epub (true)
Размер: 32.8 MB

A comprehensive introduction to automata theory that uses the novel approach of viewing automata as data structures. This textbook presents automata theory from a fresh viewpoint inspired by its main modern application, program verification, where automata are viewed as data structures for the algorithmic manipulation of sets and relations. This novel “automata as data structures” paradigm makes holistic connections between automata theory and other areas of computer science not covered in traditional texts, linking the study of algorithms and data structures with that of the theory of formal languages and computability. Esparza and Blondin provide incisive overviews of core concepts along with illustrated examples and exercises that facilitate quick comprehension of rigorous material.
  • Добавил: AperKot
  • Дата: 4-12-2023, 12:42
  • Комментариев: 0

Название: Programming Models (Computer Science Fundamentals)
Автор: Theophilus Edet
Издательство: CompreQuest Books
Год: 2023
ISBN: B0CJZ2SYK6
Страниц: 498
Формат: PDF
Размер: 29 Mб
Язык: English

In the ever-evolving world of software development, mastering programming models is the key to becoming a versatile and sought-after coder. Whether you're a seasoned developer looking to expand your skill set or a beginner ready to embark on a coding journey, "Programming Models" is your ultimate guide to conquering the digital landscape.
  • Добавил: literator
  • Дата: 4-12-2023, 06:52
  • Комментариев: 0
Название: Information-Driven Machine Learning: Data Science as an Engineering Discipline
Автор: Gerald Friedland
Издательство: Springer
Год: 2024
Страниц: 281
Язык: английский
Формат: pdf (true), epub
Размер: 16.7 MB

This groundbreaking book transcends traditional Machine Learning approaches by introducing information measurement methodologies that revolutionize the field. Stemming from a UC Berkeley seminar on experimental design for Machine Learning tasks, these techniques aim to overcome the 'black box' approach of Machine Learning by reducing conjectures such as magic numbers (hyper-parameters) or model-type bias. Information-based Machine Learning enables data quality measurements, a priori task complexity estimations, and reproducible design of Data Science experiments. The benefits include significant size reduction, increased explainability, and enhanced resilience of models, all contributing to advancing the discipline's robustness and credibility. While bridging the gap between Machine Learning and disciplines such as physics, information theory, and computer engineering, this textbook maintains an accessible and comprehensive style, making complex topics digestible for a broad readership. Information-Driven Machine Learning explores the synergistic harmony among these disciplines to enhance our understanding of Data Science modeling. Instead of solely focusing on the "how," this text provides answers to the "why" questions that permeate the field, shedding light on the underlying principles of Machine Learning processes and their practical implications.
  • Добавил: literator
  • Дата: 4-12-2023, 04:56
  • Комментариев: 0
Название: Algorithms and Data Structures for OOP With C#
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Mastering Programming Languages Series
Год: 2023
Страниц: 503
Язык: английский
Формат: pdf
Размер: 33.2 MB

"Algorithms and Data Structures for OOP With C#" is an indispensable guide designed for C# programmers, computer science enthusiasts, and learners seeking to master the realm of Object-Oriented Programming (OOP), algorithms, and data structures. This comprehensive book serves as a gateway to understanding the core principles and advanced techniques behind OOP implementation using the C# programming language. Delve into an immersive journey that explores the fundamental concepts of algorithms, data structures, and their intricate relationship with OOP. Featuring an in-depth and practical approach, "Algorithms and Data Structures for OOP With C#" takes readers through a hands-on learning experience. From binary trees, hash tables, and sorting algorithms to dynamic programming and heuristic algorithms, this book offers detailed explanations, code samples, and real-world applications to solidify the understanding of complex concepts. Whether a student, developer, or programming enthusiast, this book serves as a definitive resource for mastering OOP principles and leveraging them to craft sophisticated solutions in C#.
  • Добавил: literator
  • Дата: 3-12-2023, 22:54
  • Комментариев: 0
Название: Выразительный jаvascript. Современное веб-программирование. 3-е изд.
Автор: Марейн Хавербеке
Издательство: Питер
Год: 2021
Страниц: 480
Язык: русский
Формат: pdf
Размер: 12.8 MB

В этой книге я не только объясню jаvascript, но и познакомлю вас с основными принципами программирования. Программировать, оказывается, трудно. Основные правила просты и понятны, но программы, построенные на основе таких правил, со временем становятся достаточно сложными, вводят собственные правила и собственную сложность. Временами чтение этой книги будет вам даваться с трудом. Если вы новичок в программировании, то вам встретится много незнакомого материала, который придется переварить. Многие его части будут сочетаться между собой, так что вам потребуется усвоить эти дополнительные связи. Эта книга делится на три большие части. В первых 12 главах обсуждается язык jаvascript. Следующие семь глав посвящены браузерам и тому, как jаvascript используется для их программирования. Наконец, две главы посвящены Node.js, еще одной среде для программирования на jаvascript. На протяжении всей книги вам встретится пять глав проектов, в которых описаны более крупные примеры программ, чтобы вы могли почувствовать вкус настоящего программирования. В порядке их появления мы будем работать над созданием робота доставки, языка программирования, игровой платформы, растрового графического редактора и динамического сайта.
  • Добавил: literator
  • Дата: 3-12-2023, 21:35
  • Комментариев: 0
Название: jаvascript Programming
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Mastering Programming Languages Series
Год: 2023
Страниц: 441
Язык: английский
Формат: pdf
Размер: 34.4 MB

Unlock the Full Potential of jаvascript! jаvascript is the language that powers the modern web. From interactive websites to dynamic web applications, jаvascript is at the heart of it all. Whether you're a complete beginner or an experienced coder looking to master this versatile language, "jаvascript Programming" is your essential guide to becoming a jаvascript pro. What You'll Discover Inside: - A Step-by-Step Learning Path: Take a systematic journey through jаvascript, starting with the basics and progressing to advanced topics. You'll build a solid foundation and gain the skills you need to tackle real-world projects; - Hands-On Practice: Dive into practical examples and exercises that reinforce your learning. From writing your first lines of code to creating interactive web applications, you'll apply what you learn every step of the way; - Real-World Applications: Explore how jаvascript is used in the real world, from enhancing user interfaces and handling form submissions to making asynchronous API requests and building single-page applications (SPAs); - Advanced Techniques: Master advanced jаvascript concepts such as closures, ES6 features, error handling, and performance optimization. Elevate your coding skills and create high-quality, efficient code; - Server-Side jаvascript: Discover the power of Node.js and learn to write server-side jаvascript code. Build web servers, create APIs, and explore the world of full-stack development.
  • Добавил: literator
  • Дата: 3-12-2023, 19:31
  • Комментариев: 0
Название: Machine Learning Algorithms Simplified
Автор: Lino A Tharakan
Издательство: Tan Publishing
Год: 2023
Страниц: 217
Язык: английский
Формат: pdf
Размер: 18.8 MB

Machine Learning Simplified: A Comprehensive Guide to Supervised, Unsupervised, and Semi-Supervised Algorithms. In today's data-driven world, Machine Learning has become an essential tool for businesses and organizations of all sizes. This powerful technology enables computers to learn from data without being explicitly programmed, making it possible to solve complex problems and uncover hidden insights. However, understanding the intricacies of machine learning can be daunting, especially for those without a background in Computer Science or mathematics. Enter "Machine Learning Simplified," a comprehensive guide that breaks down the complex concepts of Machine Learning into easily understandable terms. This book is designed for anyone interested in learning about Machine learning, whether they are complete beginners or experienced professionals seeking to expand their knowledge. The book begins by introducing the fundamental concepts of supervised learning, where algorithms are trained on labeled data to learn a mapping from inputs to outputs. This section covers a wide range of supervised learning algorithms, including linear regression, logistic regression, decision trees, support vector machines, and neural networks.
  • Добавил: literator
  • Дата: 3-12-2023, 19:01
  • Комментариев: 0
Название: Machine Learning: A Guide to PyTorch, TensorFlow, and Scikit-Learn: Mastering Machine Learning With Python
Автор: Hayden Van Der Post
Издательство: Reactive Publishing
Год: 2023
Страниц: 663
Язык: английский
Формат: pdf
Размер: 46.2 MB

Unlock the full potential of machine learning with "Machine Learning," your essential guide to conquering the cutting-edge tools that are reshaping the landscape of Data Science and Artificial Intelligence (AI). Whether you're a student, a Data Science professional, or simply a tech enthusiast eager to delve into the world of Machine Learning, this book will serve as your roadmap to success. Leverage the power of the three dominant Machine Learning libraries—PyTorch, TensorFlow, and Scikit-Learn. This guide covers everything you need to excel in today’s AI-driven market. Tailored specifically for Pythonistas, this resource capitalizes on the simplicity and elegance of Python to make machine learning more approachable than ever before. Go beyond theory with practical examples that demonstrate how Machine Learning can solve actual problems and enhance the capabilities of your projects or business.