• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Hands-On Machine Learning with Python: Implement Neural Network Solutions with Scikit-Learn and Pytorch » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2939893]
• Literatura piękna
 [1808953]

  więcej...
• Turystyka
 [70366]
• Informatyka
 [150555]
• Komiksy
 [35137]
• Encyklopedie
 [23160]
• Dziecięca
 [608786]
• Hobby
 [136447]
• AudioBooki
 [1631]
• Literatura faktu
 [225099]
• Muzyka CD
 [360]
• Słowniki
 [2914]
• Inne
 [442115]
• Kalendarze
 [1068]
• Podręczniki
 [166599]
• Poradniki
 [468390]
• Religia
 [506548]
• Czasopisma
 [506]
• Sport
 [61109]
• Sztuka
 [241608]
• CD, DVD, Video
 [3308]
• Technologie
 [218981]
• Zdrowie
 [98614]
• Książkowe Klimaty
 [124]
• Zabawki
 [2174]
• Puzzle, gry
 [3275]
• Literatura w języku ukraińskim
 [260]
• Art. papiernicze i szkolne
 [7376]
Kategorie szczegółowe BISAC

Hands-On Machine Learning with Python: Implement Neural Network Solutions with Scikit-Learn and Pytorch

ISBN-13: 9781484279205 / Angielski / Miękka / 2022 / 356 str.

Aditya Joshi
Hands-On Machine Learning with Python: Implement Neural Network Solutions with Scikit-Learn and Pytorch Pajankar, Ashwin 9781484279205 APress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Hands-On Machine Learning with Python: Implement Neural Network Solutions with Scikit-Learn and Pytorch

ISBN-13: 9781484279205 / Angielski / Miękka / 2022 / 356 str.

Aditya Joshi
cena 241,50
(netto: 230,00 VAT:  5%)

Najniższa cena z 30 dni: 231,29
Termin realizacji zamówienia:
ok. 22 dni roboczych.

Darmowa dostawa!
Kategorie:
Informatyka, Bazy danych
Kategorie BISAC:
Computers > Artificial Intelligence - General
Computers > Languages - Python
Mathematics > Prawdopodobieństwo i statystyka
Wydawca:
APress
Język:
Angielski
ISBN-13:
9781484279205
Rok wydania:
2022
Ilość stron:
356
Waga:
0.61 kg
Wymiary:
25.4 x 17.78 x 1.88
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

Chapter 1: Getting Started with Python 3 and Jupyter Notebook

Chapter Goal: Introduce the reader to the basics of Python Programming language, philosophy, and installation. We will also learn how to install it on various platforms. This chapter also introduces the readers to Python programming with Jupyter Notebook. In the end, we will also have a brief overview of the constituent libraries of sciPy stack.
No of pages - 30
Sub -Topics
1. Introduction to the Python programming language
2. History of Python
3. Python enhancement proposals (PEPs)
4. Philosophy of Python
5. Real life applications of Python
6. Installing Python on various platforms (Windows and Debian Linux Flavors)
7. Python modes (Interactive and Script)
8. Pip (pip installs python)
9. Introduction to the scientific Python ecosystem
10. Overview of Jupyter Notebook
11. Installation of Jupyter Notebook
12. Running code in Jupyter Notebook
 
Chapter 2: Getting Started with NumPy
Chapter Goal: Get started with NumPy Ndarrays and the basics of NumPy library. The chapter covers the instructions for installation and basic usage of NumPy.
No of pages: 10
Sub - Topics:
1. Introduction to NumPy
2. Install NumPy with pip3
3. Indexing and Slicing of ndarrays
4. Properties of ndarrays
5. Constants in NumPy
6. Datatypes in datatypes
 
Chapter 3 : Introduction to Data Visualization
Chapter goal – In this chapter, we will discuss the various ndarray creation routines available in NumPy. We will also get started with Visualizations with Matplotlib. We will learn how to visualize the various numerical ranges with Matplotlib.
No of pages: 15
Sub - Topics:
1. Ones and zeros
2. Matrices
3. Introduction to Matplotlib
4. Running Matplotlib programs in Jupyter Notebook and the script mode
5. Numerical ranges and visualizations
 
Chapter 4 : Introduction to Pandas 
Chapter goal – Get started with Pandas data structures
No of pages: 10
Sub - Topics:
1. Install Pandas
2. What is Pandas
3. Introduction to series
4. Introduction to dataframes
a) Plain Text File
b) CSV
c) Handling excel file
d) NumPy file format
e) NumPy CSV file reading
f) Matplotlib Cbook
g) Read CSV
h) Read Excel
i) Read JSON
j) Pickle
k) Pandas and web
l) Read SQL
m) Clipboard
 
 
Chapter 5: Introduction to Machine Learning with Scikit-Learn
Chapter goal – Get acquainted with machine learning basics and scikit-Learn library
No of pages: 10
1. What is machine learning, offline and online processes
2. Supervised/unsupervised methods
3. Overview of scikit learn library, APIs
4. Dataset loading, generated datasets
 
