27
loading...
This website collects cookies to deliver better user experience
Human beings at this moment, are the most intelligent and advanced species on earth because they can think, evaluate and solve complex problems. On the other side, Artificial intelligence is in its initial stage and haven't surpassed human intelligence.
Due to growing volumes and varieties of available data, computational processing that is cheaper and more powerful, and affordable data storage, Machine Learning is essential for;
*Producing models that can analyze bigger, more complex data and deliver faster and more accurate results.
*Building precise models that ensures an organization has a better chance of identifying profitable opportunities or avoiding unknown risks.
Extensive set of packages.
Python has an extensive and powerful set of packages ready to be used in various domains such as numpy,scipy,pandas and scikit learn.
Easy prototyping.
Python provides easy and fast prototyping useful for developing new algorithms.
Python has libraries for data loading, visualization, statistics, natural language processing and image processing which provides data scientists with a large array of general- and special-purpose functionality.
Download the required installation package from Anaconda Distribution Using this Link.
You can choose for windows ,Mac and Linux as per your requirement.
Next, select the python version you want to install on your machine. The latest python version is 3.9. There you will get options for 64-bit and 32-bit installer for both.
After selecting the OS and python version, it will download the Anaconda installer on your computer. Double click the file and the installer will install Anaconda package.
Predicting house prices.
Here the inputs can be square footage, number of rooms, features, whether a house has a garden or not.
-By leveraging data coming from thousands of houses, their features and prices, we can now train a supervised machine learning model to predict a new house’s price based on the examples observed by the model.
Detecting fraudulent activity in credit card transactions.
Here the input is a record of the credit card transaction, and the output is whether it is likely to be fraudulent or not.
Other examples are weather prediction, stock prediction and so on