AI 2023- ChatGPT

What is ChatGPT

ChatGPT is a trained model which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer follow-up questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests.

This ChatGPT model was trained using RLHF (Reinforcement Learning from Human Feedback).

The initial model was trained using supervised fine-tuning. A human AI trainer would play both parts: user and AI assistant. (for more details, read the ChatGPT blog from OpenAI)

What is Git and GitHub

In this blog, I talked about Git and GitHub and how you will use them in your project development.

Git is a version control system for software development, and GitHub is a web-based platform that uses Git for version control and also adds collaboration features.

Learn Git Lesson Plan

To understand Git, let’s break it down into parts that make Git work for you

  1. The anatomy of Git Repo
  2. Create a GitHub Account and Set up Dev Machine
  3. Create and Clone a Remote Git Repo
  4. Fork an Existing Git Repo
  5. Use Git on a One-Person Team
  6. Use Git on a Multi-Persons Team
  7. Git Best Practice
  8. Extra: Create GitPage