GitXplorerGitXplorer
t

portfolio

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
17c41cce982d28fc0dd4f8203b7962e72ea7bb83

Update README.md

ttmgthb committed 3 years ago
Verified
6ac40e6d86a0462c6cb8ff82233cc80d2661987c

Update README.md

ttmgthb committed 3 years ago
Verified
7039b219736b000340d388ba22bb0a8bc96bdb84

Update README.md

ttmgthb committed 3 years ago
Verified
6cf42a8562384ad53042573ffeabec84f5150f0e

Update README.md

ttmgthb committed 3 years ago
Verified
dbeffb6728413e01b41458012989cb8962531958

Update README.md

ttmgthb committed 3 years ago
Verified
f7daf79d104fdf2817ec0f0407c85da15668b795

Update README.md

ttmgthb committed 3 years ago

README

The README file for this repository.

My experience

Algorithms

The list is to give an idea of the type of algorithms, which I have worked.

NLP

  • Neural network (Bidirectional LTMS-Attention-Bidirectional LTMS) - Machine translation
  • Neural network (CNN-GRU) - Trigger word detection
  • Neural network (RNN-LTMS) - "Jazz music" generation
  • Neural network (Embedding-LSTM) - Text to emoji

Image recognition

  • Neural network - Cat Images classification
  • Deep neural network (DNN) - Cat images classification
  • Convolutional neural Network (CNN) - Cat images classification
  • Neural network - "Thump up" image classification
  • Convolutional neural network (CNN) - "Happy face" images classification
  • Convolutional neural network (CNN) - "Thump up" image classification
  • Convolutional neural network - "Digit" image recognizer. Tensorflow version. (Link)
  • Convolutional neural network - "Digit" image recognizer. Pytorch version. (Link)

Linear regression

  • Linear regression (LightGBM) - "Housing prices" estimator. (Link)
  • Linear regression (XGBoost) - "Housing prices" estimator. (Link)

Classification & Segmentation

  • SVM - "Human cell"-classification
  • k-means clustering - Customer segmentation
  • Density based(DBSCAN) clustering - "Weather stations" segmentation
  • KNN/Decision Tree/SVM/Logistic regression - "Loan application"
  • k-means clustering with Foursquare - Customer segmentation

Recommender systems

  • Recommender System as Content based - "Movies"
  • Recommender System as Collaborative Filtering - "Movies"

Applications

I add here few examples of sample applications, which I have worked and are available publicly.

Libraries

  • NLP: Open AI API, HuggingFace, SpaCy, NLTK, regex
  • MLOps: MLflow
  • Deep learning: Tensorflow/Keras, Pytorch
  • Xgboost, LightGBM
  • Visualization libraries experience: Dash, Seaborn, Matplotlib, Bokeh
  • Web frameworks: * Flask example and integrating it with SQLite, Jinja2 and Bokeh-visualizations.
  • Data manipulation: Numpy, Pandas, JSON - example
  • Other libraries: Folium, Geopy, Foursquare-location data with k-means clustering - Neighborhood segmentation

Conceptual knowledge

The below articles are available in Medium. This entry is especially useful, in case you are interested in the latest NLP research.