Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Object-oriented programming for self-taught programmer
Автор: Terry Crummitt
Издательство: Independently published
Год: September 16, 2024
Язык: английский
Формат: epub
Размер: 12.8 MB

Object-Oriented Programming for Self-Taught Programmers: A Practical Guide to Mastering OOP Concepts! Are you a self-taught programmer looking to deepen your understanding of Object-Oriented Programming (OOP)? This book is designed specifically for you. "Object-Oriented Programming for Self-Taught Programmers" provides a clear and practical guide to mastering the core principles of OOP, offering real-world examples and step-by-step explanations. Whether you are transitioning from procedural programming or have dabbled in OOP concepts but struggled to grasp the full picture, this book will bridge the gap. With a focus on simplifying complex ideas, you'll learn how to structure code, build reusable components, and apply OOP techniques that will take your programming skills to the next level. No formal education? No problem. This guide is written for the self-motivated learner, offering a hands-on approach with practical coding examples to solidify your understanding.
Разместил: Ingvar16 25-01-2025, 01:53 | Комментарии: 0 | Подробнее
Название: Statistical Quantitative Methods in Finance: From Theory to Quantitative Portfolio Management
Автор: Samit Ahlawat
Издательство: Apress
Год: 2025
Страниц: 301
Язык: английский
Формат: pdf (true)
Размер: 25.8 MB

Statistical quantitative methods are vital for financial valuation models and benchmarking Machine Learning models in finance. This book explores the theoretical foundations of statistical models, from ordinary least squares (OLS) to the generalized method of moments (GMM) used in econometrics. It enriches your understanding through practical examples drawn from applied finance, demonstrating the real-world applications of these concepts. Additionally, the book delves into non-linear methods and Bayesian approaches, which are becoming increasingly popular among practitioners thanks to advancements in computational resources. By mastering these topics, you will be equipped to build foundational models crucial for applied Data Science, a skill highly sought after by software engineering and asset management firms. These enhancements are illustrated through real-world examples from finance and econometrics, accompanied by Python code. This book assumes the reader is familiar with Python programming. Knowledge of libraries such as Statsmodels and Sklearn is not required. During the course of reading this book, the reader will acquire a synoptic understanding of frequently used APIs available for the model implementations supported by these libraries. For Data scientists, Machine Learning engineers, finance professionals, and software engineers.
Разместил: Ingvar16 24-01-2025, 20:18 | Комментарии: 0 | Подробнее
Название: Introduction to Nonlinear Optimization: Theory, Algorithms, and Applications with Python and MATLAB, 2nd Edition
Автор: Amir Beck
Издательство: SIAM - Society for Industrial and Applied Mathematics
Год: 2023
Страниц: 365
Язык: английский
Формат: pdf
Размер: 23.7 MB

Built on the framework of the successful first edition, this book serves as a modern introduction to the field of optimization. The author’s objective is to provide the foundations of theory and algorithms of nonlinear optimization as well as to present a variety of applications from diverse areas of applied sciences. Introduction to Nonlinear Optimization gradually yet rigorously builds connections between theory, algorithms, applications, and actual implementation. The book contains several topics not typically included in optimization books, such as optimality conditions in sparsity constrained optimization, hidden convexity, and total least squares. Readers will discover a wide array of applications such as circle fitting, Chebyshev center, the Fermat–Weber problem, denoising, clustering, total least squares, and orthogonal regression. These applications are studied both theoretically and algorithmically, illustrating concepts such as duality. Python and MATLAB programs are used to show how the theory can be implemented. The extremely popular CVX toolbox (MATLAB) and CVXPY module (Python) are described and used. More than 250 theoretical, algorithmic, and numerical exercises enhance the reader's understanding of the topics. (More than 70 of the exercises provide detailed solutions, and many others are provided with final answers.) The theoretical and algorithmic topics are illustrated by Python and MATLAB examples.
Разместил: Ingvar16 24-01-2025, 19:50 | Комментарии: 0 | Подробнее
Название: Introduction to Data Science Using Python
Автор: Afrand Agah
Издательство: PA-ADOPT
Год: 2024
Страниц: 117
Язык: английский
Формат: pdf (true), epub
Размер: 12.1 MB

