Skip to content
View pradipdharam's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report pradipdharam

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
pradipdharam/README.md

Hi there 👋

  • 🌏 Keen to network and collaborate with Software Product's Engineering Leaders in Software/AI/Data Engineering.
  • 🔭 I’m currently working on product development, Python, Mongo, SQLAlchemy, Git & learning DSA
  • 🌱 Hands-on developing new & refactoring existing features of the product, data pipelines.
  • 👯 My long term interest is been Python Software Product Development along with Data/AI Engineering.
  • 💬 Ask me about Python Programming, Low Level Design, Code Refactoring, Distributed Data Processing etc.
  • 📫 How to reach me: DM me on LinkedIn.
  • 😄 Pronouns: He/Him
  • ⚡ Fun fact: Continuous Learner

Pinned Loading

  1. sports-score-board-notifications_machine-coding sports-score-board-notifications_machine-coding Public

    Sports Scoreboard Push Notification Design. Push notification from the respective publisher to all its respective subscribers is sent. Observer design pattern plays an important role here.

    Python

  2. Speech-to-Text---Spoken-Digit-Recognition Speech-to-Text---Spoken-Digit-Recognition Public

    Spectrogram created using librosa library are feeded to Recurrent Neural Network called LSTM (Long Short Term Memory) is been used to engineer the features for voice data set, to achieve the classi…

    Jupyter Notebook

  3. enquiry-handler_machine_coding enquiry-handler_machine_coding Public

    Enquiry Handler's Low Level Design. Equiry is passed to the chain. Whatever node it matches the enquiry, the log handler logs the enquiry type. It demostrates the maninly Chain of Responsibility De…

    Python

  4. Document-Classification-with-CNN-for-20-Newsgroups Document-Classification-with-CNN-for-20-Newsgroups Public

    Convolutional Neural Networks (CNN) in Computer Vision in Deep Dearning under the umbrella of Artificial Intelligence is been used to classify 20 Newsgroups documents.

    Jupyter Notebook

  5. Donations-Funding-Approval-Engine-for-DonorsChoose.org Donations-Funding-Approval-Engine-for-DonorsChoose.org Public

    Recurrent Neural Network called LSTM (Long Short Term Memory) is been used to engineer the features for the funding proposal text features, it learns the sequence of words. This is to reduce the ef…

    Jupyter Notebook

  6. Stochastic-Gradient-Descent-for-Linear-regression-MANUAL-implementation Stochastic-Gradient-Descent-for-Linear-regression-MANUAL-implementation Public

    Stochastic Gradient Descent for Linear regression MANUAL implementation