- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 113字
- 2021-07-02 20:49:10
How to do it...
In this chapter, the Occupancy Detection dataset from the UC Irivine ML repository is used to build models on logistic regression and neural networks. It is an experimental dataset primarily used for binary classification to determine whether a room is occupied (1) or not occupied (0) based on multivariate predictors as described in the following table. The contributor of the dataset is Luis Candanedo from UMONS.
Download the dataset at https://archive.ics.uci.edu/ml/datasets/Occupancy+Detection+.
There are three datasets tobe downloaded; however, we will use datatraining.txt for training/cross validation purposes and datatest.txt for testing purposes.
The dataset has seven attributes (including response occupancy) with 20,560 instances. The following table summarizes the attribute information:

- LabVIEW程序設計基礎與應用
- GeoServer Cookbook
- Oracle Exadata性能優化
- PyTorch自動駕駛視覺感知算法實戰
- CentOS 7 Linux Server Cookbook(Second Edition)
- C語言程序設計教程(第2版)
- 深入淺出PostgreSQL
- Natural Language Processing with Java and LingPipe Cookbook
- Hadoop 2.X HDFS源碼剖析
- Mastering Adobe Captivate 7
- 監控的藝術:云原生時代的監控框架
- HTML5 WebSocket權威指南
- PHP 7 Programming Blueprints
- INSTANT EaselJS Starter
- INSTANT Lift Web Applications How-to