Skip to content

Supervised Learning - Unsupervised Learning - Deep Learning | Neural Networks and Intelligent Systems at ECE NTUA

Notifications You must be signed in to change notification settings

geokyr/neural-networks-and-intelligent-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural-networks-and-intelligent-systems

Lab Assignments for the Neural Networks and Intelligent Systems course, during the 9th semester of the School of Electrical and Computer Engineering at the National Technical University of Athens.

Contributors

Lab Assignments

The 3 lab assignments that were completed are designed to explore a range of topics in the field of neural networks and intelligent systems, including supervised and unsupervised learning, recommender systems, self-organizing maps, and deep learning-based image captioning. These hands-on labs provide a practical understanding of neural networks and machine learning, providing valuable skills for real-world applications in this dynamic field.

Lab 01 - Supervised Learning

The first lab was about studying and optimizing classifiers on two different datasets, the HCC Survival and the kdd cyberattack dataset.

The optimization of the first dataset was done using exclusively the scikit-learn library, while the second one was done using the Optuna library.

The classifiers used were:

  • Dummy
  • Gaussian Naive Bayes (GNB)
  • KNearestNeighbors (KNN)
  • Logistic Regression (LR)
  • Multi-Layer Perceptron (MLP)
  • Support Vector Machines (SVM)

while for metrics it was mainly accuracy and F1 score.

Lab 02 - Unsupervised Learning

The second lab was about implementing a content-based recommender system for movies and creating a SOM for data visualization. The Carnegie Mellon Movie Summary Corpus dataset was used for this purpose.

We implemented recommenders based on the TF-IDF and Word2Vec algorithms, utilizing transfer learning for the embeddings from the Gensim library, for the latter. To train the SOM, we used the Somoclu library.

Lab 03 - Deep Learning

The third lab was about implementing and optimizing an image captioning system. The Flickr30k dataset was used for this purpose.

The image captioning system was based on a transformer model, using the TensorFlow library and BLEU score was used as the metric for optimization.

The optimizations included:

  • trying different encoders
  • modifying the preprocessing of the captions
  • utilizing transfer learning for the embeddings from the Gensim library
  • using a beam search algorithm for sentence generation
  • trying different hyperparameters for the model

About

Supervised Learning - Unsupervised Learning - Deep Learning | Neural Networks and Intelligent Systems at ECE NTUA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published