Difference between revisions of "Bing/Copilot"
m |
m |
||
Line 27: | Line 27: | ||
* [https://www.phind.com/ phind] ... The AI search engine for developers | * [https://www.phind.com/ phind] ... The AI search engine for developers | ||
* [[Assistants]] ... [[Personal Companions]] ... [[Agents]] ... [[Negotiation]] ... [[LangChain]] | * [[Assistants]] ... [[Personal Companions]] ... [[Agents]] ... [[Negotiation]] ... [[LangChain]] | ||
− | * [[Python]] | + | * [[Python]] ... [[Generative AI with Python|GenAI w/ Python]] ... [[Javascript]] ... [[Generative AI with Javascript|GenAI w/ Javascript]] ... [[TensorFlow]] ... [[PyTorch]] |
* [[Analytics]] ... [[Visualization]] ... [[Graphical Tools for Modeling AI Components|Graphical Tools]] ... [[Diagrams for Business Analysis|Diagrams]] & [[Generative AI for Business Analysis|Business Analysis]] ... [[Requirements Management|Requirements]] ... [[Loop]] ... [[Bayes]] ... [[Network Pattern]] | * [[Analytics]] ... [[Visualization]] ... [[Graphical Tools for Modeling AI Components|Graphical Tools]] ... [[Diagrams for Business Analysis|Diagrams]] & [[Generative AI for Business Analysis|Business Analysis]] ... [[Requirements Management|Requirements]] ... [[Loop]] ... [[Bayes]] ... [[Network Pattern]] | ||
* [[Development]] ... [[Notebooks]] ... [[Development#AI Pair Programming Tools|AI Pair Programming]] ... [[Codeless Options, Code Generators, Drag n' Drop|Codeless, Generators, Drag n' Drop]] ... [[Algorithm Administration#AIOps/MLOps|AIOps/MLOps]] ... [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)|AIaaS/MLaaS]] | * [[Development]] ... [[Notebooks]] ... [[Development#AI Pair Programming Tools|AI Pair Programming]] ... [[Codeless Options, Code Generators, Drag n' Drop|Codeless, Generators, Drag n' Drop]] ... [[Algorithm Administration#AIOps/MLOps|AIOps/MLOps]] ... [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)|AIaaS/MLaaS]] |
Revision as of 08:13, 9 October 2023
YouTube ... Quora ...Google search ...Google News ...Bing News
- Conversational AI ... ChatGPT | OpenAI ... Bing | Microsoft ... Bard | Google ... Claude | Anthropic ... Perplexity ... You ... Ernie | Baidu
- Artificial Intelligence (AI) ... Generative AI ... Machine Learning (ML) ... Deep Learning ... Neural Network ... Reinforcement ... Learning Techniques
- Bing] | Microsoft
- Bing: Chat with AI & GPT-4 | Google Play
- Bing Image Creator ... powered by DALL-E
- phind ... The AI search engine for developers
- Assistants ... Personal Companions ... Agents ... Negotiation ... LangChain
- Python ... GenAI w/ Python ... Javascript ... GenAI w/ Javascript ... TensorFlow ... PyTorch
- Analytics ... Visualization ... Graphical Tools ... Diagrams & Business Analysis ... Requirements ... Loop ... Bayes ... Network Pattern
- Development ... Notebooks ... AI Pair Programming ... Codeless, Generators, Drag n' Drop ... AIOps/MLOps ... AIaaS/MLaaS
- Gaming ... Game-Based Learning (GBL) ... Security ... Generative AI ... Metaverse ... Quantum ... Game Theory
- Large Language Model (LLM) ... Natural Language Processing (NLP) ...Generation ... Classification ... Understanding ... Translation ... Tools & Services
- Attention Mechanism ...Transformer ...Generative Pre-trained Transformer (GPT) ... GAN ... BERT
- Prompt Engineering (PE) ...PromptBase ... Prompt Injection Attack
- Excel ... Documents ... Database; Vector & Relational ... Graph ... LlamaIndex
- Text Transfer Learning
- Artificial General Intelligence (AGI) to Singularity ... Curious Reasoning ... Emergence ... Moonshots ... Explainable AI ... Automated Learning
- In-Context Learning (ICL) ... LLMs understand to encode learning algorithms implicitly during their training processes ... Context
- Microsoft reportedly orders AI chatbot rivals to stop using Bing's search data | Emma Roth - The Verge '.. As noted by Bloomberg, Microsoft licenses out Bing’s search data to several search engines, including DuckDuckGo, Yahoo, and the AI search engine You.com. While DuckDuckGo, for example, uses a combination of Bing and its own web crawler to provide search results, You.com also pulls some of their results from Bing, helping to conserve some of the time and resources that come along with crawling the entire web.
- How to use the new Bing (and how it's different from ChatGPT) | Maria Diaz - ZDnet ... uses GPT-4 ... accesses the Internet ... search box 2k words
- Windows:
- Microsoft Edge: Open bing.com/new and click on “Chat" in the top-left corner.
- Chrome: Bing Chat for All Browsers
- Android: Bing - Your AI copilot on Google Play Store
Bing is a search engine that has a chat mode powered by OpenAI’s Large Language Model (LLM) such as Generative Pre-trained Transformer 4 (GPT-4). Bing AI has some additional features that GPT-4 does not have. Bing AI is capable of producing images from simple prompts, and citing sources for information.
Possible flow:
- Get 'Chat prompt' from user; Bing uses the prompt to understand your intent
- Use 'Chat prompt' to perform 'traditional web search' to yield 'web search result'
- From 'web search result' use ChatGPT to formulate 'Chat answer' back to user
- Using 'Chat answer' find best 'reference links' to show back to user