An open API service indexing awesome lists of open source software.

https://github.com/drkocoglu/machine_learning_class

Machine Learning Class - ECE - TTU - Spring 2020
https://github.com/drkocoglu/machine_learning_class

bias-variance cnn-classification convolutional-neural-network data-normalization data-split feedforward-neural-network gradient-descent hyperparameter-tuning image-processing linear-regression logistic-regression polynomial-regression rbf-regression regularization-methods softmax-regression

Last synced: 25 days ago
JSON representation

Machine Learning Class - ECE - TTU - Spring 2020

Awesome Lists containing this project

README

          

# Machine_Learning_Class
Machine Learning Class Projects / Electrical & Computer Engineering / Texas Tech / Spring 2020

WARNING:
- This software is provided "as is" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose. The author shall not be liable for any damages arising from the use of this software.

Summary:
- This repository includes the machine learning class assignments I completed in the Electrical & Computer Engineering department at Texas Tech University.
- The assignments require the user to develop the algorithms from scratch meaning, there will either be very limited or no use of other existing libraries.
- The assignments were solved in MATLAB.