Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 423 Bytes

File metadata and controls

9 lines (7 loc) · 423 Bytes

Machine-Learning

| Some machine learning exercises |

In Octave:

Exercise 1 - A linear regression algorithm utlizing gradient descent to predict profits for a fictional food truck company in different cities based on the population in those distinct cities.

In Python (TensorFlow-Keras):

flow.py - A simple neural network built with keras to process 28x28 images of handwritten digits and classify them as 0-9.