|
|
|
|
LEADER |
00000cam a2200000M 4500 |
001 |
EBOOKCENTRAL_ocn968125035 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr ||||||||||| |
008 |
160728s2016 xx o 000 0 eng d |
040 |
|
|
|a FEM
|b eng
|e pn
|c FEM
|d OCLCQ
|d EBLCP
|d MERUC
|d CHVBK
|d OCLCQ
|d OCLCO
|d OCLCF
|d LVT
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCL
|
019 |
|
|
|a 969058517
|
020 |
|
|
|a 9781784393830
|q (electronic bk.)
|
020 |
|
|
|a 1784393835
|
029 |
1 |
|
|a CHNEW
|b 000949053
|
029 |
1 |
|
|a CHVBK
|b 483152269
|
029 |
1 |
|
|a AU@
|b 000067961316
|
035 |
|
|
|a (OCoLC)968125035
|z (OCoLC)969058517
|
050 |
|
4 |
|a QA76.73.P98
|b H43 2016
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Hearty, John,
|e author.
|
245 |
1 |
0 |
|a Advanced Machine Learning with Python.
|
260 |
|
|
|b Packt Publishing
|c 2016.
|
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
|
347 |
|
|
|a text file
|2 rda
|
520 |
|
|
|a Solve challenging data science problems by mastering cutting-edge machine learning techniques in PythonAbout This Book Resolve complex machine learning problems and explore deep learning Learn to use Python code for implementing a range of machine learning algorithms and techniques A practical tutorial that tackles real-world computing problems through a rigorous and effective approachWho This Book Is For This title is for Python developers and analysts or data scientists who are looking to add to their existing skills by accessing some of the most powerful recent trends in data science. If you've ever considered building your own image or text-tagging solution, or of entering a Kaggle contest for instance, this book is for you! Prior experience of Python and grounding in some of the core concepts of machine learning would be helpful. What You Will Learn Compete with top data scientists by gaining a practical and theoretical understanding of cutting-edge deep learning algorithms Apply your new found skills to solve real problems, through clearly-explained code for every technique and test Automate large sets of complex data and overcome time-consuming practical challenges Improve the accuracy of models and your existing input data using powerful feature engineering techniques Use multiple learning techniques together to improve the consistency of results Understand the hidden structure of datasets using a range of unsupervised techniques Gain insight into how the experts solve challenging data problems with an effective, iterative, and validation-focused approach Improve the effectiveness of your deep learning models further by using powerful ensembling techniques to strap multiple models togetherIn Detail Designed to take you on a guided tour of the most relevant and powerful machine learning techniques in use today by top data scientists, this book is just what you need to push your Python algorithms to maximum potential. Clear examples and detailed code samples demonstrate deep learning techniques, semi-supervised learning, and more - all whilst working with real-world applications that include image, music, text, and financial data. The machine learning techniques covered in this book are at the forefront of commercial practice. They are applicable now for the first time in contexts such as image recognition, NLP and web search, computational creativity, and commercial/financial data modeling. Deep Learning algorithms and ensembles of models are in use by data scientists at top tech and digital companies, but the skills needed to apply them successfully, while in high demand, are still scarce. This book is designed to take the reader on a guided tour of the most relevant and powerful machine learning techniques. Clear descriptions of how techniques work and detailed code examples demonstrate deep learning techniques, semi-supervised learning and more, in real world applications. We will also learn about NumPy and Theano. By this end of this book, you will learn a set of advanced Machine Learning techniques and acquire a broad set of powerful skills in the area of feature selection & feature engineering. Style and approach This book focuses on clarifying the theory and code behind complex algorithms to make them practical, useable, and well-understood. Each topic is described with real-world applications, providing both broad contextual coverage and detailed guidance.
|
588 |
0 |
|
|a Vendor-supplied metadata.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Unsupervised Machine Learning; Principal component analysis; PCA -- a primer; Employing PCA; Introducing k-means clustering; Clustering -- a primer; Kick-starting clustering analysis; Tuning your clustering configurations; Self-organizing maps; SOM -- a primer; Employing SOM; Further reading; Summary; Chapter 2: Deep Belief Networks; Neural networks -- a primer; The composition of a neural network; Network topologies; Restricted Boltzmann Machine; Introducing the RBM.
|
505 |
8 |
|
|a TopologyTraining; Applications of the RBM; Further applications of the RBM; Deep belief networks; Training a DBN; Applying the DBN; Validating the DBN; Further reading; Summary; Chapter 3: Stacked Denoising Autoencoders; Autoencoders; Introducing the autoencoder; Topology; Training; Denoising autoencoders; Applying a dA; Stacked Denoising Autoencoders; Applying the SdA; Assessing SdA performance; Further reading; Summary; Chapter 4: Convolutional Neural Networks; Introducing the CNN; Understanding the convnet topology; Understanding convolution layers; Understanding pooling layers.
|
505 |
8 |
|
|a Training a convnetPutting it all together; Applying a CNN; Further Reading; Summary; Chapter 5: Semi-Supervised Learning; Introduction; Understanding semi-supervised learning; Semi-supervised algorithms in action; Self-training; Implementing self-training; Finessing your self-training implementation; Contrastive Pessimistic Likelihood Estimation; Further reading; Summary; Chapter 6: Text Feature Engineering; Introduction; Text feature engineering; Cleaning text data; Text cleaning with BeautifulSoup; Managing punctuation and tokenizing; Tagging and categorising words.
|
505 |
8 |
|
|a Creating features from text dataStemming; Bagging and random forests; Testing our prepared data; Further reading; Summary; Chapter 7: Feature Engineering Part II; Introduction; Creating a feature set; Engineering features for ML applications; Using rescaling techniques to improve the learnability of features; Creating effective derived variables; Reinterpreting non-numeric features; Using feature selection techniques; Performing feature selection; Feature engineering in practice; Acquiring data via RESTful APIs; Testing the performance of our model; Twitter.
|
505 |
8 |
|
|a Deriving and selecting variables using feature engineering techniquesFurther reading; Summary; Chapter 8: Ensemble Methods; Introducing ensembles; Understanding averaging ensembles; Using bagging algorithms; Using random forests; Applying boosting methods; Using XGBoost; Using stacking ensembles; Applying ensembles in practice; Using models in dynamic applications; Understanding model robustness; Identifying modeling risk factors; Strategies to managing model robustness; Further reading; Summary; Chapter 9: Additional Python Machine Learning Tools; Alternative development tools.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a Machine learning.
|
650 |
|
0 |
|a Python.
|
650 |
|
6 |
|a Apprentissage automatique.
|
650 |
|
7 |
|a Machine learning
|2 fast
|
655 |
|
4 |
|a Programming Languages; Data Processing; Data Modeling & Design.
|
758 |
|
|
|i has work:
|a Advanced Machine Learning with Python (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCXw4qb8QWCv9YTM4M4XXRq
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4617084
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4617084
|
994 |
|
|
|a 92
|b IZTAP
|