Useful tips for everyday
How do I limit process memory usage? You can use ulimit -v to limit the amount of memory that processes in a shell can use.…
What do you mean by least mean square algorithm? The least mean-square (LMS) is a search algorithm in which a simplification of the gradient vector…
How does access assign a field to a data type? Use an existing field from another table, the data type is already defined in the…
How do I edit a personal view in CRM? To modify a personal view, use the Advanced Find functions. Open “Advanced Find” in the command…
What is the relation between microprocessor microcontroller and embedded system? Microprocessor is used in Personal Computers whereas Micro Controller is used in an embedded system.…
How do I switch monitors in VNC? Once connected open the menu by using the F8 key on your keyboard (on a Mac keyboard, you…
How to measure the performance of a predictive model? Relative Absolute Error (RAE) is a way to measure the performance of a predictive model. RAE…
What is the max length of VARCHAR Max? 1-8000 bytes An overview of these datatypes : Characteristics varchar varchar(max) Storage It stores variable length, non…
Can you script in CMD? A CMD script does the same thing as if you typed commands into the CMD window. If you want to…
How does neural network choose batch size? In general, batch size of 32 is a good starting point, and you should also try with 64,…