Chapter 6: Preparing Data for Machine Learning
Chapter Goal: Clean, vectorize and transform data
No of Pages: 15
1. Type of data variables
2. Vectorization
3. Normalization
4. Processing text and images
 
 
Chapter 7: Supervised Learning Methods - 1
Chapter Goal: Learn and implement classification and regression algorithms
No of Pages: 30
1. Regression and classification, multiclass, multilabel classification
2. K-nearest neighbors
3. Linear regression, understanding parameters
4. Logistic regression
5. Decision trees
 
Chapter 8: Tuning Supervised Learners
Chapter Goal: Analyzing and improving the performance of supervised learning models
No of Pages: 20
1. Training methodology, evaluation methodology
2. Hyperparameter tuning
3. Regularization in linear regression
4. Regularization in logistic regression
5. Regularization in decision trees
6. Crossvalidation, K-fold cross validation
7. ROC Curve
 
Chapter 9: Supervised Learning Methods - 2
Chapter Goal: Learn more algorithms
No of Pages: 15
1. Naive bayes
2. Support vector machines
3. Visualization of decision boundaries
 
Chapter 10: Ensemble Learning Methods
Chapter Goal: Learn the in-depth background of ensemble learning methods
No of Pages: 10
1. Bagging vs boosting
2. Random forest
3. Adaboost
4. Gradient boosting
 
Chapter 11: Unsupervised Learning Methods
Chapter Goal: Detailed theory and practically oriented introduction to dimensionality reduction and clustering algorithms
No of Pages: 20
1. Dimensionality reduction
2. Principle components analysis
3. Clustering
4. K-Means method
5. Density-based method
 
Chapter 12: Neural Networks and Pytorch Basics
Chapter Goal: Understand the basics of neural networks, deep learning, and Pytorch
No of Pages: 10
1. Introduction to Pytorch, tensors
2. Tensor operations
3. Exercises
 
Chapter 13: Feedforward Neural Networks
Chapter Goal: In-depth introduction to basic dense neural networks along with necessary mathematical background and implementation. (chapter might split into two while writing)
No of Pages: 20
1. Perceptron model
2. Neural network and activation functions
3. Multiclass classification
4. Cost functions and gradient descent
5. Backpropagation
6. Pytorch gradients
7. Linear regression with PyTorch
8. Basic dense network with PyTorch for regression
9. Basic dense network with Pytorch for classification
 
Chapter 14: Convolutional Neural Network
Chapter Goal: Explore details behind CNNs and implement two solutions for image classification
No of Pages: 20
1. Dense network for digits classification
2. Image filters and kernels
3. Convolutional layers
4. Pooling layers
5. CNN for digits classification
6. CNN for image classification
 
Chapter 15: Recurrent Neural Network 
Chapter Goal: Understand sequence networks and implement them for forecasting values (or text classification)
No of Pages: 15
1. Introduction to recurrent neural networks
2. Vanishing gradient problem
3. LSTM
4. RNN batches, LSTM
5. Text classification Problem (or forecasting problem)
 
Chapter 16: Bringing It All Together
Chapter Goal: Discuss, conceptualize, design, and develop end to end
No of Pages: 20
1. Project 1
2. Project 2
 
 
 

Ashwin Pajankar holds a Master of Technology from IIIT Hyderabad, and has over 25 years of programming experience. He started his journey in programming and electronics with BASIC programming language and is now proficient in Assembly programming, C, C++, Java, Shell Scripting, and Python. Other technical experience includes single board computers such as Raspberry Pi and Banana Pro, and Arduino. He is currently a freelance online instructor teaching programming bootcamps to more than 60,000 students from tech companies and colleges. His Youtube channel has an audience of 10000 subscribers and he has published more than 15 books on programming and electronics with many international publications.


Aditya Joshi has worked in data science and machine learning engineering roles since the completion of his MS (By Research) from IIIT Hyderabad. He has conducted tutorials, workshops, invited lectures, and full courses for students and professionals who want to move to the field of data science. His past academic research publications include works on natural language processing, specifically fine grain sentiment analysis and code mixed text. He has been the organizing committee member and program committee member of academic conferences on data science and natural language processing.

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 



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2026 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia