25.8.20
This website uses cookies to ensure you get the best experience on our website. Learn more

Prompt Engineering for Machine Learning

Skillsoft issued completion badges are earned based on viewing the percentage required or receiving a passing score when assessment is required. Machine learning involves creating models that dynamically change based on the data from which they are created. Within machine learning, three fundamental problems—regression, classification, and clustering—are the focus of a variety of solution techniques. Begin this course by conducting regression analysis. You will analyze and visualize data to get a sense of the variables with predictive power, split data into training and test sets, and train a model. Then you will interpret the R-squared metric to evaluate how well the regression model has performed. Next, you will create a classification model for predicting categorical targets and split your data into test and training data to train a logistic regression model. You will also explore the impact of training a model on imbalanced data, and with generative artificial intelligence (AI) assistance, see how you can mitigate this by leveraging oversampling and undersampling techniques. Finally, you will perform clustering, train a k-means clustering model, and evaluate it using the silhouette and Davies-Bouldin scores. At course completion, you will have a good understanding of key concepts of machine learning and how to perform regression analysis, classification of data, and clustering.