R machine learning by example :: understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully /
About This BookGet to grips with the concepts of machine learning through exciting real-world examples. Visualize and solve complex problems by using power-packed R constructs and its robust packages for machine learning. Learn to build your own machine learning system with this example-based practi...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | DE-862 DE-863 |
Zusammenfassung: | About This BookGet to grips with the concepts of machine learning through exciting real-world examples. Visualize and solve complex problems by using power-packed R constructs and its robust packages for machine learning. Learn to build your own machine learning system with this example-based practical guide. Who This Book Is For. If you are interested in mining useful information from data using state-of-the-art techniques to make data-driven decisions, this is the go-to guide for you. No prior experience with data science is required, although basic knowledge of R is highly desirable. Prior knowledge of machine learning would be helpful but is not necessary. What You Will Learn. Utilize the power of R to handle data extraction, manipulation, and exploration techniques. Use R to visualize data spread across multiple dimensions and extract useful features. Explore the underlying mathematical and logical concepts that drive machine learning algorithms. |
Beschreibung: | 1 online resource (xii, 318 pages) : illustrations. |
Bibliographie: | Includes bibliographical references and index. |
ISBN: | 1784392634 9781784392635 1784390844 9781784390846 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn946106058 | ||
003 | OCoLC | ||
005 | 20250103110447.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 160408s2016 enka ob 001 0 eng d | ||
040 | |a IDEBK |b eng |e rda |e pn |c IDEBK |d HNK |d N$T |d OCLCF |d COO |d EBLCP |d DEBBG |d IDB |d OCLCQ |d MERUC |d OCLCQ |d VT2 |d UOK |d NLE |d UKMGB |d OCLCQ |d WYU |d AGLDB |d G3B |d IGB |d STF |d UKAHL |d RDF |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ | ||
016 | 7 | |a 018007180 |2 Uk | |
020 | |a 1784392634 |q (electronic bk.) | ||
020 | |a 9781784392635 |q (electronic bk.) | ||
020 | |a 1784390844 | ||
020 | |a 9781784390846 | ||
020 | |z 1784390844 | ||
020 | |z 9781784390846 | ||
024 | 3 | |a 9781784390846 | |
035 | |a (OCoLC)946106058 | ||
037 | |a 909730 |b MIL | ||
050 | 4 | |a Q325.5 |b .B35 2016eb | |
072 | 7 | |a COM |x 000000 |2 bisacsh | |
082 | 7 | |a 006.31 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Bali, Raghav, |e author. | |
245 | 1 | 0 | |a R machine learning by example : |b understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / |c Raghav Bali, Dipanjan Sarkar. |
246 | 3 | 0 | |a Understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (xii, 318 pages) : |b illustrations. | ||
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 |b PDF |2 rda | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from PDF title page (viewed April 15, 2016). | |
504 | |a Includes bibliographical references and index. | ||
520 | |a About This BookGet to grips with the concepts of machine learning through exciting real-world examples. Visualize and solve complex problems by using power-packed R constructs and its robust packages for machine learning. Learn to build your own machine learning system with this example-based practical guide. Who This Book Is For. If you are interested in mining useful information from data using state-of-the-art techniques to make data-driven decisions, this is the go-to guide for you. No prior experience with data science is required, although basic knowledge of R is highly desirable. Prior knowledge of machine learning would be helpful but is not necessary. What You Will Learn. Utilize the power of R to handle data extraction, manipulation, and exploration techniques. Use R to visualize data spread across multiple dimensions and extract useful features. Explore the underlying mathematical and logical concepts that drive machine learning algorithms. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with R and Machine Learning; Delving into the basics of R; Using R as a scientific calculator; Operating on vectors; Special values; Data structures in R; Vectors; Creating vectors; Indexing and naming vectors; Arrays and matrices; Creating arrays and matrices; Names and dimensions; Matrix operations; Lists; Creating and indexing lists; Combining and converting lists; Data frames; Creating data frames; Operating on data frames; Working with functions | |
505 | 8 | |a Built-in functionsUser-defined functions; Passing functions as arguments; Controlling code flow; Working with if, if-else, and ifelse; Working with switch; Loops; Advanced constructs; lapply and sapply; apply; tapply; mapply; Next steps with R; Getting help; Handling packages; Machine learning basics; Machine learning -- what does it really mean?; Machine learning -- how is it used in the world?; Types of machine learning algorithms; Supervised machine learning algorithms; Unsupervised machine learning algorithms; Popular machine learning packages in R; Summary | |
505 | 8 | |a Chapter 2: Let's Help Machines LearnUnderstanding machine learning; Algorithms in machine learning; Perceptron; Families of algorithms; Supervised learning algorithms; Linear regression; K-Nearest Neighbors (KNN); Unsupervised learning algorithms; Apriori algorithm; K-Means; Summary; Chapter 3: Predicting Customer Shopping Trends with Market Basket Analysis; Detecting and predicting trends; Market basket analysis; What does market basket analysis actually mean?; Core concepts and definitions; Techniques used for analysis; Making data driven decisions; Evaluating a product contingency matrix | |
505 | 8 | |a Getting the dataAnalyzing and visualizing the data; Global recommendations; Advanced contingency matrices; Frequent itemset generation; Getting started; Data retrieval and transformation; Building an itemset association matrix; Creating a frequent itemsets generation workflow; Detecting shopping trends; Association rule mining; Loading dependencies and data; Exploratory analysis; Detecting and predicting shopping trends; Visualizing association rules; Summary; Chapter 4: Building a Product Recommendation System; Understanding recommendation systems; Issues with recommendation systems | |
505 | 8 | |a Collaborative filtersCore concepts and definitions; The collaborative filtering algorithm; Predictions; Recommendations; Similarity; Building a recommender engine; Matrix factorization; Implementation; Result interpretation; Production ready recommender engines; Extract, transform, and analyze; Model preparation and prediction; Model evaluation; Summary; Chapter 5: Credit Risk Detection and Prediction -- Descriptive Analytics; Types of analytics; Our next challenge; What is credit risk?; Getting the data; Data preprocessing; Dealing with missing values; Datatype conversions | |
650 | 0 | |a Machine learning. |0 http://id.loc.gov/authorities/subjects/sh85079324 | |
650 | 0 | |a R (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh2002004407 | |
650 | 0 | |a Data mining. |0 http://id.loc.gov/authorities/subjects/sh97002073 | |
650 | 6 | |a Apprentissage automatique. | |
650 | 6 | |a R (Langage de programmation) | |
650 | 6 | |a Exploration de données (Informatique) | |
650 | 7 | |a COMPUTERS |x General. |2 bisacsh | |
650 | 7 | |a Data mining |2 fast | |
650 | 7 | |a Machine learning |2 fast | |
650 | 7 | |a R (Computer program language) |2 fast | |
700 | 1 | |a Sarkar, Dipanjan, |e author. | |
758 | |i has work: |a R machine learning by example (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFyf3pxFJ364WmPCfwGpGd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Erscheint auch als: |n Druck-Ausgabe |t Bali, Raghav. R Machine Learning By Example |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215154 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215154 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH30554600 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL4520645 | ||
938 | |a EBSCOhost |b EBSC |n 1215154 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis34332733 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn946106058 |
---|---|
_version_ | 1829095065633423360 |
adam_text | |
any_adam_object | |
author | Bali, Raghav Sarkar, Dipanjan |
author_facet | Bali, Raghav Sarkar, Dipanjan |
author_role | aut aut |
author_sort | Bali, Raghav |
author_variant | r b rb d s ds |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | Q325 |
callnumber-raw | Q325.5 .B35 2016eb |
callnumber-search | Q325.5 .B35 2016eb |
callnumber-sort | Q 3325.5 B35 42016EB |
callnumber-subject | Q - General Science |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with R and Machine Learning; Delving into the basics of R; Using R as a scientific calculator; Operating on vectors; Special values; Data structures in R; Vectors; Creating vectors; Indexing and naming vectors; Arrays and matrices; Creating arrays and matrices; Names and dimensions; Matrix operations; Lists; Creating and indexing lists; Combining and converting lists; Data frames; Creating data frames; Operating on data frames; Working with functions Built-in functionsUser-defined functions; Passing functions as arguments; Controlling code flow; Working with if, if-else, and ifelse; Working with switch; Loops; Advanced constructs; lapply and sapply; apply; tapply; mapply; Next steps with R; Getting help; Handling packages; Machine learning basics; Machine learning -- what does it really mean?; Machine learning -- how is it used in the world?; Types of machine learning algorithms; Supervised machine learning algorithms; Unsupervised machine learning algorithms; Popular machine learning packages in R; Summary Chapter 2: Let's Help Machines LearnUnderstanding machine learning; Algorithms in machine learning; Perceptron; Families of algorithms; Supervised learning algorithms; Linear regression; K-Nearest Neighbors (KNN); Unsupervised learning algorithms; Apriori algorithm; K-Means; Summary; Chapter 3: Predicting Customer Shopping Trends with Market Basket Analysis; Detecting and predicting trends; Market basket analysis; What does market basket analysis actually mean?; Core concepts and definitions; Techniques used for analysis; Making data driven decisions; Evaluating a product contingency matrix Getting the dataAnalyzing and visualizing the data; Global recommendations; Advanced contingency matrices; Frequent itemset generation; Getting started; Data retrieval and transformation; Building an itemset association matrix; Creating a frequent itemsets generation workflow; Detecting shopping trends; Association rule mining; Loading dependencies and data; Exploratory analysis; Detecting and predicting shopping trends; Visualizing association rules; Summary; Chapter 4: Building a Product Recommendation System; Understanding recommendation systems; Issues with recommendation systems Collaborative filtersCore concepts and definitions; The collaborative filtering algorithm; Predictions; Recommendations; Similarity; Building a recommender engine; Matrix factorization; Implementation; Result interpretation; Production ready recommender engines; Extract, transform, and analyze; Model preparation and prediction; Model evaluation; Summary; Chapter 5: Credit Risk Detection and Prediction -- Descriptive Analytics; Types of analytics; Our next challenge; What is credit risk?; Getting the data; Data preprocessing; Dealing with missing values; Datatype conversions |
ctrlnum | (OCoLC)946106058 |
dewey-full | 006.31 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.31 |
dewey-search | 006.31 |
dewey-sort | 16.31 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07143cam a2200733 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn946106058</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20250103110447.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">160408s2016 enka ob 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">IDEBK</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">IDEBK</subfield><subfield code="d">HNK</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">COO</subfield><subfield code="d">EBLCP</subfield><subfield code="d">DEBBG</subfield><subfield code="d">IDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VT2</subfield><subfield code="d">UOK</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">WYU</subfield><subfield code="d">AGLDB</subfield><subfield code="d">G3B</subfield><subfield code="d">IGB</subfield><subfield code="d">STF</subfield><subfield code="d">UKAHL</subfield><subfield code="d">RDF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018007180</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784392634</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784392635</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784390844</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784390846</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1784390844</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781784390846</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781784390846</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)946106058</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">909730</subfield><subfield code="b">MIL</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">Q325.5</subfield><subfield code="b">.B35 2016eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">000000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.31</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Bali, Raghav,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">R machine learning by example :</subfield><subfield code="b">understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully /</subfield><subfield code="c">Raghav Bali, Dipanjan Sarkar.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (xii, 318 pages) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield><subfield code="b">PDF</subfield><subfield code="2">rda</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from PDF title page (viewed April 15, 2016).</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">About This BookGet to grips with the concepts of machine learning through exciting real-world examples. Visualize and solve complex problems by using power-packed R constructs and its robust packages for machine learning. Learn to build your own machine learning system with this example-based practical guide. Who This Book Is For. If you are interested in mining useful information from data using state-of-the-art techniques to make data-driven decisions, this is the go-to guide for you. No prior experience with data science is required, although basic knowledge of R is highly desirable. Prior knowledge of machine learning would be helpful but is not necessary. What You Will Learn. Utilize the power of R to handle data extraction, manipulation, and exploration techniques. Use R to visualize data spread across multiple dimensions and extract useful features. Explore the underlying mathematical and logical concepts that drive machine learning algorithms.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with R and Machine Learning; Delving into the basics of R; Using R as a scientific calculator; Operating on vectors; Special values; Data structures in R; Vectors; Creating vectors; Indexing and naming vectors; Arrays and matrices; Creating arrays and matrices; Names and dimensions; Matrix operations; Lists; Creating and indexing lists; Combining and converting lists; Data frames; Creating data frames; Operating on data frames; Working with functions</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Built-in functionsUser-defined functions; Passing functions as arguments; Controlling code flow; Working with if, if-else, and ifelse; Working with switch; Loops; Advanced constructs; lapply and sapply; apply; tapply; mapply; Next steps with R; Getting help; Handling packages; Machine learning basics; Machine learning -- what does it really mean?; Machine learning -- how is it used in the world?; Types of machine learning algorithms; Supervised machine learning algorithms; Unsupervised machine learning algorithms; Popular machine learning packages in R; Summary</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Chapter 2: Let's Help Machines LearnUnderstanding machine learning; Algorithms in machine learning; Perceptron; Families of algorithms; Supervised learning algorithms; Linear regression; K-Nearest Neighbors (KNN); Unsupervised learning algorithms; Apriori algorithm; K-Means; Summary; Chapter 3: Predicting Customer Shopping Trends with Market Basket Analysis; Detecting and predicting trends; Market basket analysis; What does market basket analysis actually mean?; Core concepts and definitions; Techniques used for analysis; Making data driven decisions; Evaluating a product contingency matrix</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Getting the dataAnalyzing and visualizing the data; Global recommendations; Advanced contingency matrices; Frequent itemset generation; Getting started; Data retrieval and transformation; Building an itemset association matrix; Creating a frequent itemsets generation workflow; Detecting shopping trends; Association rule mining; Loading dependencies and data; Exploratory analysis; Detecting and predicting shopping trends; Visualizing association rules; Summary; Chapter 4: Building a Product Recommendation System; Understanding recommendation systems; Issues with recommendation systems</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Collaborative filtersCore concepts and definitions; The collaborative filtering algorithm; Predictions; Recommendations; Similarity; Building a recommender engine; Matrix factorization; Implementation; Result interpretation; Production ready recommender engines; Extract, transform, and analyze; Model preparation and prediction; Model evaluation; Summary; Chapter 5: Credit Risk Detection and Prediction -- Descriptive Analytics; Types of analytics; Our next challenge; What is credit risk?; Getting the data; Data preprocessing; Dealing with missing values; Datatype conversions</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Machine learning.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85079324</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">R (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2002004407</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Data mining.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh97002073</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Apprentissage automatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">R (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Exploration de données (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data mining</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Machine learning</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">R (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Sarkar, Dipanjan,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">R machine learning by example (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCFyf3pxFJ364WmPCfwGpGd</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als:</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="t">Bali, Raghav. R Machine Learning By Example</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215154</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215154</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH30554600</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4520645</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1215154</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis34332733</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn946106058 |
illustrated | Illustrated |
indexdate | 2025-04-11T08:43:06Z |
institution | BVB |
isbn | 1784392634 9781784392635 1784390844 9781784390846 |
language | English |
oclc_num | 946106058 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource (xii, 318 pages) : illustrations. |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Bali, Raghav, author. R machine learning by example : understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / Raghav Bali, Dipanjan Sarkar. Understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully Birmingham, UK : Packt Publishing, 2016. 1 online resource (xii, 318 pages) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file PDF rda Community experience distilled Online resource; title from PDF title page (viewed April 15, 2016). Includes bibliographical references and index. About This BookGet to grips with the concepts of machine learning through exciting real-world examples. Visualize and solve complex problems by using power-packed R constructs and its robust packages for machine learning. Learn to build your own machine learning system with this example-based practical guide. Who This Book Is For. If you are interested in mining useful information from data using state-of-the-art techniques to make data-driven decisions, this is the go-to guide for you. No prior experience with data science is required, although basic knowledge of R is highly desirable. Prior knowledge of machine learning would be helpful but is not necessary. What You Will Learn. Utilize the power of R to handle data extraction, manipulation, and exploration techniques. Use R to visualize data spread across multiple dimensions and extract useful features. Explore the underlying mathematical and logical concepts that drive machine learning algorithms. Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with R and Machine Learning; Delving into the basics of R; Using R as a scientific calculator; Operating on vectors; Special values; Data structures in R; Vectors; Creating vectors; Indexing and naming vectors; Arrays and matrices; Creating arrays and matrices; Names and dimensions; Matrix operations; Lists; Creating and indexing lists; Combining and converting lists; Data frames; Creating data frames; Operating on data frames; Working with functions Built-in functionsUser-defined functions; Passing functions as arguments; Controlling code flow; Working with if, if-else, and ifelse; Working with switch; Loops; Advanced constructs; lapply and sapply; apply; tapply; mapply; Next steps with R; Getting help; Handling packages; Machine learning basics; Machine learning -- what does it really mean?; Machine learning -- how is it used in the world?; Types of machine learning algorithms; Supervised machine learning algorithms; Unsupervised machine learning algorithms; Popular machine learning packages in R; Summary Chapter 2: Let's Help Machines LearnUnderstanding machine learning; Algorithms in machine learning; Perceptron; Families of algorithms; Supervised learning algorithms; Linear regression; K-Nearest Neighbors (KNN); Unsupervised learning algorithms; Apriori algorithm; K-Means; Summary; Chapter 3: Predicting Customer Shopping Trends with Market Basket Analysis; Detecting and predicting trends; Market basket analysis; What does market basket analysis actually mean?; Core concepts and definitions; Techniques used for analysis; Making data driven decisions; Evaluating a product contingency matrix Getting the dataAnalyzing and visualizing the data; Global recommendations; Advanced contingency matrices; Frequent itemset generation; Getting started; Data retrieval and transformation; Building an itemset association matrix; Creating a frequent itemsets generation workflow; Detecting shopping trends; Association rule mining; Loading dependencies and data; Exploratory analysis; Detecting and predicting shopping trends; Visualizing association rules; Summary; Chapter 4: Building a Product Recommendation System; Understanding recommendation systems; Issues with recommendation systems Collaborative filtersCore concepts and definitions; The collaborative filtering algorithm; Predictions; Recommendations; Similarity; Building a recommender engine; Matrix factorization; Implementation; Result interpretation; Production ready recommender engines; Extract, transform, and analyze; Model preparation and prediction; Model evaluation; Summary; Chapter 5: Credit Risk Detection and Prediction -- Descriptive Analytics; Types of analytics; Our next challenge; What is credit risk?; Getting the data; Data preprocessing; Dealing with missing values; Datatype conversions Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Apprentissage automatique. R (Langage de programmation) Exploration de données (Informatique) COMPUTERS General. bisacsh Data mining fast Machine learning fast R (Computer program language) fast Sarkar, Dipanjan, author. has work: R machine learning by example (Text) https://id.oclc.org/worldcat/entity/E39PCFyf3pxFJ364WmPCfwGpGd https://id.oclc.org/worldcat/ontology/hasWork Erscheint auch als: Druck-Ausgabe Bali, Raghav. R Machine Learning By Example Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 |
spellingShingle | Bali, Raghav Sarkar, Dipanjan R machine learning by example : understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / Community experience distilled. Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with R and Machine Learning; Delving into the basics of R; Using R as a scientific calculator; Operating on vectors; Special values; Data structures in R; Vectors; Creating vectors; Indexing and naming vectors; Arrays and matrices; Creating arrays and matrices; Names and dimensions; Matrix operations; Lists; Creating and indexing lists; Combining and converting lists; Data frames; Creating data frames; Operating on data frames; Working with functions Built-in functionsUser-defined functions; Passing functions as arguments; Controlling code flow; Working with if, if-else, and ifelse; Working with switch; Loops; Advanced constructs; lapply and sapply; apply; tapply; mapply; Next steps with R; Getting help; Handling packages; Machine learning basics; Machine learning -- what does it really mean?; Machine learning -- how is it used in the world?; Types of machine learning algorithms; Supervised machine learning algorithms; Unsupervised machine learning algorithms; Popular machine learning packages in R; Summary Chapter 2: Let's Help Machines LearnUnderstanding machine learning; Algorithms in machine learning; Perceptron; Families of algorithms; Supervised learning algorithms; Linear regression; K-Nearest Neighbors (KNN); Unsupervised learning algorithms; Apriori algorithm; K-Means; Summary; Chapter 3: Predicting Customer Shopping Trends with Market Basket Analysis; Detecting and predicting trends; Market basket analysis; What does market basket analysis actually mean?; Core concepts and definitions; Techniques used for analysis; Making data driven decisions; Evaluating a product contingency matrix Getting the dataAnalyzing and visualizing the data; Global recommendations; Advanced contingency matrices; Frequent itemset generation; Getting started; Data retrieval and transformation; Building an itemset association matrix; Creating a frequent itemsets generation workflow; Detecting shopping trends; Association rule mining; Loading dependencies and data; Exploratory analysis; Detecting and predicting shopping trends; Visualizing association rules; Summary; Chapter 4: Building a Product Recommendation System; Understanding recommendation systems; Issues with recommendation systems Collaborative filtersCore concepts and definitions; The collaborative filtering algorithm; Predictions; Recommendations; Similarity; Building a recommender engine; Matrix factorization; Implementation; Result interpretation; Production ready recommender engines; Extract, transform, and analyze; Model preparation and prediction; Model evaluation; Summary; Chapter 5: Credit Risk Detection and Prediction -- Descriptive Analytics; Types of analytics; Our next challenge; What is credit risk?; Getting the data; Data preprocessing; Dealing with missing values; Datatype conversions Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Apprentissage automatique. R (Langage de programmation) Exploration de données (Informatique) COMPUTERS General. bisacsh Data mining fast Machine learning fast R (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85079324 http://id.loc.gov/authorities/subjects/sh2002004407 http://id.loc.gov/authorities/subjects/sh97002073 |
title | R machine learning by example : understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / |
title_alt | Understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully |
title_auth | R machine learning by example : understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / |
title_exact_search | R machine learning by example : understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / |
title_full | R machine learning by example : understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / Raghav Bali, Dipanjan Sarkar. |
title_fullStr | R machine learning by example : understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / Raghav Bali, Dipanjan Sarkar. |
title_full_unstemmed | R machine learning by example : understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / Raghav Bali, Dipanjan Sarkar. |
title_short | R machine learning by example : |
title_sort | r machine learning by example understand the fundamentals of machine learning with r and build your own dynamic algorithms to tackle complicated real world problems successfully |
title_sub | understand the fundamentals of machine learning with R and build your own dynamic algorithms to tackle complicated real-world problems successfully / |
topic | Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Apprentissage automatique. R (Langage de programmation) Exploration de données (Informatique) COMPUTERS General. bisacsh Data mining fast Machine learning fast R (Computer program language) fast |
topic_facet | Machine learning. R (Computer program language) Data mining. Apprentissage automatique. R (Langage de programmation) Exploration de données (Informatique) COMPUTERS General. Data mining Machine learning |
work_keys_str_mv | AT baliraghav rmachinelearningbyexampleunderstandthefundamentalsofmachinelearningwithrandbuildyourowndynamicalgorithmstotacklecomplicatedrealworldproblemssuccessfully AT sarkardipanjan rmachinelearningbyexampleunderstandthefundamentalsofmachinelearningwithrandbuildyourowndynamicalgorithmstotacklecomplicatedrealworldproblemssuccessfully AT baliraghav understandthefundamentalsofmachinelearningwithrandbuildyourowndynamicalgorithmstotacklecomplicatedrealworldproblemssuccessfully AT sarkardipanjan understandthefundamentalsofmachinelearningwithrandbuildyourowndynamicalgorithmstotacklecomplicatedrealworldproblemssuccessfully |