Skip to content
View Sameer184's full-sized avatar

Block or report Sameer184

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

Hi there 👋

I'm a passionate and creative software developer. I love building innovative solutions, learning new technologies, and collaborating with other developers to solve real-world problems.

Master of Science graduate at University of Texas at Arlington in Computer Science.



📫 How to reach me

⚡ Feel free to check out my repositories and let's get connected!

Pinned Loading

  1. Human-Activity-Recognition Human-Activity-Recognition Public

    A deep learning-based approach using keras model from skeleton dataset of 10,000 images thereby extracting the spatial and temporal features for accurate classification results.

    Jupyter Notebook

  2. MachineLearning MachineLearning Public

    Implemented linear regression, naive Bayes, and K-Means on Iris and Newsgroup datasets with cross-validation and cluster optimization.

    Jupyter Notebook

  3. address-book-miriyala-sameer address-book-miriyala-sameer Public

    This Rails 6 and PostgreSQL project provides CRUD functionalities for entities, featuring AJAX support, custom authentication, and 1:M relationships. The application also serves as a JSON API, comp…

    Ruby

  4. Uninformed-and-Informed-Search Uninformed-and-Informed-Search Public

    Uninformed and Informed Search Breadth First Search with Uniform Cost Search, Depth First Search, Depth Limited Search, Iterative Deepening Search, Greedy Search, A* Search

    Python

  5. Game-Playing-Problem Game-Playing-Problem Public

    Built an agent to play a modified version of nim (called red-blue nim against a human player). The game consists of two piles of marbles (red and blue). On each players turn they pick a pile and re…

    Python

  6. FreshFood-database FreshFood-database Public

    Accessing the FreshFood database from command line or terminal and performing CRUD operations using java.

    Java