Skip to content
View memora0101's full-sized avatar

Block or report memora0101

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
memora0101/README.md
  • Hi, I’m Gerson Ramirez
  • I’m interested in Learning new machine learning techniques, improve my programming skills in python, R and more.. Data science inspires me top bridge the relationship between business administration and how to make sense from the multitude of business data to make better decision making and shed light to the meaning behid what the data means.
  • I’m currently learning more about deep neural network models including CNN's, RNN's, LSTMS's and how to apply them for NLP practices.
  • I’m looking to show you some models i have created as work created for NIU's AI lab NLP project in hopes of attracting paid projects, recruiters, employers, and even school offering scholarships for a PHD in data science. I am interested in full-time, Part-Time, and intership job opportunities.
  • 📫 you can reach out to my personal email at: [email protected]

Welcome To My NLP Project! (NIU Reserch Chatbot Model)

Deep Neural Network Model Architecture

This model contains 1 dense layer and 1 output layer as seeen in the image bellow: image

Part 1 Data Preparation

importning the data with Pandas and observe the data. Create x & y training and eval sets. splitting the data 80/20. (note this is usully the recoomended split option but given the small data set we can split it differently maybe 50/50). Please refer to the Jypyter Notebook.

Part 2 Removing Noise

Noise removal which includes all the steps on the image bellow: text_steps

Part 3 Vocab + Tensor + Data Generator

-Processed the documents into a unique vocab dictionary with index

  • tensored are then created from the indexes+ padding of each sentences as described in the following image: image

Part 4 Create the neural network model using google trax

image

Personal Summary

This project was made possible by the help of Google, coursera, and the Deeplearning.AI NLP Specialization through coursera. If you're interested in learning more about neural networks please visit their specialization courses at coursera.

Popular repositories Loading

  1. chatbot-sentiment-analysis chatbot-sentiment-analysis Public

    I am looking to build a program that can break down chatbot conversations and score each sentence from a happy to angry scale.

  2. memora0101 memora0101 Public

    Config files for my GitHub profile.

    Jupyter Notebook