Skip to content
View shivance's full-sized avatar
🎯
🎯

Block or report shivance

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

Namaskaram🙏, I'm Anshuman Mishra

  • 👷‍♂️ I am working at FlipAI as a Machine Learning Engineer.
  • 💻 In 2023, I have contributed to keras-team/keras-nlp extensively. I was also involved with development of Keras3.
  • 🤔 Currently my open source contributions are on a halt, as I haven't found a suitable project to contribute yet.
  • 📣 I am a Google Developer Expert in Machine Learning (GenAI).
  • 🌱 I'm currently learning about Large Language Models.
  • 👬 I would love to collaborate on interesting NLP and implementations of Deep Learning Research Papers (if I have the bandwidth).
  • 📲 You can reach me at [email protected] or on my social media profiles.
  • 🧔🏽‍♂️ Pronouns: He/His/Him.
  • ⛰️ I love travelling.
  • 😁 More about myself at shivance.github.io

Pinned Loading

  1. keras-team/keras-io keras-team/keras-io Public

    Keras documentation, hosted live at keras.io

    Jupyter Notebook 2.7k 2k

  2. keras-team/keras-nlp keras-team/keras-nlp Public

    Modular Natural Language Processing workflows with Keras

    Python 751 223

  3. FluxML/Metalhead.jl FluxML/Metalhead.jl Public

    Computer vision models for Flux

    Julia 328 65

  4. Covine Covine Public

    Covine : An App for Covid - 19

    Dart 2

  5. Technocrats-nitw/GoVID Technocrats-nitw/GoVID Public

    Amazon HackOn Top 10 Finalist Project

    Dart 3

  6. Rotary Embedding Rotary Embedding
    1
    class RotaryEmbedding(keras.layers.Layer):
    2
    
    
    3
        def __init__(self, hidden_dim):
    4
            super().__init__()
    5
            self.hidden_dim = hidden_dim