Skip to main content

VTU board has announced holidays for the following collages on 05-03-2019


Comments

Popular posts from this blog

Key to success: The Pareto principle

Today everyone reads and study many successful storeys and might have wondered how did they reach to that level ? And what made them different from the common people? Here is one of the best known key they used to open the lock called Success. THE PARETO PRINCIPLE As this sounds different to you but is one of the well known and accepted principle. This principle was introduced by the Italian Economist known as VILFERDO PARETO According to this principle 80% of any  work depends on 20% of things that actually matter It is also known as 80/20 principle What does it mean? It clearly states that if you want successful results in any work make sure you focus on just 20% of important things that actually matters and you will get 80% of assured result. How did he construct this principle?  Have you ever thought how a new principle is brought up? Its just simple ,by careful observation. Same thing happened with Mr Pareto. At his time in It...
import  csv with   open ( '/content/drive/MyDrive/ML lab programs/Lab 1 Find-S algorithm/weather.csv' )  as  f:   reader = csv.reader(f)   data = list(reader)  print ( 'Training data' ) for  row  in  data:    print (row) attr_len= len (data[ 0 ]) -1 h = [ '0' ]*attr_len       print ( 'The Hypothesis are' ) for  row  in  data:    if  row[ -1 ] ==  'Yes' :     j =  0      for  col  in  row:         if  col !=  'Yes' :           if  col != h[j]  and  h[j] ==  '0' :           h[j] = col         ...

10 Things that Indians go Crazy About

1 .TEA (chai) 'Tea is the national drink of India' , being a drink which can be prepared within 2-5 minutes can be served 24/7 irrespective of all seasons.Tea shares its presence during happy Marriages and even on sad Funerals.It is consumed from 6 year old boy to 80 year old body.There are many people who won't start their day without having tea.Tea has got many fans by its taste and super qualities.If you didn't tried tea yet you  didn't tried the best drink in the world yet. www.moziru.com 2.Discount Sales. The only shops which runs busy all the days are sales with discount, even though there is no guarantee for product ,people prefer these sales and don't stop bargaining even on discount prices.On the other side these sales play a major role in recycling waste products and have their own contribution to country's economy. www.jantoo.com 3.English Being the Britain's national language the more no.of fluent English speakers in th...