Skip to content
View CoderRakeshSharma's full-sized avatar

Block or report CoderRakeshSharma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CoderRakeshSharma/README.md

👋 Hi! I’m Rakesh Sharma, a ML & AI enthusiast driven by the potential of data to solve real-world challenges. My primary focus is on building intelligent models using Python, Tensor Flow, Scikit-Learn, and other cutting-edge tools to extract valuable insights and create impactful solutions.

🚀 While my journey began in Web Development, my passion has shifted toward applying analytical techniques and AI to tackle complex problems. Though I still enjoy crafting seamless web applications, my expertise now lies in using data to inform decisions, predict trends, and automate processes through machine learning.

💡 I’m always on the lookout for innovative projects and opportunities to apply my skills in Data Science and AI. Whether it’s developing predictive models, optimizing algorithms, or experimenting with deep learning, I’m dedicated to continuous learning and impactful results.

🤝 Let’s connect! Whether you’re looking for a collaborator on your next web project or someone to discuss the latest in Data Science, I’m excited to hear from you. Let’s create something amazing together.

class DataScientist:

    def __init__(self):
        self.name = "Rakesh Sharma"
        self.role = "Data Scientist"
        self.language_spoken = ["en_US", "hi_IN", "or_IN"]
        self.link = "https://linktr.ee/TheRakeshSharma"
        self.portfolio = "https://therakeshsharma.vercel.app"

    def say_hi(self):
        print(f"Hi, I'm {self.name}, a {self.role}. Thanks for dropping by😊")
        print(f"Checkout: {self.link}")
        print(f"Portfolio: {self.portfolio}")

me = DataScientist()
me.say_hi()

Popular repositories Loading

  1. CoderRakeshSharma CoderRakeshSharma Public

    Config files for my GitHub profile.

  2. Spectacles-Detection-Using-Machine-Learning Spectacles-Detection-Using-Machine-Learning Public

    Jupyter Notebook

  3. House-Rent-Prediction-Using-Machine-Learning House-Rent-Prediction-Using-Machine-Learning Public

    Jupyter Notebook

  4. Banking-Management-System-Using-Java Banking-Management-System-Using-Java Public

    Banking Management System: The banking management system is command line application developed using the knowledge, I gain while learning java technologies. The project contains two modules, the fi…

    Java

  5. Banking-Management-System-Using-CPP Banking-Management-System-Using-CPP Public

    C++

  6. Health-Insurance-Claim-Prediction-using-ML Health-Insurance-Claim-Prediction-using-ML Public

    Project is based on dataset of Medical Insurance details. It helps in predicting if a person will claim his/her Medical Insurance or not.

    Jupyter Notebook