Pinned Repositories
Bot
Training resources around Microsoft Bot Framework
CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
cognitive-services-quickstart-code
Code Examples used by the Quickstarts in the Cognitive Services Documentation
Machine_Learning
Contains some classification methods built from scratch like Random Forest, Bagging, etc.
MachineLearningProject
This contains java code to be used for prediction of how well a movie will do in terms of its box office sales.
NLP_ML_Project
Contains various NLP based feature extractors, implemented machine learning classifiers, weka handlers, preprocessors, etc. This contains only the code without its corresponding privacy protected resources.
OperatingSystems
QuickPrograms
This is the repository for all my miscellaneous programs which are much smaller in scale than others.
SimilarityCalculator
Python open source package that computes similarity between two items based on their tag relevance scores and writes to file the list of items along with their corresponding top neighbor items
SimpleLanguageDetector
This can be used to detect the language of any input text including languages of non-latin script like Hindi and Russian. This project can very easily be extended to include more languages on the same concept as well. Finally, this is a very simple implementation of a language detector. More sophisticated NLP can be used to develop a better language detector, like usage of character ngrams for example. This project works well with medium to high number of words in the text but for very low length texts, more sophisticated ways must be used (like character ngrams).
SMLtahir's Repositories
SMLtahir/SimilarityCalculator
Python open source package that computes similarity between two items based on their tag relevance scores and writes to file the list of items along with their corresponding top neighbor items
SMLtahir/NLP_ML_Project
Contains various NLP based feature extractors, implemented machine learning classifiers, weka handlers, preprocessors, etc. This contains only the code without its corresponding privacy protected resources.
SMLtahir/Bot
Training resources around Microsoft Bot Framework
SMLtahir/CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
SMLtahir/cognitive-services-quickstart-code
Code Examples used by the Quickstarts in the Cognitive Services Documentation
SMLtahir/Machine_Learning
Contains some classification methods built from scratch like Random Forest, Bagging, etc.
SMLtahir/MachineLearningProject
This contains java code to be used for prediction of how well a movie will do in terms of its box office sales.
SMLtahir/OperatingSystems
SMLtahir/QuickPrograms
This is the repository for all my miscellaneous programs which are much smaller in scale than others.
SMLtahir/SimpleLanguageDetector
This can be used to detect the language of any input text including languages of non-latin script like Hindi and Russian. This project can very easily be extended to include more languages on the same concept as well. Finally, this is a very simple implementation of a language detector. More sophisticated NLP can be used to develop a better language detector, like usage of character ngrams for example. This project works well with medium to high number of words in the text but for very low length texts, more sophisticated ways must be used (like character ngrams).
SMLtahir/TheOneButtonGame