0% found this document useful (0 votes)
17 views5 pages

Python Daily Report

Python project report

Uploaded by

dubeyhitesh670
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views5 pages

Python Daily Report

Python project report

Uploaded by

dubeyhitesh670
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Industrial Training Weekly Diary

Week 5 : 30/06/25 To 05/07/25


Name : [Link] Institute Mentor : [Link] Naik
DAY ACTIVITIES CARRIED OUT
30/06/25  Basic introduction of python :
- It is high level programming language , It is open source and it support
cross platform.
 History of python- GUIDO VAN ROSSUM (1991).
 Uses- Ai, databases and in everywhere
 Operators- relational, logical, bitwise, identify etc.
*(And also I studied Difference between java and python.)
1/07/25  Datatypes, Creating Variables, Comments, Basic code of python :

DATATYPES:
-A data type is the kind of value a variable holds.
 Integers: it store integer numbers.
 Floating point : it store floating point numbers.
 Complex: mathematical operations (real + imaginary)
 Boolean: true or false
 String: it used to store characters.
COMMENTS:
-Explain python code.
 Single line comment- #
 Multiline comment- “””
*(And I learned how to creating a variables and basic codes example of
python)

02/07/25  Type casting , (list,tuple,set and dictionary), conditional statements


and looping statements:
TYPE CASTING :
-it converts datatype one to another.
 Implicit typecasting- smaller into larger.
 Explicit typecasting- larger into smaller.

LIST, TUPLE,SET AND DICTIONARY:
List: collection of items (mutable).
Tuple: ordered collection (immutable).
Set: unordered collection of unique items.
Dictionary: it store data in key-value pair.
Industrial Training Weekly Diary

CONDITONAL STATEMENTS:
-It is decision making statement it based on conditions.
 If condition
 If- else condition
 Nested-if else condition
LOOPING STATEMENTS:
-Repeat a block multiple time as long as condition is true.
 While loop
 For loop
03/07/25  Machine learning ,Types ,KNN, Logistic Regression, Decision tree,
Random forest , SVM(support vector machine):
INTRO MACHINE LEARNING:
-It is part of AI , It means training a computer to learn from data
automatically.
TYPES:
 Supervised learning: labeled data
 Unsupervised learning: unlabeled data
 Rein forcement learning: it’s a way of teaching a computer to
learn from experience.
 Semi supervised learning: small amount of labeled data and large
amount of unlabeled data.
KNN (K NEAREST NEIGHBOUR)
LOGISTIC REGRESSION:
-it is used in supervised learning It used sigmoid function
DECISION TREE:
-it is tree like structure it is solve the problem of classification and regression
RANDOM FOREST:
-it is updated version of decision tree
SVM:
-Hyper plane separate the data the nearest point of hyperplane is called svm.
04/07/25 Test
05/07/25 Holiday

Signature of Student Signature of


Industrial Supervisor
Industrial Training Weekly Diary

Week 6 : 07/07/25 To 12/07/25

DAY ACTIVITIES CARRIED OUT


07/07/25 Revision :
Types of machine learning
KNN
Decision Tree
Random Forest
08/07/25  Linear Regression codes and revision:
 Linear regression
 Logistic regression
 (codes) linear and logistic regression
09/07/25  Logistic codes and revision:
 Logistic regression
 Linear regression
 Svm (support vector machine)
10/07/25  Introduction of pandas , numpy and sk learn:
 Pandas:
-It helps you work with tables of data (like spreadsheets) easily.
 Numpy: (Numerical Python)
-It helps you work with numbers, especially large groups of numbers
(like lists and tables) very fast.
 Sk learn: Scikit-learn
-Scikit-learn is like a toolbox for machine learning. It helps you teach
the computer to learn patterns from data (like predicting prices,
classifying emails, etc.).
11/07/25 Test
12/07/25 Holiday

Signature of Student Signature of


Industrial Supervisor
Industrial Training Weekly Diary

Week 7 : 14/07/25 To 19/07/25

DAY ACTIVITIES CARRIED OUT


14/07/25  Revision :
 Unsupervised learning
 revision of ml
15/07/25  Three types of fitting ,Introduction of BIAS, Variance :
TYPES OF FITTING:
 Underfitting
 Overfitting
 Best fitting
BIAS:
-The difference between the actual and predicted is known as BIAS.
VARIANCE:
-If there is any changes in the training data, then there will be changes in the
output as well.
16/07/25  Clustering, K-menas clustering, hierarchical clustering
CLUSTERING:
-Grouping similar data (each group is clustered)
K-MENS CLUSTERING:
-It is popular clustering algorithm in unsupervised learning. It divide data
into k number of clusters(k means no of clusters)
HIERARCHICAL CLUSTERING:
-It is clustering method that builds a hierarchy (tree) of clusters.
17/07/25  Chatbot built
I built a chatbot using these clustering.
18/07/25 Test
19/07/25 Holiday

Signature of Student Signature of


Industrial Supervisor
Industrial Training Weekly Diary

Week 8 : 21/07/25 To 19/07/25

You might also like