8000 CoderRakeshSharma (Rakesh Sharma) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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()

Pinned Loading

  1. The-Source-Sphere The-Source-Sphere Public

    💻A comprehensive repository of tools, guides, and resources for developers and tech enthusiasts to enhance their coding skills and productivity.🚀

  2. Building-a-Basic-Chatbot Building-a-Basic-Chatbot Public

    Step by Step guide to build a basic chatbot.

    Jupyter Notebook

  3. Hand-Written-Digit-Classification Hand-Written-Digit-Classification Public

    Jupyter Notebook

  4. Pneumonia-Chest-X-ray-Classification Pneumonia-Chest-X-ray-Classification Public

    Jupyter Notebook

0