Personnaliser

OK
Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group
ClubR
Euro

Mettre en vente

Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group

An Introduction to Data Science - Saltz, Jeffrey S.

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :
Neuf (3)
Occasion (1)
Reconditionné

125,55 €

Produit Neuf

  • Ou 31,39 € /mois

    • Livraison à 0,01 €
    Voir les modes de livraison

    rarewaves-uk

    PRO Vendeur favori

    4,8/5 sur + de 1 000 ventes

    Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    Nos autres offres

    • 50,75 €

      Occasion · Bon État

      Ou 12,69 € /mois

      2,54 € offerts
      • Livraison : 0,00 €
      • Livré entre le 7 et le 12 août
      Voir les modes de livraison
      • Protection acheteurs :
      • 0,00 €
      4,8/5 sur + de 1 000 ventes

      Apres acceptation de la commande, le delai moyen d'expedition depuis le Japon est de 48 heures. Le delai moyen de livraison est de 3 a 4 semaines. En cas de circonstances exceptionnelles, les delais peuvent s'etendre jusqu'à 2 mois.

    • 125,55 €

      Produit Neuf

      Ou 31,39 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes

      Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    • 124,62 €

      Produit Neuf

      Ou 31,16 € /mois

      • Livraison : 3,99 €
      • Livré entre le 28 et le 30 juillet
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes
    • 168,38 €

      Produit Neuf

      Ou 42,10 € /mois

      • Livraison : 5,00 €
      • Livré entre le 23 et le 30 juillet
      Voir les modes de livraison
      4,9/5 sur + de 1 000 ventes

      Exp¿di¿ en 6 jours ouvr¿s

    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur An Introduction To Data Science Format Broché  - Livre Science humaines et sociales, Lettres

        Note : 0 0 avis sur An Introduction To Data Science Format Broché  - Livre Science humaines et sociales, Lettres

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation An Introduction To Data Science Format Broché

         - Livre Science humaines et sociales, Lettres

        Livre Science humaines et sociales, Lettres - Saltz, Jeffrey S. - 01/09/2017 - Broché - Langue : Anglais

        Auteur(s) : Saltz, Jeffrey S. - Stanton, Jeffrey M.Editeur : Sage Publications, IncLangue : AnglaisParution : 01/09/2017Format : Moyen, de 350g à 1kgNombre de pages : 288Expédition :...

      • Auteur(s) : Saltz, Jeffrey S. - Stanton, Jeffrey M.
      • Editeur : Sage Publications, Inc
      • Langue : Anglais
      • Parution : 01/09/2017
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 288
      • Expédition : 543
      • Dimensions : 23.5 x 19.1 x 1.6
      • Résumé :
        An Introduction to Data Science by Jeffrey S. Saltz and Jeffrey M. Stanton is an easy-to-read, gentle introduction for people with a wide range of backgrounds into the world of data science. Needing no prior coding experience or a deep understanding of statistics, this book uses the R programming language and RStudio? platform to make data science welcoming and accessible for all learners. After introducing the basics of data science, the book builds on each previous concept to explain R programming from the ground up. Readers will learn essential skills in data science through demonstrations of how to use data to construct models, predict outcomes, and visualize data.

        Biographie:

        Jeffrey S. Saltz is an Associate Professor at Syracuse University in the School of Information Studies and Director of the school?s Master?s of Science program in Applied Data Science. His research and teaching focus on helping organizations leverage information technology and data for competitive advantage. Specifically, his current research focuses on the socio-technical aspects of data science projects, such as how to coordinate and manage data science teams. In order to stay connected to the ?real world?, Dr. Saltz consults with clients ranging from professional football teams to Fortune 500 organizations. Prior to becoming a professor, Dr. Saltz?s two decades of industry experience focused on leveraging emerging technologies and data analytics to deliver innovative business solutions. In his last corporate role, at JPMorgan Chase, he reported to the firm?s Chief Information Officer and drove technology innovation across the organization. Jeff also held several other key technology management positions at the company, including CTO and Chief Information Architect. He also served as Chief Technology Officer and Principal Investor at Goldman Sachs, where he helped incubate technology start-ups. He started his career as a programmer, project leader and consulting engineer with Digital Equipment Corp. Dr. Saltz holds a B.S. degree in computer science from Cornell University, an M.B.A. from The Wharton School at the University of Pennsylvania, and a PhD in Information Systems from the New Jersey Institute of Technology.

        Sommaire:
        Preface
        About the Authors
        Introduction: Data Science, Many Skills
        What Is Data Science?
        The Steps in Doing Data Science
        The Skills Needed to Do Data Science
        Chapter 1 ? About Data
        Storing Dat?Using Bits and Bytes
        Combining Bytes Into Larger Structures
        Creating a Data Set in R
        Chapter 2 ? Identifying Data Problems
        Talking to Subject Matter Experts
        Looking for the Exception
        Exploring Risk and Uncertainty
        Chapter 3 ? Getting Started With R
        Installing R
        Using R
        Creating and Using Vectors
        Chapter 4 ? Follow the Data
        Understand Existing Data Sources
        Exploring Data Models
        Chapter 5 ? Rows and Columns
        Creating Dataframes
        Exploring Dataframes
        Accessing Columns in a Dataframe
        Chapter 6 ? Data Munging
        Reading a CSV Text File
        Removing Rows and Columns
        Renaming Rows and Columns
        Cleaning Up the Elements
        Sorting Dataframes
        Chapter 7 ? Onward With RStudio?
        Using an Integrated Development Environment
        Installing RStudio
        Creating R Scripts
        Chapter 8 ? What?s My Function?
        Why Create and Use Functions?
        Creating Functions in R
        Testing Functions
        Installing a Package to Access a Function
        Chapter 9 ? Beer, Farms, and Peas and the Use of Statistics
        Historical Perspective
        Sampling a Population
        Understanding Descriptive Statistics
        Using Descriptive Statistics
        Using Histograms to Understand a Distribution
        Normal Distributions
        Chapter 10 ? Sample in a Jar
        Sampling in R
        Repeating Our Sampling
        Law of Large Numbers and the Central Limit Theorem
        Comparing Two Samples
        Chapter 11 ? Storage Wars
        Importing Data Using RStudio
        Accessing Excel Data
        Accessing a Database
        Comparing SQL and R for Accessing a Data Set
        Accessing JSON Data
        Chapter 12 ? Pictures Versus Numbers
        A Visualization Overview
        Basic Plots in R
        Using ggplot2
        More Advanced ggplot2 Visualizations
        Chapter 13 ? Map Mashup
        Creating Map Visualizations With ggplot2
        Showing Points on a Map
        A Map Visualization Example
        Chapter 14 ? Word Perfect
        Reading in Text Files
        Using the Text Mining Package
        Creating Word Clouds
        Chapter 15 ? Happy Words?
        Sentiment Analysis
        Other Uses of Text Mining
        Chapter 16 ? Lining Up Our Models
        What Is a Model?
        Linear Modeling
        An Example?Car Maintenance
        Chapter 17 ? Hi Ho, Hi Ho?Data Mining We Go
        Data Mining Overview
        Association Rules Data
        Association Rules Mining
        Exploring How the Association Rules Algorithm Works
        Chapter 18 ? What?s Your Vector, Victor?
        Supervised and Unsupervised Learning
        Supervised Learning via Support Vector Machines
        Support Vector Machines in R
        Chapter 19 ? Shiny? Web Apps
        Creating Web Applications in R
        Deploying the Application
        Chapter 20 ? Big Data? Big Deal!
        What Is Big Data?
        The Tools for Big Data
        Index

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Neuf et occasion
        Le choixNeuf et occasion
        5% remboursés
        Minimum5% remboursés
        Satisfait ou remboursé
        La sécuritéSatisfait ou remboursé
        À votre écoute
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        RakutenLogos.svg
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com