The document outlines a machine learning using Python course that covers Python fundamentals like data structures, functions, object-oriented concepts and errors; introduces tools like NumPy, Pandas and Matplotlib for data analysis and visualization; and teaches various machine learning algorithms like linear regression, logistic regression, decision trees and clustering through both supervised and unsupervised learning techniques. The course aims to provide students with 30 hours of instruction spread across these various machine learning and Python topics.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
54 views
Machine Learning Using Python - Mca4th-Sem-2021
The document outlines a machine learning using Python course that covers Python fundamentals like data structures, functions, object-oriented concepts and errors; introduces tools like NumPy, Pandas and Matplotlib for data analysis and visualization; and teaches various machine learning algorithms like linear regression, logistic regression, decision trees and clustering through both supervised and unsupervised learning techniques. The course aims to provide students with 30 hours of instruction spread across these various machine learning and Python topics.
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2
§
MACHINE LEARNING USING PYTHON
MCA 2ND YEAR 4TH SEM - 2021 TOTAL: - 30 HRS.
Introduction to python Values, Types, Variables, Operands and Expressions,
And python data Conditional Statements, loop, Demonstrating Conditional Statements, structure (6 hrs.) Python files I/O Functions, Numbers, Strings and related operations, Tuples and related operations, Lists and related operations, Dictionaries and related operations, Sets and related operations, Function Parameters, Global Variables, Variable Scope and Returning Values, Lambda Functions.
Functions, Object-Oriented Functions,Function Parameters,Global Variables,Variable Scope and
Concepts, Errors and Returning Values,Lambda Functions,Object-Oriented Concepts Exception Handling (6 hrs.) Standard Libraries,Modules Used in Python The Import Statements,Module Search Path Package Installation Ways,Errors and Exception Handling Handling Multiple Exceptions Introduction to NumPy – arrays, Operations on arrays, Indexing slicing and iterating, NumPy,Pandas and Reading and writing arrays on files, Pandas - data structures & index Matplotlib(8 hrs) operations, Creating series and data frames, Importing and exporting data, Reading and Writing data from Excel/CSV formats into Pandas,matplotlib library, Grids, axes, plots, Markers, fonts and styling Types of plots - bar graphs, pie charts, histograms Contour plots. Basic Functionalities of a data object Merging of Data objects, Concatenation of data objects Types of Joins on data objects, Exploring a Dataset Analyzing a dataset MACHINE LEARNING USING What is Machine Learning, Machine Learning Use-Cases, Machine PYTHON(10 hrs.) Learning Process Flow, Machine Learning Categories, Linear regression, Gradient descent, Supervised Learning: Implementation of Logistic regression, Decision tree. Unsupervised Learning: What is Clustering & it’s Use Cases? What is K-means Clustering? How does K-means algorithm work? Implementing K-means Clustering. What are Association Rules? Association Rule Parameters,Calculating Association Rule Parameters Recommendation Engines,How does Recommendation Engines work? Collaborative Filtering,Content-Based Filtering