James Owusu-Appiah
3 min read
TensorFlow and Deep Learning In Python
TensorFlow TensorFlow is a free and open-source software library for artificial intelligence and machine learning. Although it may be...
James Owusu-Appiah
2 min read
Extreme Gradient Boosting With XGBoost and Cluster Analysis In Python
EXTREME GRADIENT BOOSTING WITH XGBOOST Supervised learning which XGBoost is applied to requires labelled data. XGBoost can be applied to...
James Owusu-Appiah
4 min read
Linear Classifiers And Machine Learning With Tree Based Models In Python
LINEAR CLASSIFIERS Linear classifiers are supervised machine learning algorithms that classify data into labels based on linear...
James Owusu-Appiah
7 min read
Understanding Fundamental Statistical Concepts In Data Science
What Is Statistics? Statistics is a form of mathematical analysis that uses quantified models and representations for a given set of...
James Owusu-Appiah
8 min read
TIME SERIES ANALYSIS OF NAICS
NAICS The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying...
James Owusu-Appiah
1 min read
Universal Gravitation Calculator
Newton's Law Of Universal Gravitation Calculator The law entails that objects with mass feel an attractive force that is proportional to...
James Owusu-Appiah
1 min read
Body Mass Index (BMI) Calculator
Body Mass Index (BMI) Calculator Body Mass Index is an approximate measure of whether someone is over or underweight, calculated by...
James Owusu-Appiah
4 min read
IMPORTING AND CLEANING DATA IN PYTHON
Importing Data In Python We need datasets for data analysis. Python has various modules which help us in importing the external data in...
achilaariel65
5 min read
Scraping and Munging tweets for Sentiment Analysis in Python.
Introduction The phrase "data is the new oil" is often bandied about by those who have interacted with data meaningfully. The weight of...
Nargiz Huseynova
2 min read
Converting Temperature in Fahrenheit to Celsius and Vice Versa.
In this blog, we will talk about Converting Temperature from Fahrenheit to Celsius and vice versa. The Fahrenheit temperature scale is...