
This lecture explains what are prerequisites for the course.
This lecture explains the expected learning outcomes from the course.
Identify the essential system requirements for installing R and R Studio: a 64-bit OS, R version 3.0.1 or higher, and 8 to 16 GB RAM.
Explore how machine learning powers food and restaurant recommendations, predicts drug interactions and side effects, and forecasts traffic patterns for real-world decision making.
Explore the full machine learning workflow from defining the question and collecting data to feature selection, training, evaluation, and building a final golden model using a COVID-19 patient dataset.
Explore supervised learning foundations, comparing classification and regression, with real-world applications such as object identification, fraud detection, speech recognition, spam detection, and medical diagnosis.
Understand the intercept as the expected value of the dependent variable when all independent variables equal zero, illustrated with single-variable and multi-variable examples such as height, weight, and house price.
Understand how multiple regression uses several predictors, like house price, to predict a dependent variable, and how the correlation coefficient (multiple r) indicates relationship strength.
Learn to manually calculate linear regression parameters beta0 and beta1 to predict weight from height, train with a small data set, derive the regression line, and tune for accuracy.
Master calculating linear regression parameters in Excel, using height as X and weight as Y, by computing means, sums, and the beta0 and beta1 coefficients to predict weight.
Learn how to interpret linear regression outputs in Excel, including beta one interpretation, standard error, p-values, and 95 percent confidence intervals, with height and weight as example predictors.
Explain the nearest neighbor approach as a supervised learning method for classification and regression. Classify a new data point by comparing its features with neighboring data points.
Explore kNN applications in agriculture, crop protection and yield prediction, groundwater level forecasting, and in personalized recommendations and facial recognition systems.
Explore how Euclidean distance measures the similarity between two data points and guides the classification of a new point by identifying which class its distance is closest to.
Apply the k-nearest neighbors approach with Euclidean distance to predict weight from age and height, and classify the sixth observation as overweight or normal weight using its nearest neighbors.
Explain how the confusion matrix evaluates model performance by comparing actual versus predicted labels in a two-class problem, outlining true/false positives and negatives.
Analyze true positives by comparing actual and predicted class labels, using a threshold of 0.5 to convert probabilities into binary predictions.
Identify true negatives by comparing actual and predicted negative classifications in the data. Note two observations where both actual and predicted values are negative, illustrating true negative cases.
Analyze how false positive cases arise in binary classification by comparing actual negative data points to predicted positive outcomes, and learn how misclassifications occur.
Explore other measures of KNN model accuracy, including sensitivity, specificity (true negative rate), detection rate, detection prevalence, and balanced accuracy, to evaluate prediction performance.
Apply the k-nearest neighbors algorithm in R to classify admissions by GRE, GPA, and college rank. Preprocess admit as yes/no, use an 80/20 train-test split, and evaluate variable importance.
“We are bringing technology to philosophers and poets.”
Machine Learning is usually considered to be the forte of professionals belonging to the programming and technology domain. People from arts and social science with no background in programming/technology often find it challenging to learn Machine Learning. However, Machine learning is not for technologists and programmers only. It is for everyone who wants to be a better researcher and decision-maker.
Machine Learning is for anyone looking to model how humans and machines make decisions, develop mathematical models of decisions, improve decision-making accuracy based on data, and do science with data.
Machine Learning brings you closer to the fascinating world of artificial intelligence. Machine Learning is a cross-disciplinary field encompassing computer science, mathematics, statistics, psychology, and management. It’s currently tough for normal learners to understand so many subjects, making Machine Learning inaccessible to many, especially those from social science backgrounds.
We built this course, “Machine Learning for Social Scientists,” to help learners master this topic without getting stuck in its technicalities or fear of coding. This course is built as a scratch to the advanced level course for Machine Learning. All the topics are explained with the basics. The instructor creates a connection with everyday instances and fundamental tools so that learners feel connected to their previous learning. For example, we demo some Excel calculations to ensure learners can see the connection between Excel spreadsheet analysis and Machine Learning using R language.
The course covers the following topics:
· Fundamentals of Machine Learning
· Applications of Machine Learning
· Statistical concepts underlying Machine Learning
· Supervised Machine Learning Algorithms
· Unsupervised Machine Learning Algorithms
· How to Use R to Implement Machine Learning Algorithms
· How to create Training and Testing datasets and train Machine Learning Models
· How to improve the accuracy of Machine Learning Models
· Linear Regression Algorithm
· Calculation of Parameters of Linear Regression Model manually, using Excel and R
· K Nearest Neighbor (KNN) Analysis
· Understanding Mathematics behind K Nearest Neighbor Analysis
· Estimating sensitivity and specificity of the model
· Implementing KNN Algorithm in R
· Many more
According to various estimates, Machine Learning is among the highest-paid job in the industry, and salaries of Machine Learning professionals could usually be above US$1,00,000 per annum. If you are looking forward to a course that can get you gently started with Machine Learning, this course is for you. To join the course, click on the Sign Up button and start your journey in Machine Learning from today.