IImt Collegeiimgroupofcolleges.hashnode.dev·Nov 22, 2024Robotics: The Future of Automation and InnovationRobotics is a multidisciplinary field at the intersection of engineering, computer science, and artificial intelligence (AI), focusing on the design, construction, and operation of robots. Robots are programmable machines capable of carrying out task...robotics
IImt Collegeiimgroupofcolleges.hashnode.dev·Nov 20, 2024Generative AIUnderstanding Generative AI Generative AI refers to a class of artificial intelligence models designed to create new content, whether it be images, text, music, videos, or even code. Unlike traditional AI models that are primarily designed to recogni...Artificial Intelligence
Rohit Gawanderohit253.hashnode.dev·Nov 17, 2024Chapter 1:Understanding Object-Oriented Programming (OOP): The Foundation of System DesignIntroduction to the System Design Series Welcome to the System Design Series, an in-depth exploration into designing scalable and efficient systems. This series is for learners, professionals, and enthusiasts aiming to master the nuances of system de...System DesignSystem Design Object-Oriented Programming OOP Software Engineering Java Coding Concepts Encapsulation Inheritance Coupling and Cohesion Aggregation and Composition Programming Basics Software Development Full Stack Development DSA in Java Learning System Design
sujithamypersonalblog.hashnode.dev·Nov 13, 2024What is cross-validation, and why is it important?Cross-validation is essential because it: Provides a more accurate measure of model performance by testing it on multiple subsets of data, which better represents how it will perform on unseen data. Helps identify overfitting or underfitting by rev...Machine Learning
IImt Collegeiimgroupofcolleges.hashnode.dev·Nov 12, 2024Artificial Intelligence in Computer Science Engineering: Revolutionizing the FutureArtificial Intelligence (AI) has evolved from a speculative concept to a groundbreaking technology that is reshaping industries across the globe. In the field of Computer Science Engineering (CSE), AI has become a critical component, enabling the dev...ai cse
Sayeem Been Zamansayeemzzzaman.hashnode.dev·Oct 31, 2024A Comprehensive Guide to Maintaining a Strong CGPA at UIU (CSE)I’ve noticed that many talented students struggle initially at UIU simply because they’re unsure about effective study methods. It often takes nearly a year to adjust, and during that time, most students' CGPAs drop. To help with this, I’m creating a...18 likes·2.5K readsUnited International Universitycse
Nithyasarathinithyasarathi.hashnode.dev·Sep 19, 2024No best programming language ? Here's what I'm learning on my SDE journey !When we choose our career path in the computer science domain, which ultimately leads to IT, we are often forced to learn multiple programming languages. But why? If there are many programming languages with the same operations, functions, and progra...47 readsBest Programming languages
Sayeem Been Zamansayeemzzzaman.hashnode.dev·Jun 24, 2024Digital Image Processing (MID)Feel free to email me any good notes you have, and I'll share them with proper credit.2 likes·895 readsUnited International UniversityDigital Image Processing
Nishchal Kcnishchalkc.hashnode.dev·Jun 17, 2024Computer Science Engineering (CSE): A Deep Dive into Education and Career PerspectivesIntroduction Computer Science Engineering (CSE) is a dynamic field that integrates computer science principles with engineering methodologies to innovate and solve complex problems. As someone who has immersed themselves in the world of CSE, I've gai...8 likes·93 readscse
keshav Kumar jhakeshavrock.hashnode.dev·Jun 12, 2024Dutch National Flag algorithm :--The Dutch National Flag algorithm, also known as 3-way partitioning, is an algorithm for sorting an array containing three distinct values. The algorithm was designed to solve the problem of sorting an array containing only 0s, 1s, and 2s, which is s...DSA