rahgadda / chatgpt

My Learning Chatgpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT

Overview

  • ChatGPT is a specific type of machine learning model that has been trained on a massive amount of text data, in order to be able to generate human-like responses to text-based inputs.
  • ChatGPT uses a technique called unsupervised learning, meaning that it can learn patterns and relationships in the data without being explicitly told what to look for.
  • ChatGPT Large language models(LLM) is typically based on deep learning algorithms where model is trained to understand and generate natural language .It require a significant amount of computing power and data to be trained effectively. Example Google's BERT, and Facebook's RoBERTa, OpenAI GPT series (such as GPT-3/4).
  • Large Language Model (LLM) AI is a term that refers to AI models that can generate natural language texts from large amounts of data. These models can also perform various natural language tasks, such as classification, summarization, translation, generation, and dialogue.

Modules

Examples

  • Replicate ChatGPT
  • As part of this demo we will try to create an example to help ChatGPT read PDF data and provide details around it.
  • Migration Assistance, System will help to provide nearest matching variable for input provided.
  • WolframAlpha
  • Whisper
  • Talking Head

Reference

About

My Learning Chatgpt


Languages

Language:Python 96.2%Language:Shell 3.8%