-
-
-
-
-
-
Tarix. Tarix fanlari
-
Iqtisodiyotning boshqa tarmoqlari
-
Iqtisodiyot. Iqtisodiyot fanlari
-
Jáhán tariyxı
Bul sabaqlıq tariyxitı jáńasha dáwirlestiriw negizinde tayarlanǵan bolıp XIX ásirdiń 70 -jıllarınan 1918-jılǵa shekem bolǵan dawirdi óz ishine aladı
-
Hands-on TinyML Harness the power of machine learning on the edge devices
The book begins with a refresher on Python, covering essential concepts and popular libraries like NumPy and Pandas. It then delves into the fundamentals of neural networks and explores the practical implementation of deep learning using TensorFlow and Keras. Furthermore, the book provides an in-depth overview of TensorFlow Lite, a specialized framework for optimizing and deploying models on edge devices. It also discusses various model optimization techniques that reduce the model size without compromising performance. As the book progresses, it offers a step-by-step guidance on creating deep learning models for object detection and face recognition specifically tailored for the Raspberry Pi. You will also be introduced to the intricacies of deploying TensorFlow Lite applications on real-world edge devices. Lastly, the book explores the exciting possibilities of using TensorFlow Lite on microcontroller units (MCUs), opening up new opportunities for deploying machine learning models on resource-constrained devices.
-
Teoriyaliq elektrotexnika II bo'lim
Joqari oqiw orinlarinin' elektrotexnikaliq bag'darlarinda ku'ndizgi ha'mde sirtqi oqiw bo'limlerinde bilim aliwshi studentler ushin arnalg'an
-
Зоология (безпозвоночные животные)
Учебних написан на основанни совремнных анатомо-морфологических и филогенетичесских сведений. Он охватывает основщих група безпозвоночных.
-
Full stack iOS development with swift and vapor. Full stack iOS development made easy
To embark on your full stack iOS development journey, the book initiates by installing the Vapor Toolbox and Xcode, equipping you with essential tools for swift progress in constructing complete projects. Through a practical approach, the book will help you navigate the intricacies of routing, implementing security measures, seamlessly integrating data, managing data effectively, and generating server-side JSON responses. As you delve deeper into the book, your expertise will expand to encompass the vast ecosystem of iOS app development, including features such as UIKit with Auto-layout, SwiftUI, Core Data, and more. Furthermore, this book serves as your guiding companion, embracing the potential of comprehensive instruction and unveiling the secrets of successful full stack iOS development. It empowers you to unleash your capabilities by understanding the complexities of bridging backend and front-end technologies. With its extensive coverage, the guide empowers you to overcome obstacles such as data storage, performance optimization, and security.
-
Umumsanoat mexanizmlarining avtomatlashtirilgan elektr yuritmalari
Darslik O`zbekiston Respublikasining sanoat, ishlab chiqarish va boshqa sohalarda keng qo`llaniladigan umumsanoat mexanizmlarini avtomatlashtirish,ularning eletr yuritmalar va elektr jixozlaridan samarali hamda energiyani tejamkor ishlatish kabi savollari yoritishga qaratilgan.
-
HTML, CSS, & JavaScript. ALL-IN-ONE
Looking to start an exciting new career in front-end web building and design? Or maybe you just want to develop a new skill and create websites for fun. Whatever your reasons, it’s never been easier to start learning how to build websites from scratch than with help from HTML, CSS, & JavaScript All-in-One For Dummies. This book has the essentials you need to wrap your head around the key ingredients of website design and creation. You’ll learn to build attractive, useful, and easy-to-navigate websites by combining HTML, CSS, and JavaScript into fun and practical creations. Using the 6 books compiled within this comprehensive collection, you’ll discover how to make static and dynamic websites, complete with intuitive layouts and cool animations.
-
Informatika
Darslikda hozirgi zamon talablari asosida informatika fanining axborotlashtirish asoslari, informatikaning texnik asoslari, operatsion tizimlar, amaliy dasturlar, axborot texnologiyasi elementlari haqida batafsil maTumot berilgan. Mazkur darslik tegishli oliy o‘quv yurtlarining talabalariga moljallangan. Shuningdek undan shu sohada faoliyat ko‘rsatayotgan muta xassislar ham foydalanishlari mumkin.
-
Enterprise Integration with Mulesoft Learn how to leverage MuleSoft to power Enterprise Integration
Integrating enterprise applications is a complex task that requires a comprehensive understanding of the latest technologies and programming languages. MuleSoft is a powerful and versatile integration platform that has revolutionized the way enterprises connect their applications, data, and systems. If you want to achieve seamless integration across various technologies, applications, and platforms, then this book is for you. From understanding the industry trends to exploring the history and idea behind MuleSoft's technology, the book will establish a solid foundation in the initial chapters. It will then cover a wide range of topics, including the basics of RESTful services, DataWeave, Anypoint Platform, Designer and Mule RPA. Furthermore, the book will cover the essential functionalities of MuleSoft and help you acquire the skills to leverage them effectively in developing integration solutions for enterprise applications that are efficient, dependable, and effortless to manage. The book will also delve into industry best practices for designing and integrating APIs, providing you with valuable insights on creating robust and scalable API solutions. Additionally, the book will explore the powerful capabilities of DataWeave, an essential tool for data transformation within the MuleSoft ecosystem. Lastly, the book will provide an overview of CloudHub 2.0, MuleSoft's cloud-based integration platform-as-a-service (iPaaS) offering.
-
Водитель электротележек и автотележек
В учебнике даны устройство и технические характеристики электро-тележки, электро-погрузчиков, электрических аккумуляторов и автотележки. Приведены сведения об обслуживании тележек и электро-погрузчиков.
-
Deep Learning for Data Architects Unleash the power of Python’s deep learning algorithms
The book begins by addressing the challenges of transforming raw data into actionable insights. It provides a practical understanding of data handling and covers the construction of neural network-based predictive models. The book then explores specialized networks such as convolutional neural networks (CNNs), recurrent neural networks (RNNs), and generative adversarial networks (GANs). The book delves into the theory and practical aspects of these networks and offers Python code implementations for each. The final chapter of the book introduces Transformers, a revolutionary model that has had a significant impact on natural language processing (NLP). This chapter provides you with a thorough understanding of how Transformers work and includes Python code implementations. By the end of the book, you will be able to use deep learning to solve real-world problems.
-
Теория и методика физической культуры
Учебная дисциплина "Теория и методика физической культуры" направлена на обеснечение высокого уровня профессиональной подготовки будущих специалистов в области физической культуры и спорта.
-
Quick Java
This book is intended to fill that gap. It’s written for the programmer who doesn’t need to be taught how to program, just how to do it in Java―and who needs to get started in a hurry. Java is covered from the inside out. First, all the things that go inside a class, most of which are practically identical to C++. After that, all the various and complicated kinds of classes and interfaces and how they relate to each other in large-scale programs. Testing is essential, so (unlike most Java books) JUnit is covered in detail. Then, in case you need to go in that direction, some functional programming, a little about parallel programming, and more than enough to get you started in building GUIs (graphical user interfaces) and doing animation. There’s a lot in this little book and, despite my best efforts, you won’t learn Java in a weekend. But it should be a good start.
-
Qaraqalpaqstan tariyxı
Qaraqalpaqstan tariyxı (1917—2000-jillar) Akademiyaliq litsey ha’m ka’sip-o’ner kolledjleri ushin sabaqliq
-
Accounting for Governments: from Budget to Audit
All rights reserved except where quotations are specifically attributed to another organisation as indicated in the permission section. This book or any portion thereof may not be used or reproduced in any manner without the express permission of the authors, with the exception of quotations of up to 100 words and/or one diagram which may be reproduced provided full attribution is given, with no alterations made.
-
Soliqlar va soliqqa tortish. (I qism).
Mazkur darslikda soliqlar va soliqqa tortish tizimini o‘rganish masalasini samarali tashkil etish vazifalari va funktsiyalari, soliq ma’muriyatchiligiiung nazariy, huquqiy va tashkiliy asoslari bo'yicha yo‘nalish profiliga mos bilim va ko'nikma hamda malakani talabalarda shakllantirishning o‘ziga xos xususiyatlari keltirilgan.