Share
Explore

w25 AML3304 Daily class activities

March 24:
Write and Post a LinkedIN Blog covering the topics of: {Keep a running Word Document during Class to capture all Blog Requirements):
Starting to Build the AI Model
** Using R to learn the basic Math Concepts:
What do these libraries do?
# Step 1: Setup Environment
required_packages <- c("tm", "nnet", "caret")
for (pkg in required_packages) {
if (!require(pkg, character.only = TRUE, quietly = TRUE)) { install.packages(pkg) library(pkg, character.only = TRUE) } }

Discuss the libraries: ‘NLP’, ‘slam’, ‘BH’
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.