Implementation of Queue using lists in python click
Popular posts from this blog
Database Types
Types of Databases Databases can be classified according to the number of users, o Single user database - A single-user database that runs on a personal computer is called a desktop database o Multi user database · Workgroup database - the multiuser database supports a relatively small number of users (usually fewer than 50) or a specific department within an organization · Enterprise database Databases can be classified according to the database location(s), o Centralized database - a database that supports data located at a single Site. o Distributed database – a database that supports data distributed across several different sites The most popular way of classifying databases today, however, is based on how they will be used and on the time sensitivity of the information gathered from them. o operati...
Machine Learning
What is Machine Learning ? Machine Learning is concerned with design and development of algorithms which allows a computer to improve performance based on data. Applications of Machine Learning Gmail - Priority inbox :A sample of user defined important mails are given and machine should identify new important mails. Handwritten digit recognition Generating captions with sentiments. Autonomous robotics bioinformatics Medical diagnosis Stock market analysis Types of Machine Learning Supervised Learning : A pair of a training data and a target is given at a time. At each step, machine learns and refine a mapping form Unsupervised Learning : Only the data is given. Machine learns the structure inherited in data. Reinforcement Learning : U...
Comments
Post a Comment