Author Archives: Nikita Shiledarbaxi - Page 8

02 Feb

How To Supercharge Your Machine Learning Experiments with Comet.ml

Comet.ml is a Machine Learning experimentation platform which AI researchers and data scientists use to track, compare and explain their ML experiments. It allows ML practitioners to keep track of their databases, history of performed experiments, code modifications and production models. It enables model reproduction, easy maintenance of ML workflow and smooth collaboration throughout the…

The post How To Supercharge Your Machine Learning Experiments with Comet.ml appeared first on Analytics India Magazine.

01 Feb

Comprehensive Guide To Demand Forecasting Using ML.NET

Time series forecasting in Machine Learning refers to a task of fitting the model to some historical data, analyzing the associated patterns and predicting future trends or observations. In the conventional statistical terms, the process of making such future predictions is called ‘extrapolation’ whilst modern domains refer to it as ‘forecasting’. In this article, we…

The post Comprehensive Guide To Demand Forecasting Using ML.NET appeared first on Analytics India Magazine.

30 Jan

Guide to Product Recommendation Using ML.NET

Product recommendation in Machine Learning refers to the task of recommending product(s) to a customer based on his purchase history. A product recommender system is an ML model which suggests some items, content or services that a specific user would like to buy or indulge in. Here, we have used  Amazon’s product co-purchasing network dataset…

The post Guide to Product Recommendation Using ML.NET appeared first on Analytics India Magazine.

30 Jan

Guide to Product Recommendation Using ML.NET

Product recommendation in Machine Learning refers to the task of recommending product(s) to a customer based on his purchase history. A product recommender system is an ML model which suggests some items, content or services that a specific user would like to buy or indulge in. Here, we have used  Amazon’s product co-purchasing network dataset…

The post Guide to Product Recommendation Using ML.NET appeared first on Analytics India Magazine.

28 Jan

Step-by-step Guide For Image Classification Using ML.NET

image-19554
image-19554

Image classification is a Computer Vision task which falls into the category of Supervised Learning. We train a model to label an input image with one of the prescribed target classes based on the already labelled images of the training set. Here, we have a dataset having images of concrete surfaces. The task is to…

The post Step-by-step Guide For Image Classification Using ML.NET appeared first on Analytics India Magazine.

27 Jan

Introduction To ML.NET – An ML Framework For DOTNET Developers

image-19503
image-19503

ML.NET is an open-source Machine Learning framework developed by the .NET Foundation, an organization incorporated by the Microsoft Corporation. Basically, it is a robust library which .NET developers can use to implement Machine Learning projects coded in C# or F# language across several Microsoft products. When used with NimbusML, it also supports Python-coded models. The…

The post Introduction To ML.NET – An ML Framework For DOTNET Developers appeared first on Analytics India Magazine.

27 Jan

Introduction To ML.NET – An ML Framework For DOTNET Developers

image-19502
image-19502

ML.NET is an open-source Machine Learning framework developed by the .NET Foundation, an organization incorporated by the Microsoft Corporation. Basically, it is a robust library which .NET developers can use to implement Machine Learning projects coded in C# or F# language across several Microsoft products. When used with NimbusML, it also supports Python-coded models. The…

The post Introduction To ML.NET – An ML Framework For DOTNET Developers appeared first on Analytics India Magazine.

25 Jan

How To Manage ML Experiments With neptune.ai

neptune.ai is a lightweight tool for experiment management and collaboration in Data Science projects. It is an organized place for all your experiments, data exploration Notebooks and more. It supports any kind of project workflow. One can use it individually or in a team. Moreover, it can be utilized as a service or can be…

The post How To Manage ML Experiments With neptune.ai appeared first on Analytics India Magazine.

23 Jan

How To Use OpenBlender – The Leading Data Blending Tool

image-19423
image-19423

OpenBlender is an easy-to-handle means of enhancing the performance of Machine Learning models by augmenting them with external data from various open sources. It enables data-blending across multiple datasets which overlap in time or location. Relevant variables from other datasets can be efficiently embedded in our data in a negligible amount of time using OpenBlender. …

The post How To Use OpenBlender – The Leading Data Blending Tool appeared first on Analytics India Magazine.

22 Jan

Guide To Flower – A Framework To Build Federated Learning Systems

image-19400
image-19400

As it is evident from the title itself, this article talks about an AI framework called Flower used for Federated Learning’s use cases. But before going into the details of the framework, let us have a quick introduction of the Federated Learning approach itself. What is Federated Learning ? Conventional Machine Learning models require the…

The post Guide To Flower – A Framework To Build Federated Learning Systems appeared first on Analytics India Magazine.