Artificial Intelligence (AI)

My discussions, tips and news on Artificial Intelligence (AI).

Exploring Permutations and Combinations: Key to AI and Machine Learning

Explore how the mathematical principles of permutations and combinations influence AI and machine learning, driving advancements in feature selection and model optimization.
,

Investigate deep learning in embedded computer vision for Terrain Aware Autonomous Driving on Mars

To Boldly go Where no Rover has Gone Before!: Investigate deep learning in embedded computer vision for Terrain Aware Autonomous Driving on Mars Harvard University Charles Lariviere, David Maiolo, Shawn Olichwier, Mohammed Syed April 24,…

The Rise of Alpaca AI: A Cheaper Alternative to ChatGPT

Overview Alpaca AI is a fine-tuned language model built on top of Meta's open-source LLaMA 7B. The project demonstrates the possibility of creating a powerful AI language model for a fraction of the cost typically associated with training large-scale…
,

Building a Chatbot Model with TensorFlow and Seq2Seq

As part of a series of learning guides, this tutorial will walk you through the process of creating a TensorFlow NLP model using sequence-to-sequence (seq2seq) modeling. Specifically, we will focus on building a model for a chatbot application…

How OpenAI’s ChatGPT Achieves Its Power: A Look at the Hardware Behind the AI Language Model

How is ChatGPT So Powerful? A Look at the Hardware Behind OpenAI's Latest AI Language Model By now, you've probably heard of ChatGPT, the latest AI language model from OpenAI that has taken the internet by storm. With 6 billion parameters and…
,

Intelligent Conversation: A Chatbot Application Using OpenAI

This project is a chatbot application that utilizes the OpenAI API to generate responses to user input. The application is built using Node.js and Express for the server-side logic, and JavaScript, HTML, and CSS for the client-side user interface.…