Posts

Showing posts from October, 2022

Machine Learning Notes:

 Machine Learning:  • Concept of Artificial Intelligence   • Types of AI   • Fields in which AI is used   • Machine learning concept   • Types of machine learning   • Developmental phases of Machine Learning application   • Loading data set   • Cleaning dataset   • Concept of Supervised machine learning   • Concept of Unsupervised machine learning   • Libraries used for machine learning   • Introduction of PIP utility   • Environment setup for Machine Learning   • Introduction to Data Science   • Types of data • Data set and its classification   • Volume, Variety, and Velocity of data   • Features of and labels from data set   • Training dataset and Testing data set   • Data encoding in dataset   • Split activity to divide dataset   • Pandas library installation   • Dat...

Python Programming Language Advanced Notes

Python Programming Language Advanced: • Module in Python   • Creation of user-defined Module   • Multiprocessing application development   • Multitasking using thread   • Thread Synchronization techniques   • Single threaded vs multithread application development   • Parallel programming in Python using Pool class   • Duck Typing in Python   • Decorators in Python   • Practical use of Decorators   • Lambda functions in python   • Filter Map Reduce concept in Python   • Exception handling   • Object Oriented programming in Python   • Concept of Encapsulation using Class   • Characteristics of class and its types   • Behaviours of class and its types   • Nested class and its use   • Use of self keyword   • Object creation   • Constructor and its types   • Abstraction in Python ...

Python Fundamental Notes:

Python Programming Language Fundamentals: • Introduction of Python Programming  • History of of Python Language   • Features of Python language and its importance   • Versions of Python   • Toolchain of Python application   • First application in Python   • Data types in Python   • Variables and its types   • Operators and its types   • Bitwise operators and its working   • Memory allocation strategy used by Python   • Numbers in Python  • Input Output mechanisms   • Command line arguments   • Procedural programming approach in Python   • Function definition and function calling techniques   • Function arguments and its types   • Inner function and its calling techniques   • Returning multiple values from function   • Anonymous function and its use   • Default function arguments   • Require...