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: Save JSON String to CSV File
  • Detect Polygon Shape in Image Using OpenCV in Python Detect Polygon Shape in Image Using OpenCV in Python
  • Remove Background of Image Using Python OpenCV Remove Background of Image Using Python OpenCV
  • Best Practice to Detect and Correct the Text Skew Using Python OpenCV Detect and Correct the Text Skew Using Python OpenCV
  • Python Pillow - Create a QRCode Image with Background Color - A Step Guide Python Pillow: Create a QRCode Image with Background Color
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Crop an Image Tutorials and Examples in Python OpenCV Crop an Image Tutorial and Example in Python OpenCV
  • Matplotlib - Draw Multiple Lines with Different Color on the Same Plot - A Step Guide Matplotlib: Draw Multiple Lines with Different Color on the Same Plot
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
Copyright © 2025 Cocyer.