Skip to content

Cocyer

Learning Programming From Beginner to Professional

  • Home
  • Python
  • NumPy
  • Pandas
  • Matplotlib
  • OpenCV
  • Pillow
  • PHP
  • JavaScript
    • Node.js Tutorial
  • Linux
Main Menu
  • Python Audio Processing: Split Audio File on Silence Using Pydub

  • JavaScript: Split a String Using Regular Expressions

  • Python File Processing: Copy File – A Beginner Guide

  • Python: Download All Images from HTML Page – A Step Guide

  • Python Network Processing: Get Domain Whois Information Using Python-Whois

Python Audio Processing: Split Audio File on Silence Using Pydub
JavaScript: Split a String Using Regular Expressions
Tune Neural Network Hyperparameters Using Grid Search in Keras

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

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

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

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

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

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

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

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 in PHP

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

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 = [...]

Posts navigation

  • Previous
  • 1
  • …
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 22
  • Next

Popular

  • Tune Neural Network Hyperparameters Using Grid Search in Keras Tune Neural Network Hyperparameters Using Grid Search in Keras
  • Python OpenCV - Blend Two Images Using cv2.addWeighted() Python OpenCV: Blend Two Images Using cv2.addWeighted()
  • Python OpenCV - Calculate the Mean of Red, Green and Blue Channel for Beginners Python OpenCV: Calculate the Mean of Red, Green and Blue Channel
  • Creating a Emoji Slider Control Using emoji-slider.js JavaScript Slider Control: Creating a Emoji Slider Control Using emoji-slider.js
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Node.js: Implement HTTP/2 Get and Put Request Using fetch-h2 Package Node.js: Implement HTTP/2 Get and Put Request Using fetch-h2 Package
  • Convert an Image to Base64 String in Python Convert an Image to Base64 String in Python
  • Get Visitor Country and City from IP Address in PHP Get Visitor’s Country and City from IP Address in PHP
  • Python File Processing: Extract Text From DOCX Using Mammoth Python File Processing: Extract Text From DOCX Using Mammoth
  • Python Pillow - Generate Gradient Image with NumPy for Beginners Python Pillow: Generate Gradient Image with NumPy
Copyright © 2025 Cocyer.