Skip to main content

Posts

My Biggest Religious Encounter

MY BIGGEST RELIGIOUS ENCOUNTER Hi All. I am back again with a new blog to share my experience as usual. But this time I am writing a non technical blog which is on my visit to Kumbh. The Kumbh is said to be the biggest peaceful gathering in the world. I had been curious to visit it once but never got the opportunity to do so. However, this year I managed some time to witness the gathering.  This blog is to give you some idea on the ambiance and setting of the Kumbh. With this blog, I wish to shoo away your doubts that pulls you back from giving a visit to this rendezvous. Many of you aren't be aware of the origin of Kumbh. So, I would like to put some light on it's commencement. ORIGIN OF KUMBH It is believed that Lord Vishnu while carrying Amrit obtained after Samudra Manthan in the pot named Kumbh spilled few drops at 4 places which are Haridwar, Nashik, Prayag and Ujjain . Thence they have got a religious significance and holds the fair periodic...

Supervised Learning using Python

Simple Linear Regression Using Python The very basics of Machine Learning starts with understanding Simple Linear Regression and implementing it in a programing language. Python being already equipped with so many statistical computing and analysis library makes this task way easier. Let's learn how can we use python to predict some values using SLR . I am using Spyder as IDE. We will be using a test set containing salaries and years of experience. Like this:- YearsExperience Salary 1.1 39343 1.3 46205 1.5 37731 2 43525 2.2 39891 2.9 56642 3 60150 3.2 54445 3.2 64445 The dataset has 30 records and can be found in the link Here Once done. You need to import this dataset into python for which you can use the class Pandas Import it by writing import pandas as pd You now need to obtain the import the dataset. dataset = pd.read_csv('Salary_Data.csv') Ensure that the file is in the same d...

My Experience At Cognizant

Hi, this blog is to give u an idea of the assimilation process of Cognizant .  I was interviewed on 11th March for the post of PAT(Program Analyst Trainee) . I received a mail from them regarding my joining and other process involved in 10-15 days post my interview. They asked to mail and then upload some documents for verification in the one cognizant portal.  Once the verification was done I was intimated my joining location and Date. I was asked to report to the cks campus at Chennai on 26th April.   Our admit card was generated a day prior to the reporting date.  After reporting our documents were verified. We were then told about the policies, rules, and regulations we must abide by in the campus. It was overall a good day. Nothing to panic if all your documents are proper else they will ask you to report on some other day.  They provided breakfast and lunch coupon for the day along with CTS merchandi...