Sat.Jan 22, 2022 - Fri.Jan 28, 2022

article thumbnail

A Basic Guide To Kubernetes in Production

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Modern applications are popularly made using container orchestration systems and microservice architecture. In 2014, the first echoes of the word Kubernetes in tech were heard, and the conquest of Kubernetes is due in no small amount to its flexibility and authority. Back […].

article thumbnail

Deploying Machine Learning models using AWS Lambda and Github Actions - A Detailed Tutorial

Shreyansh Singh

Quite a while back, I had written a post in which I described how to package your Machine Learning models using Docker and deploy them using Flask. This post, through a PoC, describes - How to package your model using Docker (similar as last post ) How to push the Docker container to Amazon ECR Add a Lambda Function for your model Make a REST API using Amazon API Gateway to access your model Automate the whole process using Github Actions, so that any updates to the model can take effect immedia

professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

DeepMind: The Podcast returns for Season 2

DeepMind

We believe artificial intelligence (AI) is one of the most significant technologies of our age and we want to help people understand its potential and how it’s being created.

article thumbnail

Aligning language models to follow instructions

OpenAI

We’ve trained language models that are much better at following user intentions than GPT-3 while also making them more truthful and less toxic, using techniques developed through our alignment research. These InstructGPT models, which are trained with humans in the loop, are now deployed as the default language models on our API.

article thumbnail

How To Get Promoted In Product Management

Speaker: John Mansour

If you're looking to advance your career in product management, there are more options than just climbing the management ladder. Join our upcoming webinar to learn about highly rewarding career paths that don't involve management responsibilities. We'll cover both career tracks and provide tips on how to position yourself for success in the one that's right for you.

article thumbnail

Underrated Apriori Algorithm Based Unsupervised Machine Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Hello there, learners. I hope everyone is doing well. This pandemic provides us with more opportunities to learn new topics through the work-from-home concept, allowing us to devote more time to doing so. This prompted me to consider some mundane but intriguing topics. […].

More Trending

article thumbnail

DeepMind: The Podcast returns for Season 2

DeepMind

We believe artificial intelligence (AI) is one of the most significant technologies of our age and we want to help people understand its potential and how it’s being created.

article thumbnail

ML and NLP Research Highlights of 2021

Sebastian Ruder

Credit for the title image: Liu et al. (2021) 2021 saw many exciting advances in machine learning (ML) and natural language processing (NLP). In this post, I will cover the papers and research areas that I found most inspiring. I tried to cover the papers that I was aware of but likely missed many relevant ones. Feel free to highlight them as well as ones that you found inspiring in the comments.

NLP 52
article thumbnail

Deploying ML Models Using Kubernetes

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction A Machine Learning solution to an unambiguously defined business problem is developed by a Data Scientist ot ML Engineer. The Model development process undergoes multiple iterations and finally, a model which has acceptable performance metrics on test data is taken to the production […].

ML 334
article thumbnail

A Gentle Introduction to Deep Neural Networks with Python

Kavita Ganesan

