Skip to content
View shamnesiac's full-sized avatar

Highlights

  • Pro

Block or report shamnesiac

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

Hi there, I'm Shamnesiac! ๐Ÿ‘‹

Welcome to my GitHub profile! I'm passionate about software development, data science, and solving challenging problems. I love working on innovative projects and expanding my knowledge across various domains.

๐Ÿš€ About Me

  • ๐Ÿ”ง Languages & Tools:

    • C/C++ (Boost, libcurl, STL)
    • Java (Collections, Java-SQL Connector, Object Oriented Programming)
    • Python (TensorFlow, PyTorch, NumPy, Pandas, scikit-learn)
    • Jupyter Notebooks for data science workflows
    • SQL (Database management queries)
  • ๐ŸŒฑ Currently Exploring:

    • Advanced feature extraction techniques
    • Problems in Data Structures and Algorithms
    • Time Complexity Optimization
    • Dimensionality reduction (PCA, SVD, Wavelet Transforms)
    • Deep learning architectures for image classification
  • ๐Ÿ“š Interests:

    • Machine learning and optimization
    • Problem Solving through Algorithms
    • Regression analysis
    • Deep Learning
    • Developmental Economics
  • โœ๏ธ Recent Projects:

    • Flower Classification Using MLP: Leveraged PCA and wavelet transforms for preprocessing; achieved significant accuracy using TensorFlow and PyTorch.
    • Flower Classification Using CNN: Leveraged Convolutional Neural Networks to process images; achieved very high accuracy using ResNet-18.
    • C++ HTTP Communication: Developed efficient tools for handling PUT/POST requests using Boost and libcurl.
    • Diabetes Prediction using Data Science tools: Used various regression, classifying and clustering analysis on Diabates related data.

๐ŸŒ Connect with Me

I'm always open to discussing exciting opportunities, exchanging knowledge, or simply connecting!

Popular repositories Loading

  1. Implementing-various-graph-algorithms-to-a-railway-network-system Implementing-various-graph-algorithms-to-a-railway-network-system Public

    Implemented various graph algorithms in context of implementing a railway network.

    C

  2. Comparison-of-various-regression-classifiers-and-clustering-algorithms Comparison-of-various-regression-classifiers-and-clustering-algorithms Public

    This repository is for the course Foundations of Data Science and has attempted to compare, test and report on how each algorithm for regression, classifying and clustering performs. Also highlightโ€ฆ

    Jupyter Notebook

  3. Flower-classification-using-MLP Flower-classification-using-MLP Public

    This project attempts to classify images of flowers into 60 classes using MLPs.

    Jupyter Notebook

  4. Flower-classification-using-CNNs Flower-classification-using-CNNs Public

    This project attempts to classify images of flowers into 60 classes using CNNs.

    Jupyter Notebook

  5. shamnesiac shamnesiac Public

  6. Cpp-HTTP-Communication Cpp-HTTP-Communication Public

    Using Libcurl and Boost, I implement the basic REST API functions in C++.

    C++