Skip to content
View e-olang's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report e-olang

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

About Me :

I'm a dedicated Machine Learning Researcher and AI enthusiast interested in Natural Language Processing (NLP) and Reinforcement Learning. As an experienced ML Engineer, I have a proven track record of developing cutting-edge solutions that leverage the power of AI to solve real-world challenges.
LinkedIn Profile

💻Tech Stack

Python Java Anaconda MySQL Pandas PyTorch TensorFlow NumPy


Pinned Loading

  1. NLP NLP Public

    Jupyter Notebook

  2. Bag of words Bag of words
    1
    import sklearn
    2
    from sklearn.feature_extraction.text import CountVectorizer
    3
    
    
    4
    
    
    5
    texts = ["This is a good child", "This was a bad child"]
  3. ngram_language_modelling.ipynb ngram_language_modelling.ipynb
    1
    {
    2
      "cells": [
    3
        {
    4
          "cell_type": "markdown",
    5
          "metadata": {