返回首页
苏宁会员
购物车 0
易付宝
手机苏宁

服务体验

店铺评分与同行业相比

用户评价:----

物流时效:----

售后服务:----

  • 服务承诺: 正品保障
  • 公司名称:
  • 所 在 地:

  • Java数据分析(影印版) (美)约翰·R.哈伯德(John R.Hubbard) 著 专业科技 文轩网
  • 新华书店正版
    • 作者: (美)约翰·R.哈伯德(John R.Hubbard)著
    • 出版社: 东南大学出版社
    • 出版时间:2018-08-01 00:00:00
    送至
  • 由""直接销售和发货,并提供售后服务
  • 加入购物车 购买电子书
    服务

    看了又看

    商品预定流程:

    查看大图
    /
    ×

    苏宁商家

    商家:
    文轩网图书旗舰店
    联系:
    • 商品

    • 服务

    • 物流

    搜索店内商品

    商品分类

         https://product.suning.com/0070067633/11555288247.html

     

    商品参数
    • 作者: (美)约翰·R.哈伯德(John R.Hubbard)著
    • 出版社:东南大学出版社
    • 出版时间:2018-08-01 00:00:00
    • 版次:1
    • 印次:1
    • 印刷时间:2018-08-01
    • 字数:504千字
    • 页数:390
    • 开本:16开
    • 装帧:平装
    • ISBN:9787564177362
    • 国别/地区:中国
    • 版权提供:东南大学出版社

    Java数据分析(影印版)

    作  者:(美)约翰·R.哈伯德(John R.Hubbard) 著
    定  价:94
    出 版 社:东南大学出版社
    出版日期:2018年08月01日
    页  数:390
    装  帧:平装
    ISBN:9787564177362
    主编推荐

    内容简介

    数据分析是包含检查、清洗、转化和建模的整个过程,旨在发现有用的信息。Java是实现数据分析任务的流行语言之一。《Java数据分析(影印版·英文版)》将提供数据科学和相关流程步骤的快速概览。你将从中学到统计数据分析技巧,并通过流行的Java API和类库把它们实现。你还能在实际案例中学到诸如分类和回归之类的机器学习概念。在这个过程中,你将熟悉RapidMinet和Weka等工具,了解这些Java工具如何更有效地用于分析。还会学到如何与关系型、NoSQL和时间序列数据打交道。《Java数据分析(影印版·英文版)》也将介绍如何利用不同的Java类库创建富有洞见又容易理解的图表。学完《Java数据分析(影印版·英文版)》,你将对多种数据分析技巧和相应的Java实现拥有扎实的基础知识。

    作者简介

    精彩内容

    目录
    Preface
    Chapter 1:Introduction to Data Analysis
    Origins of data analysis
    The scientific method
    Actuarial science
    Calculated by steam
    A spectacular example
    Herman Hollerith
    ENIAC
    VisiCalc
    Data, information, and knowledge
    Why Java?
    Java Integrated Development Environments
    Summary
    Chapter 2:Data Pre_processing
    Data types
    Variables
    Data points and datasets
    Null values
    Relational database tables
    Key fields
    Key-value pairs
    Hash tables
    File formats
    Microsoft Excel data
    XML and JSON data
    Generating test datasets
    Metadata
    Data cleaning
    Data scaling
    Data filtering
    Sorting
    Merging
    Hashing
    Summary
    Chapter 3:Data Visualization
    Tables and graphs
    Scatter plots
    Line graphs
    Bar charts
    Histograms
    Time series
    Java implementation
    Moving average
    Data ranking
    Frequency distributions
    The normal distribution
    A thought experiment
    The exponential distribution
    Java example
    Summary
    Chapter 4:Statistics
    Descriptive statistics
    Random sampling
    Random variables
    Probability distributions
    Cumulative distributions
    The binomial distribution
    Multivariate distributions
    Conditional probability
    The independence of probabilistic events
    Contingency tables
    Bayes' theorem
    Covariance and correlation
    The standard normal distribution
    The central limit theorem
    Confidence intervals
    Hypothesis testing
    Summary
    Chapter 5:Relational Databases
    The relation data model
    Relational databases
    Foreign keys
    Relational database design
    Creating a database
    SQL commands
    Inserting data into the database
    Database queries
    SQL data types
    JDBC
    Using a JDBC PreparedStatement
    Batch processing
    Database views
    Subqueries
    Table indexes
    Summary
    Chapter 6:Regression Analysis
    Linear regression
    Linear regression in Excel
    Computing the regression coefficients
    Variation statistics
    Java implementation of linear regression
    Anscombe's quartet
    Polynomial regression
    Multiple linear regression
    The Apache Commons implementation
    Curve fitting
    Summary
    Chapter 7:Classification Analysis
    Decision trees
    What does entropy have to do with it?
    The ID3 algorithm
    Java Implementation of the ID3 algorithm
    The Weka platform
    The ARFF filetype for data
    Java implementation with Weka
    Bayesian classifiers
    Java implementation with Weka
    Support vector machine algorithms
    Logistic regression
    K-Nearest Neighbors
    Fuzzy classification algorithms
    Summary
    Chapter 8:Cluster Analysis
    Measuring distances
    The curse of dimensionality
    Hierarchical clustering
    Weka implementation
    K-means clustering
    K-mecloids clustering
    Affinity propagation clustering
    Summary
    Chapter 9:Recommender Systems
    Utility matrices
    Similarity measures
    Cosine similarity
    A simple recommender system
    Amazon's item-to-item collaborative filtering recommender
    Implementing user ratings
    Large sparse matrices
    Using random access files
    The Netflix prize
    Summary
    Chapter 10:NoSQL Databases
    The Map data structure
    SQL versus NoSQL
    The Mongo database system
    The Library database
    Java development with MongoDB
    The MongoDB extension for geospatial databases
    Indexing in MongoDB
    Why NoSQL and why MongoDB?
    Other NoSQL database systems
    Summary
    Chapter 11:Data Analysis with Java
    Scaling, data striping, and sharding
    Google's PageRank algorithm
    Google's MapReduce framework
    Some examples of MapReduce applications
    The WordCount example
    Scalability
    Matrix multiplication with MapReduce
    MapReduce in MongoDB
    Apache Hadoop
    Hadoop MapReduce
    Summary
    Appendix:Java Tools
    The command line
    Java
    NetBeans
    MySQL
    MySQL Workbench
    Accessing the MySQL database from NetBeans
    The Apache Commons Math Library
    The javax JSON Library
    The Weka libraries
    MongoDB
    Index

    售后保障

    最近浏览

    猜你喜欢

    该商品在当前城市正在进行 促销

    注:参加抢购将不再享受其他优惠活动

    x
    您已成功将商品加入收藏夹

    查看我的收藏夹

    确定

    非常抱歉,您前期未参加预订活动,
    无法支付尾款哦!

    关闭

    抱歉,您暂无任性付资格

    此时为正式期SUPER会员专享抢购期,普通会员暂不可抢购