Goto

Collaborating Authors

 Time Series Analysis


Using Time Series Analysis to Forecast Close Approaches to the Earth by Near-Earth Objects

#artificialintelligence

If we are to be struck by an impact event resulting in human extinction, it would most likely occur in the Spring or Fall. If you were to ask 100 people what they believed the greatest risk to human civilization is I would bet the top 3 answers would be nuclear war, global pandemic and global warming/climate change. However, less than 10 years ago a meteor with a diameter of approximately 20 meters and a mass of 10,000 tons exploded 30 km over the city Chelyabinsk in Russia. Although there were no fatalities, the blast was estimated to have resulted in $30 million worth of damages and injured 1,500 people. About 100 years previously, in 1908, a meteor 50โ€“60 meters in size exploded over Siberia with the power of a 12 megaton explosion which destroyed about 2,200 squared kilometers of forest.


Time Series Analysis, Forecasting, and Machine Learning

#artificialintelligence

Welcome to Time Series Analysis, Forecasting, and Machine Learning in Python. Time Series Analysis has become an especially important field in recent years. With inflation on the rise, many are turning to the stock market and cryptocurrencies in order to ensure their savings do not lose their value. COVID-19 has shown us how forecasting is an essential tool for driving public health decisions. Businesses are becoming increasingly efficient, forecasting inventory and operational needs ahead of time.


Time Series Analysis in Python 2022

#artificialintelligence

Created by 365 Careers 7.5 hours on-demand video course Welcome to Time Series Analysis in Python! The big question in taking an online course is what to expect. And we've made sure that you are provided with everything you need to become proficient in time series analysis. We start by exploring the fundamental time series theory to help you understand the modeling that comes afterwards. Then throughout the course, we will work with a number of Python libraries, providing you with a complete training.



5 Must-Know Terms in Time Series Analysis

#artificialintelligence

A time series is a sequence of observations or measurements ordered in time. The first picture that comes to mind when talking about time series is usually stock prices. However, time series are ubiquitous.


Time Series Analysis on Smart Home IOT with Weather data

#artificialintelligence

This paper proposes an efficient way to reduce usage or predict the future needs of appliances or power consumption by using the weather information data . Over the last few years, activity recognition in the smart home has become an active research area due to the wide range of human centric-applications. IoT brings together everything at home under one umbrella which has the potential to monitor and remote control such as air conditioning, alarm system, lighting, heating, ventilation, telephone system, tv, etc. To enhance our comfort and security with low energy consumption and energy management is one of the IoT use cases with which energy being sent out or consumed can be monitored. One can monitor each of the IoT appliances and how much power each of the devices is consuming, and easily switch between energy-efficient appliances across the day. In this case study we are going to focus on predicting the future energy consumption with the past data so that we can manage our day to day usage of appliances at home.


Can We Forecast the Number of Sunspots?

#artificialintelligence

Firstly: what is a sunspot? Sunspots are a temporary phenomena on the Sun's photosphere that appear darker than the surrounding areas. The reason why I have selected the sunspots dataset for time series analysis is sunspots appear on an 11-year solar cycle, meaning we should expect to see a seasonality component to the data. I will be modelling the seasonality trend using two different methods, the ARMA model and LSTM model. The data that will be used is from 1749 to 2013 and is the monthly average at each month.


An Ultimate Guide to Time Series Analysis in Pandas

#artificialintelligence

It is the analysis of the dataset that has a sequence of time stamps. It has become more and more important with the increasing emphasis on machine learning. So many different types of industries use time-series data now for time series forecasting, seasonality analysis, finding trends, and making important business and research decisions. So it is very important as a data scientist or data analyst to understand the time series data clearly. I will start with some general functions and show some more topics using the Facebook Stock price dataset. Time series data can come in so many different formats. But not all of those formats are friendly to python's pandas' library.


Data Science in Layman's Terms: Time Series Analysis - CouponED

#artificialintelligence

This course explores a specific domain of data science: time series analysis. The lectures explain topics in time series from a high level perspective, so that you can get a logical understanding of the concepts without getting intimidated by the math or programming. Whether you are new to time series or an experienced data scientist, this course covers every aspect of time series. The later half of the course entails several projects for you to get your hands dirty with time series analysis in Python. You will learn about modern time series forecasting models and AI, how to build them, and implement them to do extraordinary things.


3 Top Python Packages for Time Series Analysis

#artificialintelligence

As a Data Scientist, you are employed because of your skill in data analysis and machine learning. One of the analyses often requested by the business is to do a business forecast, especially the time-related forecast.