Sajjad Rahmansajjadrahman.hashnode.dev·Oct 31, 2024Fundamentals of ML, DL, and GEN AIIntroduction This guide covers the fundamentals of Machine Learning (ML), Deep Learning, and Generative AI, including an overview of foundation models (FMs) and their types. Understanding these areas can aid in preparing for exams like the AWS Certif...DiscussMachine Learning
Sajjad Rahmansajjadrahman.hashnode.dev·Jul 30, 2024All about Gemini API : Part 01We live in an era of state-of-the-art LLMs (Large Language Models), where new models emerge almost daily. Gemini is one such LLM developed by Google. Before using the Gemini API, it's essential to have a clear understanding of LLMs, as this knowledge...Discuss·10 likesAI
Sajjad Rahmansajjadrahman.hashnode.dev·Nov 1, 2023MaterialApp: The Foundation of Flutter DesignMaterialApp is not just a collection of Material Design widgets; it represents the essence of Flutter itself. Developed by Google, Material Design is a holistic approach to visual, motion, and interaction design spanning various platforms and devices...DiscussFlutter
Sajjad Rahmansajjadrahman.hashnode.dev·Sep 19, 2023Mastering Python FunctionsIntroduction In the world of programming, functions are indispensable. They allow us to encapsulate blocks of code, making it easier to organize, reuse, and maintain your codebase. Python, a versatile and widely used programming language, provides po...Discuss·4 likes·52 readsMLOpsPython
Sajjad Rahmansajjadrahman.hashnode.dev·Sep 9, 2023String Formatting in PythonString formatting is a fundamental aspect of Python programming that helps you create well-structured and dynamic strings. It allows you to embed variables and values into predefined placeholders within a string. In this blog, we will explore two key...Discuss·2 likes·71 readsMLOpsPython
Sajjad Rahmansajjadrahman.hashnode.dev·Aug 23, 2023String in Python - 2Immutability of Strings Strings are a fundamental data type in Python, serving as a sequence of characters. However, one key property of strings is their immutability. This means that once a string is created, its individual characters cannot be chan...Discuss·40 readsMLOpsPython
Sajjad Rahmansajjadrahman.hashnode.dev·Aug 18, 2023String in Python - 1In Python, a string is a sequence of characters enclosed within either single ('') or double ("") quotation marks. It's a fundamental data type used to represent textual data. Strings can contain letters, numbers, symbols, and even spaces. // How str...Discuss·48 readsMLOpsPython
Sajjad Rahmansajjadrahman.hashnode.dev·Aug 18, 2023Introduction of the JourneyWelcome to my blog, where the worlds of Python programming and MLOps collide! If you're passionate about diving deep into the realms of coding and the intricacies of Machine Learning Operations (MLOps), you've come to the right place. Embark on a jou...Discuss·45 readsMLOpsmlops
Sajjad Rahmansajjadrahman.hashnode.dev·Aug 7, 2023Python Data TypesIn Python, data types determine the type of data that a variable can hold. Different data types have different purposes. Here I am going to write some types of data type Integer (int) Integers are whole numbers without decimal points. Examples: age =...Discuss·1 like·51 readsMLOpsPython
Sajjad Rahmansajjadrahman.hashnode.dev·Jun 19, 2023Cloud Computing Service modelNow let's dive into IaaS , PaaS and SaaS Infrastructure as a Service ( IaaS) Platform as a Service ( PaaS) Software as a Service ( SaaS ) Identify appropriate use case for each cloud service ( IaaS , PaaS and SaaS ) Infrastructure as a Service ( Iaa...DiscussCloud 101Cloud