Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  What the Data says technology Blog  > 

What The Data Says Blog


mydatasciencenotes.blogspot.com
There is a vast world of Data out there.Let's learn to clean, wrangle and read the Data. I am learning and I am writing it down in my notebook. You want to take a peek? You are most welcome! If I am doing it wrong, please point it out. You have a different idea? Please share with me. Together we can learn, share and understand 'What the data says'!
2021-05-12 18:10
This post is the repository of some python interview questions. The questions will range from basic theory questions to answering […] The post 50 Python Interview Questions and Answe… Read More
2020-03-11 19:27
Applications: Predict Stock prices, house prices, sales, etc.Linear Regression: This refers to a linear relationship between two or more variables. If we draw this relationship in… Read More
2019-03-25 18:25
Bot Saves Princess-2 problem in Hackerrank is more or less similar to the first  Bot Saves Princess problem. But it took me some time to understand what the problem is and wha… Read More
2019-03-07 01:21
Bot Saves Princess problem is Hackerrank is the kind of game that I used to play a lot when I was a child. But I have never thought of writing code to save some Princess Peach who is tr… Read More
Hackerrank In R: Stock Predictions
2019-02-27 19:55
Stock Predictions problem in Hackerrank is listed as easy and surprisingly I struggled a lot to get a decent score. I hope to learn a little more about the investment strategies that actuall… Read More
Hackerrank In R: Laptop Battery Life
2019-02-20 19:21
Laptop Battery Life Challenge is an illustration which demonstrates the importance of analyzing the data before thinking of any ML solution to the problem. The Problem is as below: Fred… Read More
Sentiment Analysis On Movie Reviews In R
2018-10-11 18:52
Text Analytics is an interesting but tricky subject. It is not easy to decipher sentiments from some words. It gets complex since we, people are so good at sarcasm. So, let's take some baby… Read More
Database Operations In R Using RSQLite
2018-07-20 22:42
I needed a break from the neural network and even machine learning algorithms. All those formulae for mathematical representation, the complexity of all those algorithms was getting on my ne… Read More
Convert .mat File To .csv File
2018-05-17 19:26
I thought of practicing the Neural Network exercise from Andrew Ng course in R and got stuck at the first step. The data file is in .mat format and I wanted to convert it in a .csv file. Aft… Read More
A Simple Introduction To Neural Network
2018-05-11 20:37
I was avoiding the Neural Network Algorithms for some time since the name only was dreadful. It is always linked with Artificial Intelligence, Deep Learning and I always thought that it must… Read More
Predict Your Child's Height At 18
2018-05-04 20:02
"Height" is a slightly delicate issue for me. I stopped growing at 5 feet. I always wonder "How Tall My Daughter Will Be @ 18?" Then one day, I asked myself, "What the Data Says"?W… Read More
TextAnalytics: Create WordCloud In R
2018-01-25 22:03
Text Analytics is such an interesting topic and I was trying to understand where to start from. The first thing that caught my attention in any blogs or tutorials about Text Analytics i… Read More
Introduction To Text Analytics Using R
2018-01-24 01:44
I was browsing the competitions in Kaggle with Category as "Getting Started" and the one that caught my attention is "Bag of Words Meets Bags of Popcorn". This competition is about Sentiment… Read More
Plot Image Of A Pixel Matrix In R
2018-01-11 05:25
I was trying my hands on the Digit Recognizer Competition in Kaggle and I was paralyzed. I was not able to understand how to proceed on this. I took a few deep breaths and told myself "one s… Read More
Types Of Machine Learning Algorithms
2018-01-03 21:33
There can be various ways of Grouping the Machine Learning Algorithms. The most common way is to organize the Algorithms based on Learning Style and following are the categories: 1. Supervi… Read More
Decision Tree In R
2018-01-03 21:32
Decision Tree is a type of Supervised Learning where the sample is split into two or more homogeneous sets based on some significant splitter or differentiator in input variables.T… Read More
Random Forest Algorithm In R
2017-12-13 21:25
Random Forest is a popular algorithm for Machine Learning which can be used both for Regression and Classification tasks. The concept (definition) of this algorithm is explained in its name… Read More
Learning Logistic Regression In R
2017-12-08 20:51
Logistic Regression is a technique to predict a Categorical Variable Outcome based on one or more input variable(s). Logistic Regression is a classification algorithm. For binary categorical… Read More
First Linear Regression Model In R
2017-12-04 22:28
Linear Regression is a technique to predict the value of an output variable based on one or more input variable(s).The purpose of Linear Regression is to model a continuous variable Y as a m… Read More
Unused Arguments Error In Dplyr Select
2017-11-10 01:54
Problem:Getting "unused argument" error while using Select ()Function from Dplyr.Solution:I have used the select () function from Dplyr before and it worked perfectly. But today suddenl… Read More
First Plot In R Using Plot()
2017-11-08 21:02
Problem:Create an Exploratory Plot in RSolution:Data Visualization is communicating the data in a graphical format. We can create our first plot in R using the plot() function. If you h… Read More
Introduction To Data Visualization In R
2017-11-08 19:28
What is Data Visualization?Data Visualization is an approach for summarizing and visualizing the important characteristics and statistical properties of a Dataset. Once we get a Dataset… Read More
Check The Levels Of A Factor Column In R
2017-11-08 06:28
Problem:Check the different Levels of a Factor Column in R Solution:The Elements of a Factor are called Levels. Suppose, we have loaded a DataSet into a DataFrame in R. Now, w… Read More
Introduction To Machine Learning
2017-10-27 19:57
Machine Learning is quite a big word for me. And I am just starting to soak my feet in that vast ocean of knowledge. I googled many times with different keyword to understand what exactly is… Read More
For Loop In R
2017-10-24 18:53
The for loop executes the same code again and again for a specific number of times.Problem:Write a for loop in RSolution:The simple syntax of for loop is as below:for(variable in sequence){e… Read More
While Loop In R
2017-10-24 17:28
The while loop executes the same code again and again until a stop condition is met.Problem:Write a while loop in RSolution:The simple syntax of while loop is as below:while(condition){expre… Read More

Share the post

What the Data says

×

Subscribe to What The Data Says

Get updates delivered right to your inbox!

Thank you for your subscription

×