Published 2020-05-25 14:42 Tagged on nuscenes autonomous-driving Introduction to nuScenes: Dataset for Autonomous Driving  ### 1. Introduction ------ According to **nuScenes** by [Aptiv](https://www.nuscenes.org) - > nuScenes is a public large-scale dataset for autonomous driving. It enables researchers...
Published 2020-05-24 00:09 Tagged on machine-learning Exploratory Data Analysis (EDA) on Wine Quality Prediction Dataset  ## 1. Introduction ---- The article consists of Exploratory Data Analysis (EDA), predictive models and evaluation of those models for predicting the quality of wine, given a list of wine characteristics. ##### Note: Dataset and code can be...
Published 2019-07-12 21:04 Tagged on graph dgcnn cnn pointclouds ai 3D deep-learning "Dynamic Graph CNN for Learning on Point Clouds" Simplified  # Introduction Point clouds are a collection of data points in space, usually produced by a 3D scanner. A large number of points are measured on the external surfaces of the objects and then represented as point clouds....