Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 18-03-2024, 08:32
  • Комментариев: 0
Название: Programming Machine Learning: Machine Learning Basics Concepts + Artificial Intelligence + Python Programming + Python Machine Learning
Автор: Kavishankar Panchtilak
Издательство: Kavis Web Designer
Год: 2024
Страниц: 558
Язык: английский
Формат: pdf
Размер: 37.0 MB

Machine Learning (ML) is basically that field of computer science with the help of which computer systems can provide sense to data in much the same way as human beings do. In simple words, ML is a type of Artificial Intelligence (AI) that extract patterns out of raw data by using an algorithm or method. The key focus of ML is to allow computer systems to learn from experience without being explicitly programmed or human intervention. This book will be useful for graduates, postgraduates, and research students who either have an interest in this subject or have this subject as a part of their curriculum. The reader can be a beginner or an advanced learner. This tutorial has been prepared for the students as well as professionals to ramp up quickly. This tutorial is a stepping stone to your Machine Learning journey. The reader must have basic knowledge of Artificial Intelligence. He/she should also be aware of Python, NumPy, Scikit-learn, Scipy, Matplotlib.
  • Добавил: literator
  • Дата: 18-03-2024, 07:19
  • Комментариев: 0
Название: GitHub Copilot for Java Developers
Автор: Pritesh Mistry
Издательство: Independently published
Год: 2024
Страниц: 131
Язык: английский
Формат: pdf
Размер: 13.1 MB

"GitHub Copilot for Java Developers" is an essential guide tailored for Java programmers looking to leverage the power of GitHub Copilot in their coding workflow. GitHub Copilot, powered by OpenAI's cutting-edge technology, is an AI pair programmer that assists developers by generating code suggestions in real-time based on context and requirements. This comprehensive book walks you through the functionalities of GitHub Copilot specifically tailored for Java development, offering insights, tips, and best practices to maximize its potential. Whether you're a seasoned Java developer or just starting out, this book equips you with the knowledge and skills to integrate GitHub Copilot seamlessly into your coding process.
  • Добавил: literator
  • Дата: 17-03-2024, 22:40
  • Комментариев: 0
Название: Asynchronous Programming: Beyond the Main Thread
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Programming Models
Год: 2024
Страниц: 347
Язык: английский
Формат: pdf
Размер: 25.2 MB

Explore the Dynamic World of Asynchronous Programming for Applications Today. Embark on a transformative journey into the dynamic world of asynchronous programming with "Asynchronous Programming: Beyond the Main Thread." In today's digital landscape, traditional programming methods often struggle to meet the demands of modern software development. Asynchronous programming offers a revolutionary solution, enabling applications to execute multiple tasks concurrently, enhancing performance, scalability, and user experience. Through this comprehensive guide, explore fundamental principles, advanced techniques, and practical applications of asynchronous programming. Gain a deep understanding of various models, design patterns, and master the art of leveraging asynchronous I/O operations and UI programming. "Asynchronous Programming: Beyond the Main Thread" equips you with the insights and tools needed to build faster, more efficient, and responsive applications for today's digital era. Whether you are a seasoned developer seeking to optimize application performance or a newcomer eager to delve into the world of asynchronous programming, "Asynchronous Programming: Beyond the Main Thread" is your ultimate companion. Filled with practical insights, real-world examples, and hands-on exercises, this book equips you with the knowledge and skills needed to harness the full potential of asynchronous programming.
  • Добавил: literator
  • Дата: 17-03-2024, 19:48
  • Комментариев: 0
Название: C# Algorithms: Constructing Efficient and Optimised Solutions
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Algorithms and Data Structures
Год: 2024
Страниц: 441
Язык: английский
Формат: pdf
Размер: 33.7 MB

