Deciding What to Do Next (Revisited)
  
- 
    What to do or not to do to increase the learning algorightm
   
Read more…
 
             
         
        
            
            
            
                
 
  
   Learning Curves
  
- 
    Curve to check the learning algorithm, whether bias, variance, or both
   
Read more…
 
             
         
        
            
            
            
                
 
  
   Regularization and Bias/Variance
  
- 
    Regularization can avoid underfitting/overfitting. But how it does acttually affect the learning algorithms
   
Read more…
 
             
         
        
            
            
            
                
 
  
   Diagnosing bias vs. variance
  
- 
    Most pitfall in machine learning is (bias)underfitting vs (variance)overfitting problems
   
Read more…
 
             
         
        
            
            
            
                
 
  
   Model selection and training/validation/test sets
  
 
             
         
        
            
            
            
                
 
  
   Evaluating a hyphotesis
  
   
- 
     Choosing the correct parameters whether is underfitting or overfitting
    
Read more…
 
 
             
         
        
            
            
            
                
 
  
   Deciding what to Try Next
  
   
- 
     Should be expected by now average expert of machine learning
    
Read more…
 
 
             
         
        
            
            
            
                
 
  
   Autonomous Driving (Examples)
  
 
             
         
        
            
            
            
                
 
  
   Putting it together
  
   
- 
     Implement all pieces together to make overall process for neural networks learning algorithm
    
Read more…
 
 
             
         
        
            
            
            
                
 
  
   Random Initialization
  
- 
    The last pieces in neural networks to be implemented
   
Read more…