Azure Platform Solutions (Machine Learning and Cognitive Services)
Machine Learning: Machine learning is about using existing data to forecast future behaviors outcome and trends. Here you without programming you are making computer to learn by training the model (using known data). Based on Model Model can take unknown data and makes prediction. For ML we have Azure Machine learning Studio Demo Create a machine learning workspace. Launch ML Studio. There are three ways to learn experiment. Notebook: are jupiter notebook where you can write Python code. here you load data from data set, You create experiment, train model and run experiment on computer code. You see result of experiment on Experiments tab Automated ML : This is another way to create experiments. This help you find best matching ml alogrithm without even programming it. It's using AI to do Machine learning. Example shown if client will opt for fixed term load. So you can load the data and based on data you get result for Model/Algori...