دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Fabio Manganiello
سری:
ISBN (شابک) : 1484268202, 9781484268209
ناشر: Apress
سال نشر: 2021
تعداد صفحات: 243
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 3 مگابایت
در صورت تبدیل فایل کتاب Computer Vision with Maker Tech: Detecting People With a Raspberry Pi, a Thermal Camera, and Machine Learning به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Computer Vision با Maker Tech: تشخیص افراد با Raspberry Pi، دوربین حرارتی و یادگیری ماشینی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
https://www.apress.com/gp/book/9781484268209
از پتانسیل استفاده نشده ترکیب یک اینترنت غیرمتمرکز اشیا (IoT) با توانایی پیش بینی بر روی داده های فازی دنیای واقعی استفاده کنید. این کتاب تئوری مدلهای یادگیری ماشینی را پوشش میدهد و به شما نشان میدهد که چگونه یک امنیت کنترلشده با صدا را برنامهنویسی و جمعآوری کنید.
شما تفاوتهای بین یادگیری نظارتشده و بدون نظارت و نحوه استفاده از پیچ و مهره را خواهید آموخت. یک شبکه عصبی در واقع کار می کند. همچنین یاد خواهید گرفت که معیارهایی را شناسایی و اندازه گیری کنید که نشان می دهد طبقه بندی کننده شما چقدر خوب عمل می کند. مروری بر انواع دیگر تکنیکهای یادگیری ماشین، مانند الگوریتمهای ژنتیک، یادگیری تقویتی، ماشینهای بردار پشتیبان و آشکارسازهای ناهنجاری، شما را با آشنایی با مفاهیم اولیه یادگیری ماشین آشنا میکند. فصلها بر بهترین روشها برای ساخت مدلهایی تمرکز میکنند که واقعاً میتوانند مقیاس شوند و به اندازه کافی انعطافپذیر باشند تا در چندین برنامه جاسازی شوند و به راحتی قابل استفاده مجدد باشند.
با این مفاهیم پوشش داده شده، شما به ابزارهایی برای راهاندازی یک شبکه ای برای جمع آوری و پردازش نقاط داده ای که باید با استفاده از برخی از سخت افزارهای رایج و ارزان که صنعت اتوماسیون خانگی و اینترنت اشیاء امروزی را تشکیل می دهند، مانند RaspberryPi، Arduino، ESP8266 و غیره به مدل های ما داده شود. در نهایت، شما. چیزها را کنار هم می گذارم و با چند مثال عملی کار می کنم. شما مدل هایی را برای تشخیص حضور افراد در خانه خود و ردیاب های ناهنجاری به کار خواهید برد که اگر برخی از حسگرها چیز غیرعادی را اندازه گیری کرده اند به شما اطلاع می دهند. و یک دستیار صوتی اضافه خواهید کرد که از مدل خود برای تشخیص صدای شما استفاده می کند.
آنچه یاد خواهید گرفت
https://www.apress.com/gp/book/9781484268209
Harness the untapped potential of combining a decentralized Internet of Things (IoT) with the ability to make predictions on real-world fuzzy data. This book covers the theory behind machine learning models and shows you how to program and assemble a voice-controlled security.
You’ll learn the differences between supervised and unsupervised learning and how the nuts-and-bolts of a neural network actually work. You’ll also learn to identify and measure the metrics that tell how well your classifier is doing. An overview of other types of machine learning techniques, such as genetic algorithms, reinforcement learning, support vector machines, and anomaly detectors will get you up and running with a familiarity of basic machine learning concepts. Chapters focus on the best practices to build models that can actually scale and are flexible enough to be embedded in multiple applications and easily reusable.
With those concepts covered, you’ll dive into the tools for setting up a network to collect and process the data points to be fed to our models by using some of the ubiquitous and cheap pieces of hardware that make up today's home automation and IoT industry, such as the RaspberryPi, Arduino, ESP8266, etc. Finally, you’ll put things together and work through a couple of practical examples. You’ll deploy models for detecting the presence of people in your house, and anomaly detectors that inform you if some sensors have measured something unusual. And you’ll add a voice assistant that uses your own model to recognize your voice.
What You'll Learn
Table of Contents About the Author About the Technical Reviewer Introduction Chapters at a Glance Chapter 1: Introduction to Machine Learning 1.1 History 1.2 Supervised and unsupervised learning 1.3 Preparing your tools 1.3.1 Software tools 1.3.2 Setting up your environment 1.4 Linear regression 1.4.1 Loading and plotting the dataset 1.4.2 The idea behind regression 1.4.3 Gradient descent 1.4.4 Input normalization 1.4.5 Defining and training the model 1.4.6 Evaluating your model 1.4.7 Saving and loading your model 1.5 Multivariate linear regression 1.5.1 Redundant features 1.5.2 Principal component analysis 1.5.3 Training set and test set 1.5.4 Loading and visualizing the dataset 1.6 Polynomial regression 1.7 Normal equation 1.8 Logistic regression 1.8.1 Cost function 1.8.2 Building the regression model from scratch 1.8.3 The TensorFlow way 1.8.4 Multiclass regression 1.8.5 Non-linear boundaries Chapter 2: Neural Networks 2.1 Back-propagation 2.2 Implementation guidelines 2.2.1 Underfit and overfit 2.3 Error metrics 2.4 Implementing a network to recognize clothing items 2.5 Convolutional neural networks 2.5.1 Convolutional layer 2.5.2 Pooling layer 2.5.3 Fully connected layer and dropout 2.5.4 A network for recognizing images of fruits Chapter 3: Computer Vision on Raspberry Pi 3.1 Preparing the hardware and the software 3.1.1 Preparing the hardware 3.1.2 Preparing the operating system 3.2 Installing the software dependencies 3.3 Capturing the images 3.4 Labelling the images 3.5 Training the model 3.6 Deploying the model 3.6.1 The OpenCV way 3.6.2 The TensorFlow way 3.7 Building your automation flows 3.8 Building a small home surveillance system 3.9 Live training and semi-supervised learning 3.10 Classifiers as a service Bibliography Index