Sat.Sep 18, 2021 - Fri.Sep 24, 2021

article thumbnail

Building a Machine Learning Model for Title Generation

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Image 1 Introduction In this article, I will use the YouTube Trends database and Python programming language to train a language model that generates text using learning tools, which will be used for the task of making youtube video articles or for your blogs. […]. The post Building a Machine Learning Model for Title Generation appeared first on Analytics Vidhya.

article thumbnail

The First Rule of Machine Learning: Start without Machine Learning

Eugene Yan

Why this is the first rule, some baseline heuristics, and when to move on to machine learning.

professionals

Sign Up for our Newsletter

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

article thumbnail

Inaccuracies, irresponsible coverage, and conflicts of interest in The New Yorker

fast.ai

If you haven’t already read the terrible New Yorker long covid article, I don’t recommend doing so. Here is the letter I sent to the editor. Feel free to reuse or modify as you like. The below are just a subset of the many issues with the article. If you are looking for a good overview of long covid and patient advocacy, please instead read Ed Yong’s Long-Haulers Are Fighting for their Future.

40
article thumbnail

A Complete Guide on Sampling Techniques for Data Science

Analytics Vidhya

This article was published as a part of the Data Science Blogathon In this guide, I will share a detailed deep-dive of what is sampling, what are sampling techniques, and the industry use cases. As you know, fundamental to Data Science is getting good quality sample data. We always derive population parameters from the sample. Our […]. The post A Complete Guide on Sampling Techniques for Data Science appeared first on Analytics Vidhya.

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

Beginner’s Guide to Recursion in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction: Hello Readers, hope all of you are doing great. In this article, we will be covering all the basics needed for a beginner to start with recursion in python. What is Recursion? In many programs, you must have implemented a function that calls/invokes […]. The post Beginner’s Guide to Recursion in Python appeared first on Analytics Vidhya.

Python 369

More Trending

article thumbnail

How to Develop a Virtual Keyboard Using OpenCV

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction OpenCV is the most popular library for the task of computer vision, it is a cross-platform open-source library for machine learning, image processing, etc. using which real-time computer vision applications are developed. CVzone is a computer vision package, where it uses OpenCV and […].

article thumbnail

Hand Made Visualizations in Python using cutecharts Library

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Image1 Introduction In this article, I would like to introduce a cool python hand-painted styles visualization package; cute charts. Cutecharts are perfect to give a more personal touch to charts. If you want to make charts less intimidating then add a spoonful of sweetness […].

Python 347
article thumbnail

Different Type of Correlation Metrics Used by Data Scientists

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Before explaining the correlation and correlation metrics, I would like you to answer a simple question. Let’s suppose you are the owner of a company that makes soft drinks. You have collected past one-year records which are the cost and sales of the […]. The post Different Type of Correlation Metrics Used by Data Scientists appeared first on Analytics Vidhya.

article thumbnail

Complete Guide to Feature Engineering: Zero to Hero

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction You must be aware of the fact that Feature Engineering is the heart of any Machine Learning model. How successful a model is or how accurately it predicts that depends on the application of various feature engineering techniques. In this article, we are […]. The post Complete Guide to Feature Engineering: Zero to Hero appeared first on Analytics Vidhya.

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

CNN based Dog Breed Classifier Using Stacked Pretrained Models

Analytics Vidhya

This article was published as a part of the Data Science Blogathon In this article, we will learn how to classify images based on fine details of images using a stacked pre-trained model to get maximum accuracy in TensorFlow. Introduction Hey folks, I hope you have done some image classification using pre-trained TensorFlow or TensorFlowor other […].

article thumbnail

Guide for Data Visualization With Bokeh Python Library

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Image 1 Introduction I am sure many of you have read several articles around the world stating the buzz around “Machine Learning, “Data Scientist”, “Data Visualization” and so on. Some have branded data science as the sexiest job of the 21st century. A report […].

Python 329
article thumbnail

Understand Transfer Learning Using TensorFlow.JS

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction In practice, the vast majority of you will not have to deal with creating new models and training them from scratch on the client-side. Most often, you will have to create models based on existing ones. This technique is called Transfer Learning. Also, […]. The post Understand Transfer Learning Using TensorFlow.JS appeared first on Analytics Vidhya.

article thumbnail

Gradient Boosting Algorithm: A Complete Guide for Beginners

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction In this article, I am going to discuss the math intuition behind the Gradient boosting algorithm. It is more popularly known as Gradient boosting Machine or GBM. It is a boosting method and I have talked more about boosting in this article. […]. The post Gradient Boosting Algorithm: A Complete Guide for Beginners appeared first on Analytics Vidhya.

Algorithm 319
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

Big Announcement – Analytics Vidhya Announces Strategic Funding from Fractal!

Analytics Vidhya

Analytics Vidhya secures $5.5 million (INR 40 crores) investment from Fractal It is with immense pleasure and pride, we announce that Analytics Vidhya has secured a $5.5 million (INR 40 crores) investment from Fractal (fractal.ai) with an aim to train 500,000 Full Stack AI Professionals. Since its inception, Analytics Vidhya has been at the helm […].

AI 301
article thumbnail

Three Computer Vision Projects to Skyrocket your Data Science Career!

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Most people, when starting to learn Data Science and Machine Learning, often get bored if they don’t get a chance to play with some interesting code in some real-life projects where they can work on different stages of the pipeline of the Data […]. The post Three Computer Vision Projects to Skyrocket your Data Science Career!

article thumbnail

Sentiment Analysis with LSTM and TorchText with Code and Explanation

Analytics Vidhya

This article was published as a part of the Data Science Blogathon What you will learn in this Article In this article, we will see every single details that you need to know for sentiment data analysis using the LSTM network using the torchtext library. We will see, how to use spacy tokenizer in torchtext data […]. The post Sentiment Analysis with LSTM and TorchText with Code and Explanation appeared first on Analytics Vidhya.