RohanforRohan's Blogex.hashnode.net·Feb 24, 2023How to use ChatGPT Effectively - A Cheat SheetChatGPT is a natural language processing tool driven by AI technology that allows you to have human-like conversations and much more with a chatbot. The language model can answer questions, and assist you with tasks such as composing emails, essays, ...Discuss·8 likes·531 readschatgpt
Prarabdha Srivastavaforsriprarabdha.hashnode.net·Dec 27, 2022Transformers United : Guide to Fine Tuning your modelIntroduction In this series, we will be making a discord bot that talks like your favorite character. We will first learn how to collect our own data, Fine-Tune a Transformer Model on this custom data, use this model as an inference API and finally d...Discuss·2 likes·67 readsRickBot : Build an end to end NLP Project nlp
Pradip NichiteforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Oct 29, 2022I never knew Sentence Transformers could be so useful!Sentence Embedding: Sentence Transformer can be used to embed sentences into a vector space. This is useful for tasks such as text classification or semantic similarity where sentences need to be compared. from sentence_transformers import SentenceTr...Discuss·1 like·452 readsData Science
Thomas CherickalforThomas Cherickal's Diarythomascherickal.hashnode.net·Apr 4, 2023Creating GPT-1 on Your Local ComputerDisclaimer - except for the formatting and the organizing, this entire article was generated by GPT 3.5. Part One GPT1 OpenAI's GPT-1 (Generative Pre-trained Transformer 1) is a natural language processing model that has the ability to generate human...Discusstransformers
Thomas CherickalforThomas Cherickal's Diarythomascherickal.hashnode.net·Apr 1, 2023How to Create Your Own LLM ModelIntroduction Large Language Models (LLMs) are a subset of artificial intelligence (AI) that are designed to understand and generate natural language. These models are trained on vast amounts of textual data and use complex algorithms to learn pattern...Discussnlp
Coder BibleforCoder Biblecoderbible.hashnode.net·Mar 31, 2023Developing a Natural Language Processing Application with Python and transformersNatural Language Processing (NLP) is a rapidly growing field of computer science that focuses on the interaction between computers and human languages. NLP techniques are used to analyze, understand, and generate natural language text, making it poss...DiscussPython
Mohit TalniyaforTechnology Trumpetmohit-talniya.hashnode.net·Mar 16, 2023Embeddings & Vector Search EnginesThe previous article, which was based on chat your documents, we converted our documents to embeddings by calling OpenAI API. We then used the FAISS search Index to store the embeddings for similarity search and faster retrieval. But what exactly are...Discuss·55 readsword embedding
RohanforRohan's Blogex.hashnode.net·Feb 24, 2023How to use ChatGPT Effectively - A Cheat SheetChatGPT is a natural language processing tool driven by AI technology that allows you to have human-like conversations and much more with a chatbot. The language model can answer questions, and assist you with tasks such as composing emails, essays, ...Discuss·8 likes·531 readschatgpt
Shreyas MocherlaforAI with Shreyaiwithshrey.hashnode.net·Feb 14, 2023First there was RNN, then came LSTM and now we have TransformersWhen neural networks transitioned from research to production, it was a revolutionary change in the field of AI. Technology shifted phases when this happened. With various domains, neural networks were tweaked to fit the needs of each domain (ex- Con...Discuss·45 readsDeep Learning
Mohamed SaeedforSaeed's blogbigbytecode.hashnode.net·Feb 13, 2023The Evolution of Deep LearningDeep Learning is a subfield of Artificial Intelligence that focuses on creating algorithms that can learn and make predictions based on large amounts of data. Over the years, deep learning has evolved significantly, leading to many breakthroughs in a...DiscussDeep Learning
Prarabdha Srivastavaforsriprarabdha.hashnode.net·Dec 27, 2022Transformers United : Guide to Fine Tuning your modelIntroduction In this series, we will be making a discord bot that talks like your favorite character. We will first learn how to collect our own data, Fine-Tune a Transformer Model on this custom data, use this model as an inference API and finally d...Discuss·2 likes·67 readsRickBot : Build an end to end NLP Project nlp
Khushiyant ChauhanforKhushiyantkodein.hashnode.net·Dec 18, 2022Use of Transformer Networks in Neural ImagingIntroduction Neural imaging is a rapidly growing field that involves using advanced imaging techniques to study the structure and function of the brain. These techniques include magnetic resonance imaging (MRI), positron emission tomography (PET), a...Discussneural imaging
Thomas CherickalforThomas Cherickal's Diarythomascherickal.hashnode.net·Dec 12, 2022The Transformer Neural Networks Saga is Just Getting StartedThere are applications that we cannot even dream about! TNNs will rule our future. Scope I’ve been reading many analyses of Transformer Neural Networks. Most of them are missing the fundamental point. We understand natural language. The computer does...Discussgame-changer