Posts

Recognizing Handwritten Digits

Image
 Hello, This article serves as a documentation of my second project —   Recognizing Handwritten Digits  for my internship program at   Suven Consultants & Technology Pvt. Ltd . The main objective of this project is to understand the classical problem o f  Recognizing Handwritten Digits by computers. This is a classic classification problem in machine learning that can be traced back to the first automatic machines that needed to recognize individual characters in handwritten documents. Think about, for example, the ZIP codes on letters at the post office and the automation needed to recognize these five digits. Perfect recognition of these codes is necessary in order to sort mail automatically and efficiently. Included among the other applications that may come to mind is OCR (Optical Character Recognition) software. OCR software must read handwritten text, or pages of printed books, for general electronic documents in which each character is well defined. B...

Meteorogical Data Analysis

Image
  Hello  In this blog  we are going to Analyse the data from the Weather data-set of Finland , a country in the Northern Europe. You can find the data-set on Kaggle ( https://www.kaggle.com/muthuj7/weather-dataset ).We are going to use Libraries like Numpy , Pandas and the Matplotlib  of Python. Following is the Hypothesis of the Analysis :  “Has the Apparent temperature and humidity compared monthly across 10 years of the data indicate an increase due to Global warming.” Lets Start by Importing Libraries,                                                           Libraries required for analysis                                                                ...