Python for data analysis: how to use Python and data science to better understand, summarize, and investigate your data
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
[Erscheinungsort nicht ermittelbar]
Andrew Park
[2021]
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 100 Seiten Diagramme |
ISBN: | 9781801779562 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV047225962 | ||
003 | DE-604 | ||
005 | 20210908 | ||
007 | t | ||
008 | 210407s2021 |||| |||| 00||| eng d | ||
020 | |a 9781801779562 |9 978-1-80177-956-2 | ||
035 | |a (OCoLC)1256424514 | ||
035 | |a (DE-599)BVBBV047225962 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-355 |a DE-824 | ||
084 | |a ST 302 |0 (DE-625)143652: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Park, Andrew |e Verfasser |4 aut | |
245 | 1 | 0 | |a Python for data analysis |b how to use Python and data science to better understand, summarize, and investigate your data |c Andrew Park |
264 | 1 | |a [Erscheinungsort nicht ermittelbar] |b Andrew Park |c [2021] | |
300 | |a 100 Seiten |b Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenanalyse |0 (DE-588)4123037-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Datenanalyse |0 (DE-588)4123037-1 |D s |
689 | 0 | 1 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032630502&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-032630502 |
Datensatz im Suchindex
_version_ | 1804182352628285440 |
---|---|
adam_text | Python for Data Analysis Table of Contents INTRODUCTION...................................................................................... 6 CHAPTER l: WHAT IS THE TENSORFLOW LIBRARY..............8 Installing TensorFlow...........................................................................ю Activate tensorenviron..........................................................................16 CHAPTER 2: ARTIFICIAL NEURAL NETWORKS.......................20 Definition of artificial neural network.......................................... 20 Example of an artificial neural network.......................................21 What is an activation function and its role in neural network models?.......................................................................................... 22 The sigmoid function..................................................................... 25 The tanh junction.......................................................................... 27 The ReLu function......................................................................... 27 The Softmaxfunction.................................................................... 29 What are the types of artificial neural networks?........................ 31 How TO train an artificial neural network?.................................... 34 Artificial neural network: pros and cons of use............................ 38 CHAPTER 3: HISTORY OF DATA SCIENCE..................................40 CHAPTER 4: WORKING WITH PYTHON FOR DATA SCIENCE
........................................................................................... 46 Why Is Python Important?.....................................................................46 What Is Python?...................................................................................... 48 The Role of Python in Data Science....................................................49 Data Cleaning................................................................................49 Data Visualization.........................................................................50 Feature ExԾaction........................................................................50 Model Building..............................................................................50 Python Installation................................................................................51 Installation Under Windows.............................................................. 52 Conda............................................................................................ 53 Spyder........................................................................................... 53 Installation Under MAC.......................................................................53 Installation Under Linux......................................................................54 Install Python................................................................................54 Python Engineering Structure........................................................... 57 CHAPTER 5: MACHINE LEARNING AND HOW IT FITS WITH DATA
SCIENCE......................................................................................60 What is Machine Learning?...................................................................62 řv Չ N»
Python for Data Analysis CHAPTER 6:DATA STRUCTURES OBJECT-ORIENTED PYTHON ........................................................................................... 66 Immutable structured data (static)......................................................67 Character string - Indexing or access and sequence length........67 Trimming or slicing sequences and other operations..................... 69 Strings are immutable.............................................................................. 71 Examples...................................................................................................... 73 Tuples................................................................................................................ 77 Indexing, trimming and other tuple operations............................... 79 Multiple assignments and fimetions with multiple returns.......... 81 Tuple Methods...............................................................................................84 Zip function.................................................................................................... 85 Frozen sets (Frozen set)............................................................................86 Types of structured mutable (dynamic) data.................................... 87 Lists................................................................................................................87 Indexing, trimming and other list operations.................................. 89 Objects, values and references................................................................
91 Object-oriented programming with Python.......................................94 CONCLUSION..................................................................................... 100 ~4~
|
adam_txt |
Python for Data Analysis Table of Contents INTRODUCTION. 6 CHAPTER l: WHAT IS THE TENSORFLOW LIBRARY.8 Installing TensorFlow.ю Activate tensorenviron.16 CHAPTER 2: ARTIFICIAL NEURAL NETWORKS.20 Definition of artificial neural network. 20 Example of an artificial neural network.21 What is an activation function and its role in neural network models?. 22 The sigmoid function. 25 The tanh junction. 27 The ReLu function. 27 The Softmaxfunction. 29 What are the types of artificial neural networks?. 31 How TO train an artificial neural network?. 34 Artificial neural network: pros and cons of use. 38 CHAPTER 3: HISTORY OF DATA SCIENCE.40 CHAPTER 4: WORKING WITH PYTHON FOR DATA SCIENCE
. 46 Why Is Python Important?.46 What Is Python?. 48 The Role of Python in Data Science.49 Data Cleaning.49 Data Visualization.50 Feature ExԾaction.50 Model Building.50 Python Installation.51 Installation Under Windows. 52 Conda. 53 Spyder. 53 Installation Under MAC.53 Installation Under Linux.54 Install Python.54 Python Engineering Structure. 57 CHAPTER 5: MACHINE LEARNING AND HOW IT FITS WITH DATA
SCIENCE.60 What is Machine Learning?.62 řv Չ N»
Python for Data Analysis CHAPTER 6:DATA STRUCTURES OBJECT-ORIENTED PYTHON . 66 Immutable structured data (static).67 Character string - Indexing or access and sequence length.67 Trimming or slicing sequences and other operations. 69 Strings are immutable. 71 Examples. 73 Tuples. 77 Indexing, trimming and other tuple operations. 79 Multiple assignments and fimetions with multiple returns. 81 Tuple Methods.84 Zip function. 85 Frozen sets (Frozen set).86 Types of structured mutable (dynamic) data. 87 Lists.87 Indexing, trimming and other list operations. 89 Objects, values and references.
91 Object-oriented programming with Python.94 CONCLUSION. 100 ~4~ |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Park, Andrew |
author_facet | Park, Andrew |
author_role | aut |
author_sort | Park, Andrew |
author_variant | a p ap |
building | Verbundindex |
bvnumber | BV047225962 |
classification_rvk | ST 302 ST 601 |
ctrlnum | (OCoLC)1256424514 (DE-599)BVBBV047225962 |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01473nam a2200349 c 4500</leader><controlfield tag="001">BV047225962</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210908 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">210407s2021 |||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781801779562</subfield><subfield code="9">978-1-80177-956-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1256424514</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV047225962</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-824</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 302</subfield><subfield code="0">(DE-625)143652:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Park, Andrew</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Python for data analysis</subfield><subfield code="b">how to use Python and data science to better understand, summarize, and investigate your data</subfield><subfield code="c">Andrew Park</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[Erscheinungsort nicht ermittelbar]</subfield><subfield code="b">Andrew Park</subfield><subfield code="c">[2021]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">100 Seiten</subfield><subfield code="b">Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenanalyse</subfield><subfield code="0">(DE-588)4123037-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Datenanalyse</subfield><subfield code="0">(DE-588)4123037-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032630502&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-032630502</subfield></datafield></record></collection> |
id | DE-604.BV047225962 |
illustrated | Not Illustrated |
index_date | 2024-07-03T16:59:11Z |
indexdate | 2024-07-10T09:06:11Z |
institution | BVB |
isbn | 9781801779562 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032630502 |
oclc_num | 1256424514 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-824 |
owner_facet | DE-355 DE-BY-UBR DE-824 |
physical | 100 Seiten Diagramme |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Andrew Park |
record_format | marc |
spelling | Park, Andrew Verfasser aut Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data Andrew Park [Erscheinungsort nicht ermittelbar] Andrew Park [2021] 100 Seiten Diagramme txt rdacontent n rdamedia nc rdacarrier Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf Datenanalyse (DE-588)4123037-1 gnd rswk-swf Datenanalyse (DE-588)4123037-1 s Python Programmiersprache (DE-588)4434275-5 s DE-604 Digitalisierung UB Regensburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032630502&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Park, Andrew Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data Python Programmiersprache (DE-588)4434275-5 gnd Datenanalyse (DE-588)4123037-1 gnd |
subject_GND | (DE-588)4434275-5 (DE-588)4123037-1 |
title | Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data |
title_auth | Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data |
title_exact_search | Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data |
title_exact_search_txtP | Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data |
title_full | Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data Andrew Park |
title_fullStr | Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data Andrew Park |
title_full_unstemmed | Python for data analysis how to use Python and data science to better understand, summarize, and investigate your data Andrew Park |
title_short | Python for data analysis |
title_sort | python for data analysis how to use python and data science to better understand summarize and investigate your data |
title_sub | how to use Python and data science to better understand, summarize, and investigate your data |
topic | Python Programmiersprache (DE-588)4434275-5 gnd Datenanalyse (DE-588)4123037-1 gnd |
topic_facet | Python Programmiersprache Datenanalyse |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032630502&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT parkandrew pythonfordataanalysishowtousepythonanddatasciencetobetterunderstandsummarizeandinvestigateyourdata |