Get ready to unlock your full programming potential with C# Algorithms!: Whether you're a seasoned C# programmer or a novice looking to sharpen your skills, "C# Algorithms: Constructing Efficient and Optimized Solutions" is the definitive guide you've been waiting for. Dive deep into advanced algorithms and learn how to maximize your coding potential, master C# programming, and build efficient and optimized solutions. This comprehensive guide will help you unlock new levels of programming proficiency and give you the tools you need to become a true coding master. From novice to expert, discover how to master C# Algorithms.: Are you a programming enthusiast, looking to sharpen your skills in C#? Dive deep into the world of algorithms with this comprehensive guide, designed to cater to both novices and experienced developers alike. Whether you're a student, professional, or hobbyist coder, this book offers a wealth of knowledge, techniques, and best practices to help you excel in your programming endeavors. Whether you're a student looking to ace your programming assignments, a professional seeking to optimize your codebase, or a hobbyist coder eager to take your skills to the next level, this book is for you.
  • Добавил: literator
  • Дата: 17-03-2024, 16:27
  • Комментариев: 0
Название: Linguistic Resources for Natural Language Processing: On the Necessity of Using Linguistic Methods to Develop NLP Software
Автор: Max Silberztein
Издательство: Springer
Год: 2024
Страниц: 230
Язык: английский
Формат: pdf (true), epub
Размер: 51.0 MB

Empirical ― data-driven, neural network-based, probabilistic, and statistical ― methods seem to be the modern trend. Recently, OpenAI’s ChatGPT, Google’s Bard and Microsoft’s Sydney chatbots have been garnering a lot of attention for their detailed answers across many knowledge domains. In consequence, most AI researchers are no longer interested in trying to understand what common intelligence is or how intelligent agents construct scenarios to solve various problems. Instead, they now develop systems that extract solutions from massive databases used as cheat sheets. In the same manner, Natural Language Processing (NLP) software that uses training corpora associated with empirical methods are trendy, as most researchers in NLP today use large training corpora, always to the detriment of the development of formalized dictionaries and grammars. Not questioning the intrinsic value of many software applications based on empirical methods, this volume aims at rehabilitating the linguistic approach to NLP. In an introduction, the editor uncovers several limitations and flaws of using training corpora to develop NLP applications, even the simplest ones, such as automatic taggers.
  • Добавил: literator
  • Дата: 17-03-2024, 15:29
  • Комментариев: 0
Название: Go Programming: Build Powerful and Efficient Software
Автор: Theophilus Edet
Издательство: CompreQuest Books
Год: 2024
Страниц: 417
Язык: английский
Формат: pdf
Размер: 34.9 MB

The Ultimate Go Programming Book. With its straightforward syntax and a robust standard library, Go has gained popularity in various domains, from web development to cloud-native applications. This book dives deep into the core concepts of Go programming and equips you with the knowledge to build scalable, efficient software. One of the most appealing features of Go is its built-in support for concurrency. Go's goroutines and channels allow you to write highly concurrent programs with ease, making it an ideal language for developing scalable web servers, cloud services, and more. Furthermore, Go's simplicity and efficient performance make it an excellent choice for building microservices, command-line tools, and Machine Learning applications. "Go Programming: Build Powerful and Efficient Software" is designed to help you master Go programming from the ground up. It covers everything you need to know, from basic syntax to advanced topics like concurrency, error handling, and testing. The book also provides best practices for writing clean, maintainable code and explores real-world use cases and case studies of companies leveraging Go in their products and services.
  • Добавил: literator
  • Дата: 17-03-2024, 02:27
  • Комментариев: 0
Название: Network programmability and Automation with Python: The Ultimate Guide to Network Programmability with Python! Python Scripting for Network Efficiency. Boost Network Efficiency and Agility with Python
Автор: Katie Millie
Издательство: Independently published
Серия: Python Trailblazer’s Bible
Год: 2024
Страниц: 272
Язык: английский
Формат: pdf
Размер: 30.6 MB

