Giter Site home page Giter Site logo

machine-learning-exercises's Introduction

DALL·E 2023-03-16 16 11 14 2

Machine Learning Exercises

This repo is about activities for implementing techniques and practicing Machine Learning algorithms.

These activities were given in machine learning classes, and tasks that required the implementation of ML's algorithms on the Information Security Residency program at Federal University of Ceara.

There are 2 folders relative to code and data:

  • In the data folder, there are some ".csv" files were used on the code. Some datasets are too large and therefore could not be made available on github.
  • In the code folder, there are scripts with proposed tasks and the execution of the code.

Summarization of the files

File Description Libraries Algorithms Dataset Metrics
linear-regression.ipynb Linear regression, polynomial and regularization Numpy, Matplotlib Ordinary Least Squares (OLS), Gradient Descent (GD), Stochastic Gradient Descent (SGD) artificial.csv, california.csv MSE, RMSE
ensemble-random-forest-gs.ipynb Use Random Forest and grid search for parameters optimization Numpy, Scikit-learn, Matplotlib, Warnings Random Forest enron_spam_data_prep.csv Accuracy, recall, precision, f1-score, ROC curve, precision-recall curve
svm-gridserach.ipynb Use Support Vector Machine (SVM) and grid search for parameters optimization Numpy, Scikit-learn, Matplotlib, Warnings Support Vector Machine (SVM) enron_spam_data_prep.csv Accuracy, recall, precision, f1-score, ROC curve, precision-recall curve
artificial-neural-network.ipynb Use validation set to adjust hyperparameters Numpy, Scikit-learn, Matplotlib, Seaborn, Warnings Multilayer Perceptron Classifier (MLP) edge_iiot.csv Cost function curve, Accuracy, Confusion Matrix
kfold-models-metrics.ipynb KFold, statistical methods and algorithms Numpy, Scikit-learn, Warnings Logistic Regression, Gaussian Discriminant Analysis, Gaussian Naive Bayes, KNN, Decision Tree jsvulnerability_balanced.csv Mean value and standard deviation of accuracy, recall, precision and F1-score
kfold-feature-selection.ipynb Test at least 5 algorithms and feature selection methods (Variance Threshold, SelectKBest, SelectPercentile, RFE) with k-fold Pandas, Numpy, Warnings, Scikit-learn, Time Decision Tree, XGBoost, Random Forest, Logistic Regression, Gaussian Naive Bayes, MLP Classifier iot23_combined.csv Accuracy, precision, recall, f1-score
deep-learning.ipynb Classify the presence of malware Pandas, Sciki-learn, Warnings, Keras SVM, Logistic Regression, Random Forest, MLP Classifier, Neural Network: Sequential Model kaggle: Android Malware Dataset for Machine Learning Accuracy, Precision, Recall, F1-score, Confusion Matrix

machine-learning-exercises's People

Contributors

martinsnathalia avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.