Skip to content
View siddddd17's full-sized avatar

Block or report siddddd17

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

Hello there 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Siddharth Ajith"
        self.role = "Software Engineer"
        self.language_spoken = ["en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

🔧 Technologies & Tools

Cloud Services:

AWS API Gateway DynamoDB Lambda SQS SNS S3 IAM VPC CloudWatch X-Ray

Programming Languages:

Python Java

Tools and Services:

Docker

Pinned Loading

  1. data-engineering data-engineering Public

    Python

  2. Employee-manager Employee-manager Public

    Java

  3. Deep-Learning-Algorithms-for-Sentiment-Analysis Deep-Learning-Algorithms-for-Sentiment-Analysis Public

    Implementation and evaluation of deep learning models for sentiment analysis on the IMDB dataset. Focused on LSTM, achieving the highest accuracy. Includes data preprocessing and model optimization…

    HTML

  4. mnist-nn-from-scratch mnist-nn-from-scratch Public

    Step-by-step neural network for MNIST digit recognition, with forward pass, backpropagation, and gradient descent, all implemented from scratch in Python.

    Jupyter Notebook