26%
    
    
    30.01.2024
        
    
    	
        . The following example assumes a system with Ubuntu 22.04.
To begin, you need to install some required software management packages (Listing 1, line 1); download the GPG key used to sign Docker's package lists
    
 
		    
				        
    26%
    
    
    03.12.2024
        
    
    	
        , MaxPooling
2D
:
model.add(layers.BatchNormalization())
model.add(layers.MaxPooling2D(pool_size=(2,2)))
A max pooling layer has a pool size, 2x2 in this case, that is used to scan the entire input image (left
    
 
		    
				        
    26%
    
    
    26.01.2025
        
    
    	
         version isn't even 3.x. I haven't tested the code with Keras 3.x yet, so your mileage may vary if you go that route.
CIFAR-10
The model and dataset I use is CIFAR-10 [6]. It is a very common dataset
    
 
		    
				        
    26%
    
    
    25.09.2023
        
    
    	
         forwarding the
20 # user locale env variables or we get warnings such as:
21 #  bash: warning: setlocale: LC_ALL: cannot change locale
22 RUN sed -i -e 's/^AcceptEnv LANG LC_\*$/#AcceptEnv LANG LC_*/' /etc
    
 
		    
				    
    26%
    
    
    20.08.2012
        
    
    	 
         might want to use netcat (nc
) to check FTP ports – or at least ports in that region:
# nc -v -z examplehost.tld 21-25
If you want to change the source port of your connection to 16000
, you could add
    
 
		    
				        
    26%
    
    
    25.01.2022
        
    
    	
        .fdtree.bash
   0 CRYPT-2                         0 LVM_VS_MD               0 SANDFORCE
  22 et4_64GB_journal.txt           17 lvm_vs_md_tar.gz     1365 sandforce.tar.gz
   4 ext2_defaults.txt.gz            0 MD
    
 
		    
				        
    26%
    
    
    11.06.2014
        
    
    	
         |    = . +..+     |
19 |    o+ B.o..     |
20 |    o..o +.o     |
21 +-----------------+
22 root@hercules:~/.ssh# ssh-copy-id root@sugar
23 root@sugar's password:
Check ~/.ssh/authorized_keys to make sure you haven
    
 
		    
				        
    26%
    
    
    31.10.2025
        
    
    	
        'll take a quick look at a TCP port range. For example, you might want to use netcat (nc) to check FTP ports – or at least ports in that region:
# nc -v -z examplehost.tld 21-25
If you want to change
    
 
		    
				    
    26%
    
    
    18.09.2012
        
    
    	 
         is available free for the major platforms (e.g., Windows, Linux, Mac OS X, and Solaris), and it supports a wide number of guest systems, including exotics such as DOS/WIN 3.1 and OS/2.
Installing Virtual
    
 
		    
				    
    26%
    
    
    17.08.2011
        
    
    	 
        _costs = {
   't1.micro'   => 0.02,
   'm1.small'   => 0.095,
   'c1.medium'  => 0.19,
   'm2.2xlarge' => 1.14,
   'm2.4xlarge' => 2.28
}
Then I list the regions. This could have been dynamic, but I don’t want