This is a guest post from Andrew Ferlitsch, author of Deep Learning Patterns and Practices. It provides an introduction to deep neural networks in Python. Andrew is an expert on computer vision, deep learning, and operationalizing ML in production at Google Cloud AI Developer Relations. This article examines the parts that make up neural networks and deep neural networks, as well as the fundamental different types of models (e.g. regression), their constituent parts (and how they contribute to m

article thumbnail

Navigating the Future: Generative AI, Application Analytics, and Data

Generative AI is upending the way product developers & end-users alike are interacting with data. Despite the potential of AI, many are left with questions about the future of product development: How will AI impact my business and contribute to its success? What can product managers and developers expect in the future with the widespread adoption of AI?

article thumbnail

A Detailed Guide for Data Handling Techniques in Data Science

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Image Source: Author Introduction Data Engineers and Data Scientists need data for their Day-to-Day job. Of course, It could be for Data Analytics, Data Prediction, Data Mining, Building Machine Learning Models Etc., All these are taken care of by the respective team members and […].

article thumbnail

Introductory note on Deep Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to Deep Learning Artificial Intelligence, deep learning, machine learning?—?whatever you’re doing if you don’t understand it?—?learn it. Because otherwise you’re going to be a dinosaur within 3 years. -Mark Cuban This statement from Mark Cuban might sound drastic – but its message is […].

article thumbnail

Feedforward Neural Network: Its Layers, Functions, and Importance

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Feedforward Neural Networks, also known as Deep feedforward Networks or Multi-layer Perceptrons, are the focus of this article. For example, Convolutional and Recurrent Neural Networks (which are used extensively in computer vision applications) are based on these networks.

article thumbnail

A Beginner’s Introduction to starting out with Scala

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. [link] Index 1) Introduction 2) Installation 3) Writing code with Scala What is Scala? Scala is a high-level language that combines the paradigms of both functional and object-oriented programming, which makes it powerful. It is used by tech giants like Netflix, Twitter, and […].

article thumbnail

Peak Performance: Continuous Testing & Evaluation of LLM-Based Applications

Speaker: Aarushi Kansal, AI Leader & Author and Tony Karrer, Founder & CTO at Aggregage

Software leaders who are building applications based on Large Language Models (LLMs) often find it a challenge to achieve reliability. It’s no surprise given the non-deterministic nature of LLMs. To effectively create reliable LLM-based (often with RAG) applications, extensive testing and evaluation processes are crucial. This often ends up involving meticulous adjustments to prompts.

article thumbnail

A Comprehensive Guide on Neo4j

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Today, most organizations invest more than ever in their resources to finely leverage graph analytics to extract valuable insights from massive, complex volumes of data. For those who don’t know, Neo4j is one of the most popular graph databases that gives developers and data […].

article thumbnail

CONVOLUTIONAL NEURAL NETWORK(CNN)

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. To understand Convolutional Neural networks, we first need to know What is Deep Learning? Deep Learning is an emerging field of Machine learning; that is, it is a subset of Machine Learning where learning happens from past examples or experiences with the help of […]. The post CONVOLUTIONAL NEURAL NETWORK(CNN) appeared first on Analytics Vidhya.

article thumbnail

Text Classification & Entity Recognition & in NLP

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Source: medium.com Hey Folks! Welcome to the NLP article series. so far we have covered the multiple text processing techniques in the first article. In the second part of the NLP article series, we saw different types of feature extraction techniques and word […]. The post Text Classification & Entity Recognition &amp in NLP appeared first on Analytics Vidhya.

NLP 290
article thumbnail

Named Entity Recognition App using Spacy, Gradio, and Hugging face Spaces

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Named Entity Recognition(NER) is a subtask of information extraction that locates and classifies different entities like name, organization, person, etc., in a sentence. Usually, it is done to classify named entities mentioned in unstructured text into predefined categories.

article thumbnail

How to Improve Email Deliverability and Optimize Each Send

Learn how to optimize email deliverability and drive greater email ROI. What lands your email in the customer’s inbox? Understanding those factors, otherwise known as email deliverability, is critical to getting the most return on your campaign investments. But the “rules” around which factors land you in the spam folder aren’t always easy to keep up with.

article thumbnail

Movie Recommendation Engine with NLP

Analytics Vidhya

This article was published as a part of the Data Science Blogathon.Source – VSH Solutions Introduction Have you ever imagined how Amazon Prime, Netflix, and Google predict your taste in movies so easily? It is no rocket science, that after completing one movie/series you loved, and rated it on these platforms, a few more adds up […]. The post Movie Recommendation Engine with NLP appeared first on Analytics Vidhya.

NLP 275
article thumbnail

Imagine your World with Generative Adversarial Networks

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. About Generative Adversarial Networks (GANs) have been used as a deep learning approach for various image processing, computer vision problems. This article touches on one such task of regenerating images using a conditional Generative Adversarial Networks (cGAN) architecture and applying a special form of cGAN […].

