You are on page 1of 7

I had completed my summer training on Python with Machine

Learning. These 2 months’ internship from…………... was done


on Infrastructure of Anaconda IDE, where I worked on the
python libraries (numpy, pandas, sklearn, and Opencv) and I
created various real life projects based on machine learning
algorithms like: -
• Face Detection System,
• Models based upon Classification, Regression, etc.
 Python language is based on oops like( java and C++ ) and object
based(c),it means it follows classes concept and functions concept.
 Every data in python is considered as class.
 Python is loosely typedef language, strongly dynamically language.
 There is no character in python and there is no double in python.
 In Python, there is string (by default).
 Python follow interpreter as well as compiler based.
 Python is totally portable language.
 Python is independent.
 There is no do while loop in python.
Machine Learning includes many categories of
sub-algorithms in order to make correct
predictions with their accuracy and error.
Machine Learning includes many libraries like
open CV, Sklearn to predict the estimations more
accurately. Anaconda software was used for
performing Machine-Learning on this project
and the work was done on Jupyter Notebook
IDE (Integrated Development Environment).

AITM Computer Science Department Project Plan


i. Import particular algorithm(i.e., call the trainer) like KNN.
ii. Initialize the algorithm(i.e., call the constructor).
iii. Trainer starts training(i.e., we are going to be give e.g. to the
learner).
iv. FIT is a method by which we can feed Data.
v. we have to test our model for testing purpose we are only
give features and model has to give answers.
vi. PREDICT is a method for testing the model.
So, the outcome of my summer training
is that I had created an interest in
Machine Learning and choose as a
career.

You might also like