Introduction to Audio Machine Learning
Author(s): Sujay Kapadnis Originally published on Towards AI. I am currently developing an Audio Speech Recognition system, so I needed to brush up my knowledge on the basics regarding it. This article is the result of that. Introduction to Audio Index Introduction …
Fit Your LLM in a single GPU with Gradient Checkpointing, LoRA, and Quantization.
Author(s): Jeremy Arancio Originally published on Towards AI. Fine-tune an LLM on your personal data: create a “The Lord of the Rings” storyteller. This member-only story is on us. Upgrade to access all of Medium. Whoever has ever tried to fine-tune a …
Modern NLP: A Detailed Overview. Part 4: The Latest Developments
Author(s): Abhijit Roy Originally published on Towards AI. In the current world, anyone with a connection to the web has heard of a tool called ChatGPT, which created havoc all around, and some have even tried to use it for different tasks …
Query Your DataFrames with Powerful Large Language Models using LangChain.
Author(s): Pere Martra Originally published on Towards AI. Get ready to use your own data with Large Language Models From Hugging Face Using a Vector Database and LangChain! Image By Author, generated with Dall-e 2 In the previous article, I explained how …
Modern NLP: A Detailed Overview. Part 3: BERT
Author(s): Abhijit Roy Originally published on Towards AI. In my previous articles about transformers and GPTs, we have done a systematic analysis of the timeline and development of NLP. We have seen how the domain moved from sequence-to-sequence modeling to transformers and …
Modern NLP: A Detailed Overview. Part 2: GPTs
Author(s): Abhijit Roy Originally published on Towards AI. In the first part of the series, we talked about how Transformer ended the sequence-to-sequence modeling era of Natural Language Processing and understanding. In this article, we aim to focus on the development of …
Sentiments Analysis of Financial News as an Indicator for Amazon Stock Price
Author(s): Jay M. Patel Originally published on Towards AI. Natural Language Processing We will perform sentiments analysis using a News API for predicting Amazon (AMZN) stock price using Python Sentiments analysis of news has become one of the most robust ways of …
Video to Text Description Using Deep Learning and Transformers | COOT
Author(s): Louis Bouchard Originally published on Towards AI. This new model published in the NeurIPS2020 conference uses transformers to generate accurate text descriptions for each sequence of a video, using both the video and a general description of it as inputs. As …
Branches in Artificial Intelligence to Transform Your Business!
Author(s): Jash Rathod Originally published on Towards AI. Artificial Intelligence Exploring Expert Systems, Machine Learning (ML), Robotics, Computer Vision (CV), Natural Language Processing (NLP), and Planning Image from Business Insider On May 8, 2018, Google I/O was held at Shoreline Amphitheatre in …
Tweet Topic Modeling: Cleaning and Preprocessing Tweets
Author(s): John Bica Originally published on Towards AI. Multi-part series showing how to scrape, preprocess and apply & visualize short text topic modeling for any collection of tweets Disclaimer: This article is only for educational purposes. We do not encourage anyone to …