article thumbnail

Beginner’s Guide for Data Partitioning in HiveQL

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Facebook created a hive, however, it was eventually picked up by the Apache Software Foundation and developed as an open-source project under the name Apache Hive. It is used by a variety of businesses. Amazon uses it in Amazon Elastic MapReduce. Let’s have […].

article thumbnail

A Comprehensive Guide on Building Bots using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview of the article: Chatbot – Introduction Chatbot – Types Application of Chatbot Architecture of Chatbot How does Chatbot work Python implementation of Chatbot Introduction to Chatbot In this article, we’ll look at some exciting chatbot topics. What a chatbot is, is that when […].

Python 271
article thumbnail

Understanding User Needs and Satisfying Them

Speaker: Scott Sehlhorst

We know we want to create products which our customers find to be valuable. Whether we label it as customer-centric or product-led depends on how long we've been doing product management. There are three challenges we face when doing this. The obvious challenge is figuring out what our users need; the non-obvious challenges are in creating a shared understanding of those needs and in sensing if what we're doing is meeting those needs.

article thumbnail

MLOps vs DevOps: Let’s Understand the Differences?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction In this article, we will be going through two concepts MLOps and DevOps. We will first try to get through their basics and then we will explore the differences between them. As you might be aware in DevOps we try to bring together […]. The post MLOps vs DevOps: Let’s Understand the Differences?

DevOps 271
article thumbnail

Guide for Tokenization in a Nutshell – Tools, Types

Analytics Vidhya

Introduction Text is all we need. Everything we speak, write carries a huge amount of information. The topic name of the article, tone of the article everything adds a piece of information that we can interpret and extract the insights from them. Processing text and extracting the important information from the text is text processing. Doing data analysis by extracting […].

article thumbnail

Top 10 Techniques for Deep Learning that you Must Know!

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Over the past several years, groundbreaking developments in machine learning and artificial intelligence have reshaped the world around us. There are various deep learning algorithms that bring Machine Learning to a new level, allowing robots to learn to discriminate tasks utilizing the human […].

article thumbnail

Learn all About Hypothesis Testing!

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Table of Contents 1) Introduction 2) Types of Errors 3) Types of Hypothesis Tests 4) All about Parametric and Non-Parametric Tests 5) Parametric vs Non-Parametric Tests 6) Hypothesis Tests of the Mean and Median 7) Reasons to use Parametric Tests 8) Reasons to use […]. The post Learn all About Hypothesis Testing!

article thumbnail

How Embedded Analytics Gets You to Market Faster with a SAAS Offering

Start-ups & SMBs launching products quickly must bundle dashboards, reports, & self-service analytics into apps. Customers expect rapid value from your product (time-to-value), data security, and access to advanced capabilities. Traditional Business Intelligence (BI) tools can provide valuable data analysis capabilities, but they have a barrier to entry that can stop small and midsize businesses from capitalizing on them.

article thumbnail

cuML: Blazing Fast Machine Learning Model Training with NVIDIA’s RAPIDS

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Whether you’ve been in the Data Science and Machine Learning arena for quite some time or have just stepped into this exciting avenue – you sure have stumbled upon Python’s popular Machine Learning model building library, you guessed it right – Scikit learns.

article thumbnail

Building Explainer Dashboards in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Source: Designed by Freepik Introduction We are living in a world where data is collected at every transaction, be it taking a cab ride, online shopping details of what was bought and how much was bought, there are reminders for getting our vehicles […]. The post Building Explainer Dashboards in Python appeared first on Analytics Vidhya.

article thumbnail

An Introductory Note on Linear Regression

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction In this article, I will explain linear Regression, one of the machine learning algorithms. After reading this, we will get some basic knowledge about linear Regression, its uses, its types, and so on. Let us start with the table of contents. Table of […]. The post An Introductory Note on Linear Regression appeared first on Analytics Vidhya.