Posts

Python For Machine Learning - CST 283 - KTU Minor Notes- Dr Binu V P

Dr Binu V P -About Me About the Course Syllabus Previous Year Question Paper and Answer Key CST 283 Python For Machine Learning Dec 2020 Previous Year Question Paper and Answer Key CST 283 Python For Machine Learning Dec 2021 Previous Year Question Paper CST 283 Python For Machine Learning Dec 2022  Previous Year Question Paper CST 283 Python For Machine LearningFeb 2024 Module-I Programming Environment and Python Basics 1.Introduction to Python 2.Running Python Program- IDLE,Interactive Shell, Jupyter notebook 3.Identifiers, variables and keywords 4.Basic Python data types- numbers and strings, type conversion 5.Operators 6.Operator precedence and expression evaluation 7.Input and output- input() and print() 8.Built-in functions, modules and packages 9.The software development process 10.Simple programs to begin with, comments and statements 11.Basic Programs to try 12.Programs using built-in functions and modules 13.Sample Programs ( contact) Module-II Building Python Programs 1.Sele

Previous Year Question Paper CST 283 Python For Machine Learning - Feb 2024

 

KTU Python for machine learning Sample Question Paper and Answer Key Dec 2020

  APJ ABDUL KALAM TECHNOLOGICAL UNIVERSITY THIRD SEMESTER B.TECH DEGREE EXAMINATION, DECEMBER 2020 Course Code: CST283 Course Name: Python for Machine Learning Max. Marks: 100   Duration: 3 Hours   PART A     Answer all questions. Each question carries 3 marks Marks   1 Explain the input statement with an example. How the type conversion is done 3   2 Illustrate the concept of modules and explain with example how they are used in Python programs 3   3 Write a Python program to print all prime numbers less than 100. 3   4 Demonstrate Lambda function with an example 3   5 Use list to read n names and print the names in alphabetical order