This book contains two parts, the first is designed to be used in an introductory programming course for students looking to learn Python, without having any prior experience with programming. Basic programming concepts are discussed, explained, and illustrated with a Python program. Ample programming questions are provided for practice. The second part of the book utilizes Machine Learning concepts and statistics to accomplish data-driven resolutions. Python programs are provided to apply scientific computing to conclude statistically driven results. Data Science is the process of representing models that fit data. Its goal is to predict future output based on past observations of inputs. In Data Science, one collects information and interprets it to make decisions. Python is a popular programming language because of its scalability, readability, and strong community support. But perhaps the most important aspect is its extensive libraries and frameworks.
Разместил: Ingvar16 24-01-2025, 18:31 | Комментарии: 0 | Подробнее
Название: Statistical Modeling and Computation, 2nd Edition
Автор: Joshua C.C. Chan, Dirk P. Kroese
Издательство: Springer
Год: 2025
Страниц: 497
Язык: английский
Формат: pdf (true)
Размер: 12.1 MB

This book, Statistical Modeling and Computation, provides a unique introduction to modern statistics from both classical and Bayesian perspectives. It also offers an integrated treatment of mathematical statistics and modern statistical computation, emphasizing statistical modeling, computational techniques, and applications. Because not all readers will have access to MATLAB, we have switched in this Second Edition to the Julia programming language, which is freely available and is very close in syntax to MATLAB. For all examples with computing components, the authors provide data sets and their own Julia codes. In addition, being a compiled language, Julia is computationally significantly faster than R. The book is accompanied by the website from which the Julia code and data files can be downloaded. In addition, we provide MATLAB and R versions for each Julia program. To keep the book fully self-contained, we include the more technical proofs and mathematical theory in an appendix. To facilitate the use of Julia we have added a concise introduction to the Julia computing language.
Разместил: Ingvar16 24-01-2025, 17:59 | Комментарии: 0 | Подробнее
Название: An Introduction to Python Jupyter Notebooks for College Math Teachers
Автор: Paul Isihara, Claire Wagner, Peter Jantsch, Thomas VanDrunen
Издательство: Wheaton College
Год: Jul 26, 2024
Страниц: 1191
Язык: английский
Формат: pdf (true)
Размер: 53.2 MB

This book is an introduction to the use of Python Jupyter Notebooks (JNBs) for college math teachers and their students. The book is an evolving work in progress, but we hope this 1st Edition may already be quite useful to a college math teacher who is interested to use Jupyter Notebooks in their courses. Each section of the book has been written in the form of a Jupyter Notebook and can be downloaded using the download button at the top menu bar. In some cases, additional data files or image files may need to be downloaded as well. Each chapter contains a JNB lab with solutions. Experienced teachers can modify these labs and create new labs tailored to their courses. The chapters were written by different authors/authorship teams, and as such, vary in style. Each chapter essentially can be read independently of the others as long as one has the pre-requisite mathematical knowledge. Some effort has been made to standardize the chapter formats, and the index may help the reader find specific topics of interest.
Разместил: Ingvar16 24-01-2025, 17:15 | Комментарии: 0 | Подробнее
Название: The Complete Python Coding Manual - 24th Edition 2025
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2025
Страниц: 164
Язык: английский
Формат: pdf
Размер: 28.6 MB

