Skip to content
View Souvik-prog's full-sized avatar

Block or report Souvik-prog

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 250 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

Pinned Loading

  1. Automotive_NER Automotive_NER Public

    Fine tune a large language model (LLM) for performing named entity recognition (NER) task on an automotive dataset. NER task involves processing unstructured text data to extract useful information…

    Jupyter Notebook 2

  2. Customer_Segmentation Customer_Segmentation Public

    Customer Segmentation based on Receny Frequency and Total Monetary Spendings using K-Means Clustering

    Python

  3. Stock_Market_Forecasting Stock_Market_Forecasting Public

    Forecast Stock Closing Price using LSTM

    Jupyter Notebook

  4. All-Pair-Shortest-Path All-Pair-Shortest-Path Public

    Visualize All Pair Shortest Path using Floyd Warshal Algorithm

    Python 1

  5. Simulated-Annealing- Simulated-Annealing- Public

    C++ program to maximise a function using Simulated Annealing algorithm

    C++

  6. Travelling-Salesman-Problem-using-Hill-Climbing Travelling-Salesman-Problem-using-Hill-Climbing Public

    The following program aims to solve the Travelling Salesman Problem using Hill Climbing Heuristics.

    C++