1 Weak AI
2 Variation
3 Variance
4 Validation data
5 Unsupervised learning
6 Turing test
7 Transfer learning
8 Training data
9 Test data
10 Supervised learning
11 Strong AI
12 Sentiment analysis
13 Semantic annotation
14 Reinforcement learning
15 Model
16 Predictive analytics
1. We need logging to tell us what's happening in our code 2. Python has an inbuilt logging module which can be imported 3. DEBUG, INFO, WARNING, ERROR & CRITICAL are the level of logging available. 4. WARNING is the default logging level #100DaysOfCode