Немногие языки программирования добились такого успеха, как Python, а благодаря его уникальному дизайну любой может научиться программировать для таких технических проектов, как Большой адронный коллайдер, создание первого петабайтного набора данных с изображениями черных дыр, создание следующего поколения искусственного интеллекта (ИИ) и многое другое. Изучить Python может каждый. Освоение Python не займет много времени, но начинать нужно с малого. От установки языка Python на компьютер до взаимодействия с пользователями и создания сложных переменных - это руководство поможет вам заложить фундамент для будущего программирования на Python. В нем содержится все, что вам нужно знать, чтобы перейти на новый уровень программирования на Python. Хотите ли вы продвинуться по карьерной лестнице, изучая Python, или просто хотите развлечься и открыть для себя что-то новое, наши пошаговые руководства и статьи дадут вам необходимые знания. Начните программировать на Python!
Разместил: Ingvar16 24-01-2025, 05:23 | Комментарии: 0 | Подробнее
Название: Bulletproof TLS and PKI: Understanding and Deploying SSL/TLS and PKI to Secure Servers and Web Applications, 2nd Edition
Автор: Ivan Ristić
Издательство: Feisty Duck
Год: 31 May 2024 (build 1121)
Страниц: 504
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

You are about to undertake a journey into the mysterious world of cryptography. Bulletproof TLS and PKI is a complete guide to using TLS encryption and PKI to deploy secure servers and web applications. Written by Ivan Ristic, author of the popular SSL Labs web site, this book will teach you everything you need to know to protect your systems from eavesdropping and impersonation attacks. Cryptography is the science and art of secure communication. Cryptography is a very diverse field and has a strong basis in mathematics, but I will keep my overview at a high level, with the aim of giving you a foundation that will enable you to follow the discussion in the rest of the text. TLS is a cryptographic protocol designed to provide secure communication over insecure infrastructure. What this means is that if TLS is properly deployed, you can open a communication channel to an arbitrary service on the Internet, be reasonably sure that you’re talking to the correct server, and exchange information safe in knowing that your data won’t fall into someone else’s hands and that it will be received intact. These protocols protect the communication link or transport layer, which is where the name TLS comes from.
Разместил: Ingvar16 24-01-2025, 04:18 | Комментарии: 0 | Подробнее
Название: Federated Learning for Multimedia Data Processing and Security in Industry 5.0
Автор: Gautam Srivastava, Thippa Reddy Gadekallu
Издательство: The Institution of Engineering and Technology
Год: 2024
Страниц: 346
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Industry 5.0 is the upcoming industrial revolution where people will be working together with smart machines and robots, thereby bringing human touch and intelligence back to the decision-making process. Challenges include the security and privacy of sensitive multimedia data and near zero latency for mission critical applications. Federated Learning (FL) is a Machine Learning (ML) technique that trains algorithms across multiple decentralized edge devices or servers by holding local data samples without exchanging them. This approach stands in contrast to traditional centralized Machine Learning techniques where all local datasets are uploaded to one server. This method enables multiple actors to build a common, robust Machine Learning model without sharing data, thus addressing critical issues such as data privacy, data security, data access rights and access to heterogeneous data.
Разместил: Ingvar16 23-01-2025, 20:17 | Комментарии: 0 | Подробнее
Название: Data Science for Decision Makers: Using Analytics and Case Studies
Автор: Erik Herman
Издательство: Mercury Learning and Information
Год: 2025
Страниц: 197
Язык: английский
Формат: pdf (true), epub
Размер: 20.6 MB

This book is an essential guide for executives, managers, entrepreneurs, and anyone seeking to harness the power of data to drive business success. In today's fast-paced and increasingly digital world, the ability to make informed decisions based on data-driven insights is vital. It bridges the complex world of Data Science and the strategic decision-making process, providing readers with the knowledge and tools they need to leverage data effectively. With a clear focus on practical application, this book demystifies key concepts in Data Science, from data collection and analysis to predictive modeling and visualization. Via real-world examples, case studies, and actionable insights, readers will learn how to extract insights from data and translate them into strategies that drive organizational growth. Python libraries like Pandas and NumPy are essential for data manipulation and analysis, offering powerful functions for handling structured data. Python libraries such as Matplotlib, Seaborn, and Plotly, and jаvascript libraries like D3.js and Highcharts are widely used for creating static and interactive visualizations.
Разместил: Ingvar16 23-01-2025, 17:36 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности