Posts

Showing posts with the label Machine Learning

Quantum computing is now a commercial reality !

Image
Quantum Computing Quantum computing is the area of study focused on developing computer technology based on the principles of quantum theory , which explains the nature and behavior of energy and matter on the quantum (atomic and subatomic) level. The quantum computer, following the laws of quantum physics , would gain enormous processing power through the ability to be in multiple states, and to perform tasks using all possible permutations simultaneously. Current centers of research in quantum computing include MIT, IBM, Oxford University, and the Los Alamos National Laboratory. D-Wave Systems is the world’s first quantum-computing company. Classical computing relies, at its ultimate level, on principles expressed by Boolean algebra, operating with a (usually) 7-mode logic gate principle, though it is possible to exist with only three modes (which are AND, NOT, and COPY). Data must be processed in an exclusive binary state at any point in time - that is, either 0 (off / ...

Some cool things you can do with Python: pyThOn - fastEst Growing LaNgUage

Image
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming . Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. Python  interpreters are available for many operating systems, allowing Python code to run on a wide variety of systems. So what are some of the cool things you can do with Python? 1. Python Web Development Web development is the umbrella term for conceptualizing, creating, deploying and operating web applications and application programming interfaces for the Web. Python is object oriented programming language.  It can be used to build server-side web applications . Python is not used in a web browser. The language executed in browsers such as Chrome, Firefox and Internet Explorer is JavaScript. However, ...