BCS01T1002 AI Fundamentals: Prepared By: Group No. 32, Yash Kumar, 20SCSE1180135 Yash Saxena, 20SCSE1180120
BCS01T1002 AI Fundamentals: Prepared By: Group No. 32, Yash Kumar, 20SCSE1180135 Yash Saxena, 20SCSE1180120
BCS01T1002
AI Fundamentals
Prepared by:
Group No. 32, Yash Kumar ,20SCSE1180135
Yash Saxena , 20SCSE1180120
Semester: I Section:13
Session 2020-2021
03/07/2021 1
School of Computing Science & Engineering
Course Code : BCS01T1002 Course Name: AI Fundamentals
Basic Terminologies
Course Code : XXXXXX Course Name: Data structures using C
• Weather - Condition of the air on earth at a given time.
• Climate - Average weather conditions in a place over many years.
• Weather Forecasting is the application of science and technology to predict the condition of the atmosphere based on previously
collected data.
Ancient Barometer
ENIAC
Existing Systems
Course Code : XXXXXX Course Name: Data structures using C
• Uses Machine Learning algorithms like Linear Regression etc.
• Some existing models make use of surrounding data of the target site which makes them less efficient.
• Over Prediction in many existing models.
• Gets very costly when made use of Satellites to gather data to make more precise predictions.
• Recurrent neural network is a deep learning model which has an internal memory which can be used to store the
Course Code : XXXXXX Course Name: Data structures using C
information of the previously calculated output.
• Since RNN has short term memory, Long Short-Term Memory (LSTM) is used along with it.
• As we know that Neural Networks have fundamental components known as Neuron, so in this case; temperature,
humidity, pressure, dew point, wind speed, precipitation and visibility are considered as Neurons.
• Weather forecasting is done by collecting information related today weather in regards to the previous and the present
condition of the weather and utilizing this information to train LSTM model.
• Since data is the key component in machine learning models, it is very important to clean the raw data and extract only the
Course Code : XXXXXX Course Name: Data structures using C
required data and feed the data to the model in a specific format.
• Weather forecasting is important to each and everyone, whether it is a student who decides to carry an umbrella or not by
knowing the weather, or a government organization which helps people to vacate a location by knowing that it is going to
rain heavily in that region.
• Accurate Weather Forecasting is really important to farmers .
The End
Course Code : XXXXXX Course Name: Data structures using C
Thank You