LaptrinhX
  • My
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News

    Authors ::

    Nikita Shiledarbaxi

    19 posts •


    Guide To BenchmarkDotNet : A Benchmarking Library For DOTNET Developers
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-14 14:30

    Guide To BenchmarkDotNet : A Benchmarking Library For DOTNET Developers

    Table of contentsIntroductionWhat is a benchmark?Overview of BenchmarkDotNetFeatures supported by BenchmarkDotNetPros of BenchmarkDotNetConfig Components of benchmarking architecturePractical Implementation...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    5 min read
    Guide To TAPAS (TAble PArSing) – A Technique To Retrieve Information From Tabular Data Using NLP
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-13 11:30

    Guide To TAPAS (TAble PArSing) – A Technique To Retrieve Information From Tabular Data Using NLP

    One of the most common forms of data that exists today is tabular data (structured data).In order to extract information from tabular data, you use Python libraries like Pandas or SQL-like languages. Google has recently...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    6 min read
    Introduction To Infer.NET – A Framework For Probabilistic Programming in DOTNET
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-11 15:30

    Introduction To Infer.NET – A Framework For Probabilistic Programming in DOTNET

    Table of contentsIntroductionProbabilistic ProgrammingBayesian InferenceOverview of Infer.NETHighlighting features of Infer.NETHow Infer.NET works?Practical implementationSteps for implementation in Visual...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    5 min read
    Hands-on Python Guide to Style-based Age Manipulation (SAM) Technique
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-10 13:30

    Hands-on Python Guide to Style-based Age Manipulation (SAM) Technique

    Table of contentsIntroductionWhat is age transformation?Overview of SAMWhy the name ‘style-based Age Manipulation’?Practical implementation of SAMPrerequisitesPre-trained modelDemo codeOutputGoogle colab notebooks...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    5 min read
    Hands-On Python Guide To AllenAct – An Embodied AI Project
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-09 13:30

    Hands-On Python Guide To AllenAct – An Embodied AI Project

    Table of contentsIntroductionCaptivating features of AllenActInstalling AllenActPractical implementationWhat is a Point Navigation task?What is an environment?Simulator usedAllenAct’s ‘Environment’Algorithm...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    10 min read
    Semantic vs Instance vs Panoptic: Which Image Segmentation Technique To Choose
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-08 12:30

    Semantic vs Instance vs Panoptic: Which Image Segmentation Technique To Choose

    Image segmentation forms the basis of numerous Computer Vision projects. It segments the visual input in order to process it for tasks such as image classification and object detection. However, all the segmentation...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    7 min read
    Guide to Panoptic Segmentation – A Semantic + Instance Segmentation Approach
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-05 13:30

    Guide to Panoptic Segmentation – A Semantic + Instance Segmentation Approach

    Panoptic segmentation is an image segmentation method used for Computer Vision tasks. It unifies two distinct concepts used to segment images namely, semantic segmentation and instance segmentation. Panoptic...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    5 min read
    Guide to SOLO and SOLOv2: Ways To Implement Instance Segmentation By Location
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-04 12:30

    Guide to SOLO and SOLOv2: Ways To Implement Instance Segmentation By Location

    Table of contentsIntroductionCentral Idea of SOLOPractical implementation of SOLOPros of SOLOLimitations of SOLOOverview of SOLOv2Practical implementation of SOLOv2 Introduction SOLO (segment objects by locations) is a...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    4 min read
    Hands-on Guide to AI Habitat: A Platform For Embodied AI Research
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-03 11:30

    Hands-on Guide to AI Habitat: A Platform For Embodied AI Research

    AI Habitat is a simulation platform developed with an intent to advance research in the domain of Embodied AI. It trains embodied agents (such as virtual robots and egocentric assistants) in highly photo-realistic 3D...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    4 min read
    How To Supercharge Your Machine Learning Experiments with Comet.ml
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-02 14:30

    How To Supercharge Your Machine Learning Experiments with Comet.ml

    Table of contentsIntroductionComet’s web-based UIWorkspacesProjectsExperimentsInstallation of comel_ml Python libraryPractical Implementation using KerasPractical implementation using PyTorch Introduction Comet.ml is...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    6 min read
    Comprehensive Guide To Demand Forecasting Using ML.NET
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-02-01 13:30

    Comprehensive Guide To Demand Forecasting Using ML.NET

    Table of contentsProblem statementDataset usedAlgorithm usedPrerequisites for the implementation Data PreparationPath definitions and variable initializationData LoadingDefine time-series analysis pipelineModel...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    5 min read
    Guide to Product Recommendation Using ML.NET
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-01-30 11:30

    Guide to Product Recommendation Using ML.NET

    Table of contentsTwo types of recommendation systemsPrerequisites Algorithm usedDataset usedImplementation stepsPath definitions Context creationData loadingDefine the model training pipelineUse the model for...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    4 min read
    Step-by-step Guide For Image Classification Using ML.NET
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-01-28 14:30

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

    Table of contentsTransfer LearningImage Classification API of ML.NETDataset usedModel architecture usedPrerequisites for the implementationData PreparationCreating workspace directoryPath definitions and variable...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    8 min read
    Introduction To ML.NET – An ML Framework For DOTNET Developers
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-01-27 13:30

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

    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...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    4 min read
    How To Manage ML Experiments With neptune.ai
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-01-25 12:30

    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...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    3 min read
    How To Use OpenBlender – The Leading Data Blending Tool
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-01-23 11:30

    How To Use OpenBlender – The Leading Data Blending Tool

    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...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    4 min read
    Guide To Flower – A Framework To Build Federated Learning Systems
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-01-22 12:30

    Guide To Flower – A Framework To Build Federated Learning Systems

    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...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    4 min read
    Guide To MLflow – A Platform To Manage Machine Learning Lifecycle
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-01-20 18:30

    Guide To MLflow – A Platform To Manage Machine Learning Lifecycle

    MLflow is an open-source platform that enables smooth organization of a machine learning project. It handles the machine learning lifecycle such that if we use MLflow for deploying an ML project built on an unsupported...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    4 min read
    Guide To Hummingbird – A Microsoft’s Library For Expediting Traditional Machine Learning Models
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-01-19 12:30

    Guide To Hummingbird – A Microsoft’s Library For Expediting Traditional Machine Learning Models

    Conventional Machine Learning algorithms such as Linear Regression, Logistic Regression and Decision Tree are extensively used for a variety of real-world applications. For an easy-to-handle implementation of these...

    Nikita Shiledarbaxi
    N Nikita Shiledarbaxi
    3 min read
    LaptrinhX © 2021
    Latest Posts bdev.dev raoxyz congtyaz