Skip to content

AlexisBaladon/Machine-Learning-FING

Repository files navigation

Libraries

Using the most popular libraries in data science:

  • [scikit-learn] - Machine Learning Algorithms and helper methods.
  • [numpy] - Simplifies linear algebra operations using C code for increased efficiency.
  • [pandas] - Library for structured data manipulation.
  • [matplotlib] - Visualization functionalities for data analysis.
  • [nltk] - Natural Language Processing tool.
  • [gym] - Reinforcement Learning applications.

scikit-learn numpy pandas matplotlib nltk gym

Projects

Unsupervised Learning (K-means):

  • Implementation of the k-means algorithm and evaluation using the elbow method, the silhouette coefficient and PCA.

pca

Reinforcement Learning:

  • Train an agent from the mini-grid game through reinforcement learning

minigrid

Supervised Learning (Decision Trees):

  • Implementation of a decision tree for continuous attributes and application to a real problem with a heavily unbalanced dataset.

Decision Tree

Supervised Learning (Naive Bayes for text):

  • Implementation of naive bayes to identify spam emails using stemming, tokenization and stopword elimination techniques.

mail-length

About

Implementation of supervised, unsupervised and reinforcement learning algorithms; applying preprocessing and evaluation techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published