AP Lecture33
AP Lecture33
programming
Lecture 3
lifecycle of a Machine Learning product
• First, define the problem or state the situation.
• data collection,
• data preparation,
• model development and evaluation,
• Finally to model deployment.
• Pandas
• Scikit-learch
Which library is a tool for data analysis, visualization, cleaning, and preparing data for machine learning?
• Numpy
• Scipy
Next slides
• Vanishing gradients → errors fade, network learns
poorly.
• Exploding gradients → errors become too large, network
behaves chaotically.
• Backpropagation → a method that helps the network
learn and correct errors.
• Batch normalization → stabilizes the network so that
learning is faster and more reliable.
• Data is the foundation of machine learning.
• Machine Learning Tools help simplify tasks and
enhance efficiency.
• Programming Languages like Python and R are
widely used.
• Specialized tools exist for data processing,
visualization, ML, deep learning, computer vision, NLP,
and generative AI.