/machine_learning-algorithms

this repo is created. to upload the machine learning algorithm one by one

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

-code-uses-TensorFlow-to-build-a-neural-network

This code uses TensorFlow to build a neural network with two dense layers. It trains the model on the MNIST dataset, which consists of grayscale images of handwritten digits from 0 to 9. After training, it evaluates the model's performance on the test set. Remember to install TensorFlow and its dependencies if you haven't already.