Recently Published
Next word prediction model using ANLP
Next word prediction model is an application which is trained on large amount of text data to predict next word based on previous words.
Swiftkey: NLP analysis - Exploratory Data Analysis
Goal of this document is to show how I have downloaded and manipulated data. Show basic summary statistics like word count,line count,basic data tables Display plots and show interesting findings.
Reproducible Research Project 2
Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries, and property damage, and preventing such outcomes to the extent possible is a key concern.
This project involves exploring the U.S. National Oceanic and Atmospheric Administration's (NOAA) storm database. This database tracks characteristics of major storms and weather events in the United States, including when and where they occur, as well as estimates of any fatalities, injuries, and property damage.
Statistical Inference Part 2
In the second portion of the Coursera project, we're going to analyze the ToothGrowth data in the R datasets package.
Statistical Inference Part 1
In this project you will investigate the exponential distribution in R and compare it with the Central Limit Theorem. The exponential distribution can be simulated in R with rexp(n, lambda) where lambda is the rate parameter. The mean of exponential distribution is 1/lambda and the standard deviation is also 1/lambda. Set lambda = 0.2 for all of the simulations.