PinnedMuttineni Sai RohithinTowards AIHeart Attack Prediction: Unveiling Insights through Predictive Modeling with PythonPicture this: a crystal ball that can predict heart attacks before they strike. Sounds like something out of a sci-fi movie, right? Well…Jul 3, 2023Jul 3, 2023
PinnedMuttineni Sai RohithinTowards AIPySpark For BeginnersPySpark is a Python API for Apache Spark. Using PySpark, we can run applications parallelly on the distributed cluster (multiple nodes).Aug 13, 20221Aug 13, 20221
PinnedMuttineni Sai RohithinTowards AIComplete Git Tutorial for Beginners with ExamplesGit is a version control system that lets us track the changes we make to our files over time.Dec 24, 2022Dec 24, 2022
PinnedMuttineni Sai RohithinTowards AIComplete Guide to Pandas DataFrame with real-time use caseComplete tutorial of Pandas DataFrame inculding Joins, GroupBy, Filtering, Slicing and Basic Functionalities by using Titanic DatasetSep 8, 2022Sep 8, 2022
PinnedMuttineni Sai RohithinTowards AIFake News Detection using BERT Model PythonIn this article, we will try to build a BERT Classification model to detect Fake News using Python.Sep 7, 20222Sep 7, 20222
Muttineni Sai RohithDependency Inversion Principle | LLD Solid Principles — 5The Dependency Inversion Principle (DIP) is the fifth and final SOLID principle, aimed at reducing the coupling between high-level and…Aug 24Aug 24
Muttineni Sai RohithInterface Segregation Principle | LLD Solid principles — 4The Interface Segregation Principle (ISP) is the fourth SOLID principle, emphasizing the need for creating narrow, specific interfaces…Aug 24Aug 24
Muttineni Sai RohithLiskov Substitution Principle | LLD Solid Principles — 3The Liskov Substitution Principle (LSP) is the third SOLID principle, focusing on inheritance and polymorphism in object-oriented design…Aug 24Aug 24
Muttineni Sai RohithOpen/Closed Principle | LLD Solid Principles — 2The Open/Closed Principle (OCP) is the second principle of the SOLID principles of object-oriented design. It states that software…Aug 24Aug 24
Muttineni Sai RohithSingle Responsibility Principle | LLD Solid Principles — 1The Single Responsibility Principle (SRP) is one of the five SOLID principles of object-oriented design. It asserts that a class or module…Aug 24Aug 24