KKKush Kumarinkushk569.hashnode.dev00MongoDBMay 4 路 31 min read 路 MongoDB MongoDB is a document-oriented, operational database built from the ground up as an alternative to relational databases for modern applications. Unlike relational databases, MongoDB allows devJoin discussion
KKKush Kumarinkush-agentic-ai.hashnode.dev00AI Basics - 3Apr 29 路 11 min read 路 1. Reinforcement Learning (RL) 馃搶 What is Reinforcement Learning? Reinforcement Learning (RL) is a type of machine learning where an agent learns by interacting with an environment and receiving rewarJoin discussion
KKKush Kumarinkush-agentic-ai.hashnode.dev00AI Basics - 2Apr 29 路 11 min read 路 1. Fine-Tuning (in AI / LLMs) 馃搶 What is Fine-Tuning? Fine-tuning is the process of taking a pre-trained model and training it further on specific data to make it better at a particular task. 馃憠 In siJoin discussion
KKKush Kumarinkush-agentic-ai.hashnode.dev00AI Basics - 1Apr 29 路 11 min read 路 1. Large Language Models (LLMs) 馃搶 What is an LLM?A Large Language Model (LLM) is a type of AI model trained on huge amounts of text data to understand and generate human-like language. In simple wordJoin discussion
KKKush Kumarinkushk569.hashnode.dev00Database Replication, Sharding and Partitioning.Apr 29 路 4 min read 路 1. Database Setup 1.1 Create DB using a "root connection" (NO database) On the database setup API call, create a database connection first, then create the database and tables if they do not exist. //Join discussion