Conquer the Network Maze: Unleash Agility and Efficiency with Network Programmability and Automation with Python. Drowning in a sea of repetitive network configurations? Struggling to keep pace with the ever-growing demands of your network? Network Programmability and Automation with Python is your lifeline to freedom. This book isn't just another collection of scripts; it's a transformative guide that equips you with the knowledge and skills to revolutionize the way you manage your network. Master Python, the elegant and intuitive language perfectly suited for network automation. This book guides you from the ground up, even if you're new to coding. Essential Python Libraries for Network Warriors: Explore powerful libraries like Netmiko, Paramiko, and NAPALM, specifically designed to interact with network devices and automate tasks. Learn to leverage their functionalities to streamline your workflow. But this book is more than just tools and techniques. We equip you with the knowledge to build a robust and sustainable network automation framework. Network Programmability and Automation with Python isn't just about efficiency; it's about empowerment. This book equips you with the skills to become a network automation champion, driving agility, reliability, and efficiency into your network operations. Are you ready to break free from the manual maze and unleash the true potential of your network? Then dive into this book and unlock the power of Python-powered network automation!
  • Добавил: literator
  • Дата: 17-03-2024, 01:50
  • Комментариев: 0
Название: Python for Geometric Modeling: Quick Introduction and Step-by-Step Guide to CAD Applications
Автор: Ronald Martinod, Daniel Correa, Paola Vallejo
Издательство: Practical Books
Год: 2024
Страниц: 346
Язык: английский
Формат: pdf
Размер: 30.2 MB

The book gives a quick introduction to the fundamentals of geometric modeling through Python programming. It covers making parametric curves and surfaces. through, avoiding any overwhelming concepts. The book is filled with easy-to-understand code snippets, diagrams, exercises, and quick projects, making learning practical and accessible. By going through the content, you'll quickly get the hang of Python and be all set to use it for geometric modeling. After finishing the book, you'll have grasped the basics of geometric modeling. This knowledge helps you dive into more advanced projects, making it easier to pick up extra skills and insights along the way. What you will learn: Utilizing Colab effectively; Using Numpy, Matplotlib, and Plotly to plot geometric models; Modeling two-dimensional curves; Modeling three-dimensional curves, etc. This book is designed for Python developers at any level of experience with Python programming who want to learn geometric computer modeling, whether they are young, adults, professionals, or teachers. In addition, it is a book designed for beginners or novices in mathematical concepts.
  • Добавил: literator
  • Дата: 16-03-2024, 21:53
  • Комментариев: 0
Название: Fluent React: Build Fast, Performant, and Intuitive Web Applications (Final)
Автор: Tejas Kumar
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 337
Язык: английский
Формат: pdf (true), epub (true), mobi
Размер: 10.1 MB

When it comes to building user interfaces on the web, React enables web developers to unlock a new world of possibilities. This practical book helps you take a deep dive into fundamental concepts of this jаvascript library, including JSX syntax and advanced patterns, the virtual DOM, React reconciliation, and advanced optimization techniques. By becoming fluent in React, you'll quickly learn how to build better web applications. Author Tejas Kumar helps you explore the depths of React in plain English, without the typical software engineering jargon, so you can more easily understand how this jаvascript library works. You'll learn how to write intuitive React code that fully understands the nuances and layers of React, unlocking a whole new level of fluency. This book assumes we have a satisfactory understanding of this statement: browsers render web pages. Web pages are HTML documents that are styled by CSS and made interactive with jаvascript. It also assumes we’re somewhat familiar with how to use React, and that we’ve built a React app or two in our time. Ideally, some of our React apps are in production.
  • Добавил: literator
  • Дата: 16-03-2024, 19:30
  • Комментариев: 0
Название: C# Data Structures: Designing for Organizing, Storing and Accessing Information
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Algorithms and Data Structures
Год: 2024
Страниц: 329
Язык: английский
Формат: pdf
Размер: 32.9 MB

Unlock C# data structure secrets in "C# Data Structures: Designing for Organizing, Storing and Accessing Information." Are you a C# developer looking to enhance your programming skills and master the art of organizing, storing, and accessing data? Then look no further than "C# Data Structures: Designing for Organizing, Storing and Accessing Information." Authored by Theophilus Edet, this comprehensive guide takes you on a journey through the world of data structures in C#. Elevate coding skills with essential data structures knowledge for improved performance and scalability. From arrays to lists, stacks to queues, and trees to graphs, this book covers it all. Dive into the basics of data structures and progress to more advanced concepts, each explained with clear examples and exercises to reinforce your learning. If you're ready to take your coding skills to the next level, this book is for you.