-
Test Your Skills In Python
In this changing world, new programming languages are coming up and curriculum is revised to help students learn the latest trends. I was to teach Python to first year students for the first time. I was on a new journey to learning Python. I found it really interesting. I came up with an idea to write a book for learning in a simple way. I collected more than 400 questions on all the topics learned. This was published as “Test Your Skills in Python” first edition in 2017. Many questions on one topic in one chapter helped the reader in getting a holistic view on a particular topic. This collection of questions was from my own experience of learning through reading books, visiting online websites on Python and teaching with my colleagues at Bennett University.
-
Mastering TensorFlow 2.x
This book covers many parts of deep learning concepts with an implementation based on TensorFlow. We will start with the basics and then delve into advanced topics and model tuning as well. The key focus of the book is to introduce a concept, the math behind it, and how the concepts can be used in the TensorFlow library. Most of the samples are based on Jupyter with some of them also based on the Google Colab environment. Book is a healthy combination of theory as well as samples to get you started. Some chapters have taken real-world examples from Kaggle – for example using the PCAM dataset for image classification as well as transfer learning. In some cases, we have also shown how to generate a synthetic dataset for a problem, for example for a time series dataset. While sufficient effort has been made to explain the topics it is almost impossible to do deep dive on each topic. Considering the trade-off between the vast majority of topics to be covered in the book and keeping the volume manageable, we have focused on applications in some cases.
-
Connecting the Internet of Things
Internet of Things (IoT) is a set of technologies and capabilities that are enabling new use cases and delivering services across a wide variety of markets and applications. In simple terms, IoT is about connecting the unconnected, making them smart and autonomous, and providing the ability to remotely monitor, control, and manage devices on a massive scale. When people think of IoT, they often think of home or personal IoT. IoT is much more than a smart door lock, smart garage door opener, smart lighting, or a wireless video doorbell. IoT will play a role in many commercial applications such as smart manufacturing, smart cities, autonomous cars, building automation, and healthcare.
-
Cloud Native Spring in Action With Spring Boot And Kubernetes
I clearly remember the first time I went on a field trip to see how nurses and practitioners used the software developed by the company I work with in their daily jobs. Witnessing how our applications improved the way they take care of their patients was an incredible moment. Software can make a difference. That’s why we build it. We solve problems through technology with the goal of delivering value to our users, our customers, and the business itself.
-
Назарий механика
Ушбу ўқув қўлланмаси назарий механиканинг 170 соатли программаси асосида ёзилди. Қўлланмада нисбий ҳаракат динамикаси, Даламбер принципи, мумкин бўлган кўчиш принципи, Лагранжнинг II тур тенгламалари каби материаллар янги программага мос равишда ёритилди. Динамиканинг умумий теоремалари механик система учун баён этилди, моддий нуқта динамикасининг умумий теоремалари эса хусусий ҳол сифатида келтириб чиқарилди.
-
Справочник к расчетам деталей машин
Этот справочник может быть также использован студентами в расчетах деталей машин при выполнении ими курсовых проектов по подъемно-транспортным машинам и специальным дисциплинам, а также при выполнении дипломного проекта.
-
Основы сетевых технологий
Учебное пособие предназначено для студентов очной и заочной формы обучения по направлениям
-
Численные методы 1
Численные методы (вычислительные методы, методы вычислений) — раздел вычислительной математики, изучающий п р и б л и ж е н н ы е способы решения т и п о в ы х математических задач, которые либо не решаются, либо трудно решаются точными аналитическими методами (вычислительная математика в у з к о м смысле). Примерами типовых задач являются численное решение уравнений, численные дифференцирование и интегрирование и др. Кроме численных методов, к вычислительной математике относят круг вопросов, связанных с использованием компьютеров и с программированием. Деление методов вычислений на аналитические и численные несколько условно
-
Совершенствование пневморапирных ткацких станков
Изложены результаты исследований работы привода, остова, батанного, рапироноги других механизмов стаков АТПР. Приведены данные, отражающие взаимосвязь работы механизмов с технологическими параметрами выработки ткани.
-
Основы сопротивления материалов
В учебном пособии изложены основы сопротивления материалов в соответствии с программой Государственного комитета Совета Министров СССР по профессионально-техническому образованию. Теоретический материал иллюстрирован примерами, приведены задачи для самостоятельного решения. Учебное пособие предназначено для учащихся профессионально-технических училищ, готовящих чертежников-конструкторов для машиностроительной промышленности.
-
React.js Design Patterns
This book covers many different aspects of building applications with React.js, the importance of building scalable applications with React.js, and its best practices. This book has a deep dive into some of the bad practices we commonly do when writing our applications and shows us better ways how to architect our applications. This book takes a practical approach for React.js learners. It covers a few Real-time industry examples as well. It will cover information such as JavaScript, which Typescript is basically used for building React applications. It also covers state management, lifecycle methods, styling, and practical ways to structure your files to make them more readable and accessible.
-
Паспорта специальностией научных и научно-педагогических кадров высшей квалификации
В сборнике приведены паспорта специальностей научный и научно-педагогических кадров высшей квалификации. Сборник предназначен в области подготовки и аттестации научый и научно-педагогических кадров высшей квалификации.
-
Web Data Mining with Python
The idea of writing this book came when we were doing some research using Web Mining. We found it very difficult to get one single book, that helped us understand the fundamentals along with its implementations. Also, most of the books assumed that the readers have prior knowledge of Python. This book starts with the fundamentals of web mining and Python so that even beginners can follow the subject.
-
Фонетика русского языка
Предлагаемое учебное пособие подготовлено на основе учебной программы дисциплины "Современный русский язык и основы языкознания" по разделу "Фонетика русского языка" в целях углубления знаний и приобретения практических навыков в изучении фонетического строя русского языка.
-
50 Kubernetes Concepts Every DevOps Engineer Should Know
The idea behind Kubernetes is to make engineers’ lives easier, right? Although true, there are pros and cons to every technology and platform. At the end of the day, Kubernetes does make handling containerization more efficient, but that doesn’t mean that it’s easy. Many organizations and engineers put in a lot of effort to truly get Kubernetes running the way it should run. The goal of this book, and the overall 50 concepts, is to help mitigate some of these headaches. Although one book cannot mitigate every single issue that can occur, or make every single component work the way that it’s supposed to, the overall goal is to help you use Kubernetes in an easier fashion in production, with 50 key pieces ranging from cloud to on-prem to monitoring and security, and everything in between. The world is currently full of content and ways to teach you Kubernetes. This book is to help you make it to the next level.
-
Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization
This book has been written with a view to helping you learn the fundamentals of Linux character device driver development in a practical, hands-on fashion, along with the necessary theoretical background to give you a well rounded view of this vast and interesting topic area. To do the topics justice, that book's scope is deliberately kept limited to (mostly) learning how to write misc class character device drivers on the Linux OS. This way, you will be able to deeply imbibe the fundamental and necessary driver author skills to then be able to tackle different kinds of Linux driver projects with relative ease