Tune Neural Network Hyperparameters Using Grid Search in Keras June 21, 2020cocyer In this tutorial, we will introduce how to tune neural network hyperparameters using grid search method in keras. 1. Import libraries import numpy [...]
Find Website IP Address by URL in Java June 21, 2020cocyer In this tutorial, we will introduce how to get the ip address of a website by its url using java. We will use [...]
Select Best Model in Machine Learning Using Grid Search June 21, 2020June 21, 2020cocyer In this tutorial, we will introduce how to use sklearn grid search method to find the best models in machine learning. 1. Import [...]
Select Random Element From Python List June 21, 2020cocyer In this tutorial, we will introduce the best way to select a random element from a python list. We will use python random [...]
Create and Use a Temporary File in Python June 21, 2020cocyer In this tutorial, we will introduce the way to create a temporary file in python, temporary file will be deleted if you close [...]
Extract Computer MAC Address Using Python June 21, 2020cocyer In this tutorial, we will introduce the way to extract a mac address of a computer using python. We will use python mac [...]
Read and Display an Image in a Window Using Python OpenCV June 21, 2020cocyer In this tutorial, we will introduce you how to read an image then show it in a window using python opencv. 1. Import [...]
Add Watermark Image to Image Using PHP June 21, 2020cocyer In this tutorial, we will introduce the way to add a watermark image to another image using php. 1. Read watermark image and [...]
Convert an Image to base64 Encoding String in PHP June 21, 2020cocyer In this tutorial, we will introdue how to convert an image to base64 encoding string in php. 1. Open and read image data [...]
Add Text Watermark to Image Using PHP June 21, 2020cocyer In this tutorial, we will introduce how to add text watermark to an image using php. 1. Open an image <?php $image = [...]