Skip to content
View sumanmichael's full-sized avatar
Block or Report

Block or report sumanmichael

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
sumanmichael/README.md

Hi there 👋, My Name is Suman Michael

Diligent Research aspirant contributing to the field of Deep Learning. Adept with collecting and analyzing complex data. Focussed on research driven development.

  • 🔭 I’m currently solving problems related to Machine Learning, Deep Learning and Databases
  • 📫 How to reach me: sumanmichael01@gmail.com

github

trophy

GitHub stats

Profile views

Pinned

  1. seq2seq-attention-ocr-pytorch seq2seq-attention-ocr-pytorch Public

    Python 3 2

  2. Lightning-Universe/lightning-flash Lightning-Universe/lightning-flash Public archive

    Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains

    Python 1.7k 212

  3. MigOpsRepos/gotsql MigOpsRepos/gotsql Public

    Go 17

  4. attention-ocr-webapp attention-ocr-webapp Public

    Attention-based OCR Web Application with REST API (Tensorflow + Flask)

    Python

  5. School-Management-WebApp School-Management-WebApp Public archive

    A user-friendly open-source School Management/Administration Software built on PHP-MySQL

    PHP 12 4

  6. PyTorch Conv2d equivalent of Tensorf... PyTorch Conv2d equivalent of Tensorflow tf.nn.conv2d(....,padding='SAME')
    1
    import tensorflow as tf
    2
    import torch
    3
    from torch import nn
    4
    
                  
    5
    import numpy as np