Skip to content
View rampluto's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report rampluto

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
rampluto/README.md
  • πŸ‘‹ Hi, I’m Ram Janam Yadav, I studied at the National Institute of Technology Karnataka Surathkal.

  • Currently, I work at Samsung Semiconductor as an engineer

  • πŸ‘€ I’m interested in doing a lot of tech things including software development machine learning & reinforcement learning projects

  • 🌱 I’m currently learning machine learning and artificial intelligence to solve real-world problems

  • πŸ’žοΈ I’m looking to collaborate on projects involving Python, ml, optimization problems, etc

  • πŸ“« How to reach me? drop a mail at ramjanamjnvj1972@gmail.com

  • πŸŽ‰πŸŽ‰ My Github Stats

  • Ram Janam's GitHub stats

Pinned

  1. learn-machine-learning-deep-learning learn-machine-learning-deep-learning Public

    Python 1

  2. Sample-WebApp-With-Embedded-machine-learning Sample-WebApp-With-Embedded-machine-learning Public

    Jupyter Notebook

  3. learning-django learning-django Public

    Python 1

  4. ECG-compression-using-Deep-Learning-methods ECG-compression-using-Deep-Learning-methods Public

    Jupyter Notebook 1

  5. NNDL-Assignments NNDL-Assignments Public

    Jupyter Notebook

  6. Creating Python Module from CPP impl... Creating Python Module from CPP implementation using pybind11
    1
    import p1
    2
    from p1 import Rlenv
    3
    a = 123
    4
    b = 234
    5
    print(a,b)