Stealing pages from the server...

I train machine to train model.
12
17
Crack Sublime Text Crack Sublime Text
In this article, I will show you how to crack Sublime Text editor for Windows. In this case, you won't need to input any license for it.
2022-12-17
11
16
09
19
Run Python Function Faster Run Python Function Faster
To make python code more faster, we can use multiprocessing to map a function to a list. We will also use the implanted solution in tqdm library to show progress bar whilst running the code in multiprocessing manner.
2022-09-19
19
Mix Audio with Noise Mix Audio with Noise
In this tutorial, I will look into how to prepare audio data, and mix it with noise. By doing so, we can generate new examples for free and make our training dataset more generalised. This step is also called data augmentation, this simplest technique usually works better.
2022-09-19
07
09
End-to-End Word2Vec Training End-to-End Word2Vec Training
Word2Vec operates on a rather straightforward concept. We're presuming that a word's meaning may be derived from the company it keeps. A word's meaning is likely to be relatively similar to another word's if its neighbours are quite similar. Using this underlying assumption, you can use Word2Vec to compute similarity between two words and more.
2022-07-09
06
05
25
Iimport Own Modules in Jupyter Iimport Own Modules in Jupyter
Importing the module path in Jupyter notebook could be a real pain in the ass at times. In this article, I'll aim to explain how I establish a default system path for notebooks in order to avoid hidden configurations and make it easier to maintain a notebook or code.
2022-05-25
04
01
01
Story of Two Returns Story of Two Returns
In finance, return is a profit on an investment. It can be used to gauge different metrics, all of which help determine how profitable a investment target is. A positive return represents a profit while a negative return marks a loss.
2022-04-01
03
23
Install Docker on Windows without Hyper-V Install Docker on Windows without Hyper-V
Docker is an open-source tool that allows you to run numerous software and operating systems in a containerised environment. The background story is that I wish to run an Android app on Mumu, and this app requires the Hyper-V service to be closed. However, I still need to use Docker to deploy my machine learning project, which requires Hyper-V to be enabled. This puts me in a very difficult position. So in this article, I will try to install and run Docker without using Hyper-V service.
2022-03-23
23
Equivalent WATCH Command in Windows Equivalent WATCH Command in Windows
In Linux, the watch command is extremely handy for running a command on a regular basis and displaying the results. This is particularly useful if you need to keep track of any changes in the output of a command that is run repeatedly. The watch command has no direct equivalent in Windows, however the while loop in Windows PowerShell or the for loops in a Windows command-line prompt (CMD) can achieve the same result.
2022-03-23