Skip to content
View pkshah912's full-sized avatar

Block or report pkshah912

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

Popular repositories Loading

  1. PredictHealthOfTransformerUsingRegression PredictHealthOfTransformerUsingRegression Public

    This is a machine learning concept which helps to predict the interfacial tension of the transformer using linear regression and class of the transformer using logistic regression. This is develope…

    R 2 1

  2. MiningUserIntentsToComposeServices MiningUserIntentsToComposeServices Public

    In this application, we developed a mining tool to extract the user goals from user's text and automate the selection of web services from a list of ProgrammableWeb services. Also developed a compo…

    Java 1

  3. PeopleSearchApp PeopleSearchApp Public

    This is a simple search application created which will search by person's first name or last name based on the search text entered. This is developed using .NET and C#. It includes entity code firs…

    JavaScript

  4. WebServices_Application WebServices_Application Public

    This is an integrated web service where 3 APIs have been consumed to create an application. I have created an application which will search for food recipe and display the list of food recipes matc…

    JavaScript

  5. ChainedHashTable ChainedHashTable Public

    This creates chained hash table that capable of avoiding collisions by rehashing using List data structure for the current bucket and makes use of factory design pattern to create generic Hash Table

    C#

  6. T9_Project T9_Project Public

    Implemented a non-predictive and predictive T9 Keypad UI using the WPF, complying to MVVM design pattern. Predicts the word based on what buttons user clicks on.

    C#