Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Hands-on machine learning with Pytho...
~
Pajankar, Ashwin.
Linked to FindBook
Google Book
Amazon
博客來
Hands-on machine learning with Python = implement neural network solutions with Scikit-learn and PyTorch /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Hands-on machine learning with Python/ by Ashwin Pajankar, Aditya Joshi.
Reminder of title:
implement neural network solutions with Scikit-learn and PyTorch /
Author:
Pajankar, Ashwin.
other author:
Joshi, Aditya.
Published:
Berkeley, CA :Apress : : 2022.,
Description:
xx, 335 p. :ill., digital ;24 cm.
[NT 15003449]:
Chapter 1: Getting Started with Python 3 and Jupyter Notebook -- Chapter 2: Getting Started with NumPy -- Chapter 3 : Introduction to Data Visualization -- Chapter 4 : Introduction to Pandas -- Chapter 5: Introduction to Machine Learning with Scikit-Learn -- Chapter 6: Preparing Data for Machine Learning -- Chapter 7: Supervised Learning Methods - 1 -- Chapter 8: Tuning Supervised Learners -- Chapter 9: Supervised Learning Methods - 2 -- Chapter 10: Ensemble Learning Methods -- Chapter 11: Unsupervised Learning Methods -- Chapter 12: Neural Networks and Pytorch Basics -- Chapter 13: Feedforward Neural Networks -- Chapter 14: Convolutional Neural Network -- Chapter 15: Recurrent Neural Network -- Chapter 16: Bringing It All Together.
Contained By:
Springer Nature eBook
Subject:
Machine learning. -
Online resource:
https://doi.org/10.1007/978-1-4842-7921-2
ISBN:
9781484279212
Hands-on machine learning with Python = implement neural network solutions with Scikit-learn and PyTorch /
Pajankar, Ashwin.
Hands-on machine learning with Python
implement neural network solutions with Scikit-learn and PyTorch /[electronic resource] :by Ashwin Pajankar, Aditya Joshi. - Berkeley, CA :Apress :2022. - xx, 335 p. :ill., digital ;24 cm.
Chapter 1: Getting Started with Python 3 and Jupyter Notebook -- Chapter 2: Getting Started with NumPy -- Chapter 3 : Introduction to Data Visualization -- Chapter 4 : Introduction to Pandas -- Chapter 5: Introduction to Machine Learning with Scikit-Learn -- Chapter 6: Preparing Data for Machine Learning -- Chapter 7: Supervised Learning Methods - 1 -- Chapter 8: Tuning Supervised Learners -- Chapter 9: Supervised Learning Methods - 2 -- Chapter 10: Ensemble Learning Methods -- Chapter 11: Unsupervised Learning Methods -- Chapter 12: Neural Networks and Pytorch Basics -- Chapter 13: Feedforward Neural Networks -- Chapter 14: Convolutional Neural Network -- Chapter 15: Recurrent Neural Network -- Chapter 16: Bringing It All Together.
Here is the perfect comprehensive guide for readers with basic to intermediate level knowledge of machine learning and deep learning. It introduces tools such as NumPy for numerical processing, Pandas for panel data analysis, Matplotlib for visualization, Scikit-learn for machine learning, and Pytorch for deep learning with Python. It also serves as a long-term reference manual for the practitioners who will find solutions to commonly occurring scenarios. The book is divided into three sections. The first section introduces you to number crunching and data analysis tools using Python with in-depth explanation on environment configuration, data loading, numerical processing, data analysis, and visualizations. The second section covers machine learning basics and Scikit-learn library. It also explains supervised learning, unsupervised learning, implementation, and classification of regression algorithms, and ensemble learning methods in an easy manner with theoretical and practical lessons. The third section explains complex neural network architectures with details on internal working and implementation of convolutional neural networks. The final chapter contains a detailed end-to-end solution with neural networks in Pytorch. After completing Hands-on Machine Learning with Python, you will be able to implement machine learning and neural network solutions and extend them to your advantage. You will: Review data structures in NumPy and Pandas Demonstrate machine learning techniques and algorithm Understand supervised learning and unsupervised learning Examine convolutional neural networks and Recurrent neural networks Get acquainted with scikit-learn and PyTorch Predict sequences in recurrent neural networks and long short term memory.
ISBN: 9781484279212
Standard No.: 10.1007/978-1-4842-7921-2doiSubjects--Topical Terms:
533906
Machine learning.
LC Class. No.: Q325.5 / .P35 2022
Dewey Class. No.: 006.31
Hands-on machine learning with Python = implement neural network solutions with Scikit-learn and PyTorch /
LDR
:03569nmm a2200325 a 4500
001
2299407
003
DE-He213
005
20220305090532.0
006
m d
007
cr nn 008maaau
008
230324s2022 cau s 0 eng d
020
$a
9781484279212
$q
(electronic bk.)
020
$a
9781484279205
$q
(paper)
024
7
$a
10.1007/978-1-4842-7921-2
$2
doi
035
$a
978-1-4842-7921-2
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
Q325.5
$b
.P35 2022
072
7
$a
UYQM
$2
bicssc
072
7
$a
COM004000
$2
bisacsh
072
7
$a
UYQM
$2
thema
082
0 4
$a
006.31
$2
23
090
$a
Q325.5
$b
.P151 2022
100
1
$a
Pajankar, Ashwin.
$3
3222207
245
1 0
$a
Hands-on machine learning with Python
$h
[electronic resource] :
$b
implement neural network solutions with Scikit-learn and PyTorch /
$c
by Ashwin Pajankar, Aditya Joshi.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xx, 335 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: Getting Started with Python 3 and Jupyter Notebook -- Chapter 2: Getting Started with NumPy -- Chapter 3 : Introduction to Data Visualization -- Chapter 4 : Introduction to Pandas -- Chapter 5: Introduction to Machine Learning with Scikit-Learn -- Chapter 6: Preparing Data for Machine Learning -- Chapter 7: Supervised Learning Methods - 1 -- Chapter 8: Tuning Supervised Learners -- Chapter 9: Supervised Learning Methods - 2 -- Chapter 10: Ensemble Learning Methods -- Chapter 11: Unsupervised Learning Methods -- Chapter 12: Neural Networks and Pytorch Basics -- Chapter 13: Feedforward Neural Networks -- Chapter 14: Convolutional Neural Network -- Chapter 15: Recurrent Neural Network -- Chapter 16: Bringing It All Together.
520
$a
Here is the perfect comprehensive guide for readers with basic to intermediate level knowledge of machine learning and deep learning. It introduces tools such as NumPy for numerical processing, Pandas for panel data analysis, Matplotlib for visualization, Scikit-learn for machine learning, and Pytorch for deep learning with Python. It also serves as a long-term reference manual for the practitioners who will find solutions to commonly occurring scenarios. The book is divided into three sections. The first section introduces you to number crunching and data analysis tools using Python with in-depth explanation on environment configuration, data loading, numerical processing, data analysis, and visualizations. The second section covers machine learning basics and Scikit-learn library. It also explains supervised learning, unsupervised learning, implementation, and classification of regression algorithms, and ensemble learning methods in an easy manner with theoretical and practical lessons. The third section explains complex neural network architectures with details on internal working and implementation of convolutional neural networks. The final chapter contains a detailed end-to-end solution with neural networks in Pytorch. After completing Hands-on Machine Learning with Python, you will be able to implement machine learning and neural network solutions and extend them to your advantage. You will: Review data structures in NumPy and Pandas Demonstrate machine learning techniques and algorithm Understand supervised learning and unsupervised learning Examine convolutional neural networks and Recurrent neural networks Get acquainted with scikit-learn and PyTorch Predict sequences in recurrent neural networks and long short term memory.
650
0
$a
Machine learning.
$3
533906
650
0
$a
Python (Computer program language)
$3
729789
650
1 4
$a
Machine Learning.
$3
3382522
650
2 4
$a
Artificial Intelligence.
$3
769149
650
2 4
$a
Python.
$3
3201289
700
1
$a
Joshi, Aditya.
$3
3308723
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7921-2
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9441299
電子資源
11.線上閱覽_V
電子書
EB Q325.5 .P35 2022
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login