Skip to content

scarimp/my_NLP

Repository files navigation

my_NLP

Programmi di esempio su Machine Learning in ambito Python

  1. Esempio 1_NLP_nltk_gensim.ipynb sul sito google golab, con la libreria gensim per lavori di estrazione testo di word2vec e Glove.
  2. Esempio my_3th_json_nlp.ipynb di trattamento di dati json .Si vuole evidenziare soprattutto la fase di estrazione e di trattamento con Pandas, dei dati di tipo tabellare (vettoriale) contenuti nei dati in formato json. Si può "visualizzare" qui:
  3. Esempio "toy" my__1first_toy_example.ipynb per capire meglio come funziona un algoritmo di machine learning. Esempio che gira sulla piattaforma golab di Google. Attualmente non funziona. Usa Tensorflow con tflearn. Controllare.

Sample programs on Machine Learning in Python

  1. Example 1_NLP_nltk_gensim.ipynb on the google golab site, with the gensim library for word2vec and Glove text extraction.Remember that In Gensim, training starts with already preprocessed / tokenized documents, and all models (word2vec, bag-of-words, collocations) work on top of that, see here :2018.
  2. Example my_3th_json_nlp.ipynb of data processing json. We want to highlight above all the phase of extraction and treatment with Pandas, of the tabular (vector) data contained in the data in json format. You can "view" here:
  3. Example "toy" my__1first_toy_example.ipynb to better understand how a machine learning algorithm works. Example that runs on the Google golab platform. Use Tensorflow with tflearn. It currently does not work.To check.

Links visited on september 2019-2020

  1. Elmo et similia
  2. Transfer learning in NLP
  3. BERT+ Named Entity Recognition

About

Programmi di esempio su Machine Learning in ambito Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published