|
|
|
|
LEADER |
00000cam a2200000Mi 4500 |
001 |
OR_on1141023689 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
200220s2020 nju o 000 0 eng d |
040 |
|
|
|a YDX
|b eng
|e pn
|e rda
|c YDX
|d EBLCP
|d RECBK
|d TEFOD
|d OCLCQ
|d OCLCO
|d YDX
|d OCLCF
|d N$T
|d COO
|d OCLCQ
|d UKAHL
|d OCLCO
|d K6U
|d TEF
|d OCLCQ
|d OH1
|d OCL
|d OCLCO
|
019 |
|
|
|a 1141037410
|a 1143846866
|a 1147817102
|a 1147852120
|
020 |
|
|
|a 9781119602910
|q (electronic bk.)
|
020 |
|
|
|a 1119602912
|q (electronic bk.)
|
020 |
|
|
|a 9781119602903
|q (electronic bk.)
|
020 |
|
|
|a 1119602904
|q (electronic bk.)
|
020 |
|
|
|a 9781119602927
|q (electronic bk.)
|
020 |
|
|
|a 1119602920
|q (electronic bk.)
|
020 |
|
|
|z 1119602874
|
020 |
|
|
|z 9781119602873
|
024 |
7 |
|
|a 10.1002/9781119602927
|2 doi
|
029 |
1 |
|
|a AU@
|b 000066881811
|
029 |
1 |
|
|a AU@
|b 000072394053
|
035 |
|
|
|a (OCoLC)1141023689
|z (OCoLC)1141037410
|z (OCoLC)1143846866
|z (OCoLC)1147817102
|z (OCoLC)1147852120
|
037 |
|
|
|a 3543C3E3-EBE8-4C7B-877D-AE95009596E8
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a Q325.5
|b .M57 2020
|
082 |
0 |
4 |
|a 006.3/1
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Mishra, Abhishek,
|e author.
|
245 |
1 |
0 |
|a Machine learning for iOS developers /
|c Abhishek Mishra.
|
264 |
|
1 |
|a Hoboken, NJ :
|b John Wiley And Sons, Inc,
|c 2020.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
505 |
0 |
|
|a Introduction -- What Does This Book Cover? -- Additional Resources -- Reader Support for This Book -- Part 1 Fundamentals of Machine Learning -- Chapter 1 Introduction to Machine Learning -- What Is Machine Learning? -- Tools Commonly Used by Data Scientists -- Common Terminology -- Real-World Applications of Machine Learning -- Types of Machine Learning Systems -- Supervised Learning -- Unsupervised Learning -- Semisupervised Learning
|
505 |
8 |
|
|a Reinforcement Learning -- Batch Learning -- Incremental Learning -- Instance-Based Learning -- Model-Based Learning -- Common Machine Learning Algorithms -- Linear Regression -- Support Vector Machines -- Logistic Regression -- Decision Trees -- Artificial Neural Networks -- Sources of Machine Learning Datasets -- Scikit-learn Datasets -- AWS Public Datasets -- Kaggle.com Datasets -- UCI Machine Learning Repository -- Summary -- Chapter 2 The Machine-Learning Approach -- The Traditional Rule-Based Approach -- A Machine-Learning System -- Picking Input Features
|
505 |
8 |
|
|a Preparing the Training and Test Set -- Picking a Machine-Learning Algorithm -- Evaluating Model Performance -- The Machine-Learning Process -- Data Collection and Preprocessing -- Preparation of Training, Test, and Validation Datasets -- Model Building -- Model Evaluation -- Model Tuning -- Model Deployment -- Summary -- Chapter 3 Data Exploration and Preprocessing -- Data Preprocessing Techniques -- Obtaining an Overview of the Data -- Handling Missing Values -- Creating New Features -- Transforming Numeric Features -- One-Hot Encoding Categorical Features -- Selecting Training Features
|
505 |
8 |
|
|a Correlation -- Principal Component Analysis -- Recursive Feature Elimination -- Summary -- Chapter 4 Implementing Machine Learning on Mobile Apps -- Device-Based vs. Server-Based Approaches -- Apple's Machine Learning Frameworks and Tools -- Task-Level Frameworks -- Model-Level Frameworks -- Format Converters -- Transfer Learning Tools -- Third-Party Machine-Learning Frameworks and Tools -- Summary -- Part 2 Machine Learning with CoreML, CreateML, and TuriCreate -- Chapter 5 Object Detection Using Pre-trained Models -- What Is Object Detection?
|
505 |
8 |
|
|a A Brief Introduction to Artificial Neural Networks -- Downloading the ResNet50 Model -- Creating the iOS Project -- Creating the User Interface -- Updating Privacy Settings -- Using the Resnet50 Model in the iOS Project -- Summary -- Chapter 6 Creating an Image Classifier with the Create ML App -- Introduction to the Create ML App -- Creating the Image Classification Model with the Create ML App -- Creating the iOS Project -- Creating the User Interface -- Updating Privacy Settings -- Using the Core ML Model in the iOS Project -- Summary -- Chapter 7 Creating a Tabular Classifier with Create ML
|
520 |
|
|
|a Harness the power of Apple iOS machine learning (ML) capabilities and learn the concepts and techniques necessary to be a successful Apple iOS machine learning practitioner! Machine earning (ML) is the science of getting computers to act without being explicitly programmed. A branch of Artificial Intelligence (AI), machine learning techniques offer ways to identify trends, forecast behavior, and make recommendations. The Apple iOS Software Development Kit (SDK) allows developers to integrate ML services, such as speech recognition and language translation, into mobile devices, most of which can be used in multi-cloud settings. Focusing on Apple's ML services, Machine Learning for iOS Developers is an up-to-date introduction to the field, instructing readers to implement machine learning in iOS applications. Assuming no prior experience with machine learning, this reader-friendly guide offers expert instruction and practical examples of ML integration in iOS. Organized into two sections, the book's clearly-written chapters first cover fundamental ML concepts, the different types of ML systems, their practical uses, and the potential challenges of ML solutions. The second section teaches readers to use models'both pre-trained and user-built'with Apple's CoreML framework. Source code examples are provided for readers to download and use in their own projects. This book helps readers: -Understand the theoretical concepts and practical applications of machine learning used in predictive data analytics -Build, deploy, and maintain ML systems for tasks such as model validation, optimization, scalability, and real-time streaming -Develop skills in data acquisition and modeling, classification, and regression.-Compare traditional vs. ML approaches, and machine learning on handsets vs. machine learning as a service (MLaaS) -Implement decision tree based models, an instance-based machine learning system, and integrate Scikit-learn' & Keras models with CoreML Machine Learning for iOS Developers is a must-have resource software engineers and mobile solutions architects wishing to learn ML concepts and implement machine learning on iOS Apps.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a iOS (Electronic resource)
|
630 |
0 |
7 |
|a iOS (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Machine learning.
|
650 |
|
0 |
|a Computers.
|
650 |
|
2 |
|a Computers
|
650 |
|
2 |
|a Machine Learning
|
650 |
|
6 |
|a Apprentissage automatique.
|
650 |
|
6 |
|a Ordinateurs.
|
650 |
|
7 |
|a computers.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a Computers
|2 fast
|
650 |
|
7 |
|a Machine learning
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Mishra, Abhishek.
|t Machine learning for ios developers.
|d [Place of publication not identified] : John Wiley And Sons, Inc, 2020
|z 1119602874
|z 9781119602873
|w (OCoLC)1125970961
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781119602873/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL6109530
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 2373480
|
938 |
|
|
|a Recorded Books, LLC
|b RECE
|n rbeEB00811921
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 301107398
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 16653134
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH36900010
|
994 |
|
|
|a 92
|b IZTAP
|