Write a c program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Write a c program

Assume that you have data from meteorological department for last 20 years about humidity, temperature, atmospheric pressure, is it rained or not. Develop a C program to predict temperature, possibility of raining, humidity for the given day.

22nd Sep 2017, 3:36 PM
Amit Purad
1 Answer
+ 4
instead of C I suggest you to move on to Machine Learning, where the ML libraries can do the trick. Just put the metrological data into a pickle file and train them in any ML algorithm. Your job is done and Dusted. All the best.
23rd Sep 2017, 4:26 PM
Sathish Kumar
Sathish Kumar - avatar