Machine Learning

keras

Train a Simple Deep Learning Network using Keras and Iris DataSet

Keras Deep learning framwork is  very popular among researchers and developers which is built at top of Tensorflow. Furthermore, Keras is very handy and easy to use, creating layers and connections is matter of few lines of code.  In this post, I am going to explain, how you can train a simple Deep learning network […]

Train a Simple Deep Learning Network using Keras and Iris DataSet Read More »

K-Nearest Neighbors

K-Nearest Neighbors Algorithm in Python

K-nearest neighbors algorithm is a machine learning algorithm which is used for classification and regression, and it can be applied where other machine learning algorithms are applied. See the typical problem setting , Suppose (x1, y1), (x2, y2), (x3, y3), ……………….(xn, yn) pairs in which x’s are attributes and y’s are labels, suppose another instance

K-Nearest Neighbors Algorithm in Python Read More »

©Postnetwork-All rights reserved.