Posts

Showing posts with the label Python

Simple Python Program to know Covid-19 Cases in any country

Image
This is a really simple python program to know covid-19 cases: 1: Open any of the notebook like Jupyter Notebook , Google Colab , Kaggle Notebook or VS Code . 2: Then Install covid library using pip .           >pip install covid  3: Then follow the code as shown below:                               Thank You !

12 Must Read Machine Learning Blogs

Image
1. Reddit Machine Learning:                          Reddit  is a social news platform that allows users to discuss and vote on content that other users have submitted. Reddit  came up with “karma” points. Users get karma by their  comments and links  being up-voted by others in the community. Reddit  is an American  social news   aggregation , web content  rating , and  discussion  website. Registered members submit content to the site such as links, text posts, and images, which are then voted up or down by other members. In this blogs a vast number of resources , experiment details, source code of machine learning project .                                                    ...