Building Customized Chatbots for the Web Using gpt-3.5-turbo, the Real Language Model Behind ChatGPT
Author(s): LucianoSphere Originally published on Towards AI. Summary, source code ready to use, and an example chatbot to go play with right away OpenAI released yesterday API endpoints for Whisper, their speech recognition engine, and for GPT-3.5-turbo, which, as explained on their …
Implementing KNN Classification with TensorlFlow.js
Author(s): Jesse Langford Originally published on Towards AI. By New Africa In this article, I will show how to implement a K-Nearest Neighbor classification with Tensorflow.js. TensorFlow.js is an open-source library for machine learning, capable of running in the browser or on …
A GPT-3 Bot that Uses Pubmed Abstracts to Answer Science Questions
Author(s): LucianoSphere Originally published on Towards AI. By feeding GPT-3 with Pubmed abstracts, this GPT-3-powered chatbot can use the information contained in it to answer the user’s questions in a better way, also assisted by token probabilities to filter answers that might …