Best of NLPOctober 2023

  1. 1
    Article
    Avatar of uxplanetUX Planet·3y

    Why Claude is better than ChatGPT

    Claude is a text chatbot created by Anthropic that is capable of conducting product/market analysis, creating summaries for documents, extracting specific information from multiple documents, and generating code. It has more recent data than the ChatGPT free version and allows users to upload files for analysis. However, it has limitations in generating images and has a limited free plan. The pricing for the Pro version is $20 per month, the same as ChatGPT Plus.

  2. 2
    Article
    Avatar of kdnuggetsKDnuggets·3y

    ChatGPT vs. BARD

    Large language models have transformed the way we process and produce information. ChatGPT and BARD are two popular AI chatbots with conversational capabilities. ChatGPT is good at generating text and offers a collaborative experience, while BARD provides free internet access and is efficient at surfacing information from Google search. Both have pros and cons, and the choice depends on the intended use and tolerance for potential drawbacks.

  3. 3
    Article
    Avatar of notedNoted·3y

    Ollama - Self-Hosted AI Chat with Llama 2, Code Llama and More in Docker

    Ollama is a self-hosted AI chat program that allows users to run Llama 2, Code Llama, and more via a Docker image. It provides a range of open-source models that can be downloaded and used. The installation and usage of the Llama 2 model with Ollama are explained.

  4. 4
    Article
    Avatar of phProduct Hunt·3y

    ChatPDF - An AI-powered document reader and processor

    An AI-powered document reader and processor called ChatPDF has been launched.

  5. 5
    Article
    Avatar of venturebeatVenture Beat·3y

    Meet Nightshade, the new tool allowing artists to ‘poison’ AI models with corrupted training data

    A new open source tool called Nightshade allows artists to 'poison' AI models with corrupted training data by altering pixels in a way that is invisible to the human eye. Developed by University of Chicago researchers, Nightshade can cause AI models to learn the wrong names of objects and scenery they are looking at.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    The nuances of base64 encoding strings in JavaScript

    Learn how base64 encoding and decoding works with strings in JavaScript. Discover the nuances and common pitfalls to avoid, especially when dealing with Unicode characters.