SQL Part 11In the previous blog post, we explore the dataset that we will be using for the JOINS. We also ended with a simple JOIN statement that…Mar 29, 2022Mar 29, 2022
SQL Part 10In the last blog post, I left off using the DISTINCT statement along with aggregation. One thing to keep in mind with using the DISTINCT…Mar 29, 2022Mar 29, 2022
SQL Part 9In this post, we will further examine how a CASE statement can be used to count multiple categories. In our previous post, we took a look…Feb 27, 2022Feb 27, 2022
SQL Part 8In the last part of the previous blog, I introduced the CASE statement which is capable of creating a new column and filling it with a…Feb 27, 2022Feb 27, 2022
SQL Part 7In this blog post, I will be talking about several extremely useful functions that exist in SQL.Feb 7, 2022Feb 7, 2022
SQL Part 5Let us continue with a few more logical operators in this blog post.Jan 24, 2022Jan 24, 2022
SQL Part 4In this blog post, I will go further into some of the logical operators mentioned in the previous post.Jan 16, 2022Jan 16, 2022
SQL PART 3In my previous blog, I went over writing query statements, naming conventions for columns, formatting conventions for query statements, and…Jan 9, 2022Jan 9, 2022
SQL Part 2In a SQL table, each column has a data type as an attribute that specifies the type of data of any object in it. Each column, variable, and…Jan 1, 2022Jan 1, 2022
SQL — Part 1SQL is a database computer language meant for the retrieval and management of data in relational databases. SQL stands for Structured…Dec 25, 2021Dec 25, 2021
Matplotlib Tutorial-Part2In my previous blog, I went through the basics of matplot lib and how to change the style of the graphs. I also went over how to plot a bar…Dec 16, 2021Dec 16, 2021
Permutation and CombinationAs part of a refresher on simple probabilities, I will try to explain the differences between Permutation and Combination and when to use…Dec 3, 2021Dec 3, 2021
CNN Deep Learning With Transfer Learning. Part-2Now that we have finished building and testing a baseline model that performs decently in part 1, I will now start building models using…Nov 23, 2021Nov 23, 2021
CNN Deep Learning With Transfer Learning. Part 1Today we have the task of predicting ages using image classification. Since we are limited in the computational resource and data we have…Nov 15, 2021Nov 15, 2021
Recommendation SystemsThe goal of a recommendation system is to help expose people to things that they might enjoy or like to purchase. Without recommendation…Jul 16, 2021Jul 16, 2021
Key Assumptions in Linear RegressionWhen building a linear regression model there are several assumptions we have to make. We can only rely on the outputs of a regression…Nov 12, 2020Nov 12, 2020
First Data Science Project — The ToolsIn this blog post, I will be talking about the first data science project I have done. I will be discussing and explaining some of the…Sep 19, 2020Sep 19, 2020