Taofiq Sulaymanctrlaltcrash.hashnode.dev·Sep 8, 2024Introduction to Large Language Models (LLMs): The AI Revolution in Natural Language ProcessingIn recent years, Large Language Models (LLMs) have revolutionized the field of artificial intelligence, particularly in natural language processing. These powerful AI systems have captured public imagination and are transforming various industries. I...Discussllm
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 3, 20243. Legal AI Assistant Chatbot: Solving Real Challenges in Legal Researchin this series of building generative AI applications today we will be discussing about Legal AI Assistant Chatbot. Live Running App : https://huggingface.co/spaces/mfahadkhan/Legal_AI_Assistant Below is the video demo Overview: The Legal AI Assist...DiscussBuilding Generative AI applicationschatbot
abhishek kumaraksilearntocoder.hashnode.dev·Aug 26, 2024Learn C# with OOPS Concept(Static Constructor, ways to return values by a function/method)-Part-4Static Constructor First of all let's elaborate basics about static constructor that all programmers must have:- static constructor does not have arguments or parameters. static constructor does not have return type. Due to above points static con...Discussstatic constructor
Wesley Kambalekambale.dev·Jul 30, 2024Implementing Advanced Model Architecture with TensorFlow - Part IIif you are finding this for the first time, it means you've missed Part I, it's recommended that you start from the beginning, okay? Let's do that real quick here. Done? Okay. Let's go... Implementing Attention Mechanisms Attention mechanisms have re...Discuss·135 readsMachine LearningTensorFlow
Wesley Kambalekambale.dev·Jul 28, 2024Implementing Advanced Model Architecture with TensorFlow - Part IIntroduction Implementing advanced model architecture with TensorFlow is a crucial aspect of building powerful and effective machine learning models. TensorFlow, an open-source machine learning library, provides a versatile framework for designing, t...Discuss·1 like·237 readsMachine LearningTensorFlow
Phani Veludurthiphaniveludurthi.hashnode.dev·Jul 14, 2024Boost App Quality: A Deep Dive into Models, Entities, DTOs, and View ModelsIn the world of software development, especially when dealing with data-intensive applications, understanding the concepts of Models, Entities, Data Transfer Objects (DTOs), and View Models is crucial for building clean, maintainable, and efficient s...DiscussDomain-Driven Design (DDD)
Richard Mulvanyrichmulvany.hashnode.dev·Jul 12, 2024What I've Been Up ToI wanted to share some exciting updates about a project I've been working on with a couple of my classmates. We've been diving deep into the world of healthcare and machine learning, specifically focusing on predicting the length of stay (LOS) for ho...DiscussMachine Learning
Anjanesh LekshminarayananProanjanesh.dev·Jun 13, 2024Using clean() in your Django models post migration from a legacy stackIf you're migrating an application from another stack where foreign keys were not enforced in the database and the some of the rows' foreign key fields have values as 0, then these would cause issues in the new application where the framework has str...Discuss·35 readsDjango
Abdelrahman MahmoudforAbdelrahman Mahmoud's Blogcoderjourney.hashnode.dev·Jun 7, 2024What happens in Express JS when the group owner leaves?I want to talk about this feature, and that’s for make database clean. what happens if the group owner decides to leave? if(userToDelete.id === groupOwner._id) - User that he trying to leave is the same group owner First, note that the group owner...Discussbackend developments
Chaya Vogelchayavogel.hashnode.dev·Apr 18, 2024Relationships and SerializationAndy has a toy, Buzz Lightyear. Buzz has an owner, Andy. And Andy has a toy Buzz. And Buzz belongs to Andy... Tim, has a photo they posted. That photo has likes. Those likes have owners. One of the likes belongs to Tim (yes he liked his own photo). A...Discuss·1 like·45 readsserialization