Posts

Introduction to machine learning Understand

Image
How algorithms enable systems to learn patterns within data by using Python?  M achine learning is the science where in order to predict a value, algorithms are applied for a system to learn patterns within data. With the use of sufficient data, the relationship between all of the input variables and the values to be predicted is established. It becomes easier for the system to predict a new value given other input variables. This approach differs from conventional programming where an application is developed based on previously set rules. Even though the fundamental concepts of machine learning have been around for a while, the field has gained momentum recently due to the state-of-the-art processors and the abundant data that’s available, which are both key to achieving accurate predictions. Because there is enough content already available on the history of machine learning, we do not cover that topic in this article. Instead, we give you a practical approach to understanding the n

Mahatma Gandhi: My favorite leader

Image
Gandhi Jayanti is celebrated on October 2 to mark the birth anniversary of Mohandas Karamchand Gandhi. One of India’s three national holidays, it celebrates one of the leaders of India’s freedom movement against the British. History of Mahatma Ghandi Birthday!! Mohandas Karamchand Gandhi was born on October 2, 1869, in Porbandar, Gujarat. In 1930, he led the Dandi Salt March. Also known as the Salt Satyagraha, the Dandi March was a nonviolent civil disobedience movement. The march lasted from March 12 to April 6 as a campaign against the British salt monopoly. Gandhi left his Sabarmati Ashram in Ahmedabad for Dandi, a village situated on the western coast, with 78 other Ashram members. They marched for about 240 miles. As an act of defiance towards the government, Gandhi picked up a handful of salt that had formed at Dandi by the evaporation of the sea. This was the beginning of a chain of civil disobedience movements across India, which included boycotts of foreign goods, refusal to p

Recently visited #statecentrallibrary #SeshadriyerMemorialHall situated in #cubbonpark #bangalore #bangalorediaries #bangaloreblogger

Image
via Instagram https://instagr.am/p/CKAtsPkhw1E/

भारतीय लोक आस्था के पर्व, सूर्यदेव के उत्तरायण के महापर्व एवं बिहू, भोगी व पोंगल जैसे विभिन्न रूपों में मनाए जाने वाले पावन पर्व मकर संक्रांति की हार्दिक शुभकामनाएं। यह पावन अवसर आप सभी के जीवन में सुख-समृद्धि, उमंग एवं खुशियाँ लेकर आएं।

Image
via Instagram https://instagr.am/p/CKAr3ilBiCc/

Write a program to find factorial of any given number with recursion.

Here is the program written by me:

write a program to find factorial of any given number without recursion.

Here is the program written by me:

Write c program to print table of any given number.