0% found this document useful (0 votes)
4 views

Sameer

The document is an acknowledgment of an internship experience at R3 Systems India Pvt Ltd, highlighting the learning and professional development gained during the six-week training. It provides an overview of the company, its establishment, services, and organizational structure, as well as details about a heart disease prediction project undertaken during the internship. The project utilized various tools and algorithms, particularly Linear Regression, to analyze data and predict outcomes.

Uploaded by

shaikhsameer1607
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)
4 views

Sameer

The document is an acknowledgment of an internship experience at R3 Systems India Pvt Ltd, highlighting the learning and professional development gained during the six-week training. It provides an overview of the company, its establishment, services, and organizational structure, as well as details about a heart disease prediction project undertaken during the internship. The project utilized various tools and algorithms, particularly Linear Regression, to analyze data and predict outcomes.

Uploaded by

shaikhsameer1607
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
You are on page 1/ 12

(Company Certificate)

Acknowledgement
The Internship opportunity I had with R3 Systems India Pvt Ltd. in Nasik was a
great chance for learning and professional development.Therefore,I consider
myself as a lucky individual as I was provided with an opportunity to be a part
of it.

I am also grateful for having a chance to meet so many brilliant people and
professionals who guided me throughout Internship period.

I express my deepest thanks to Mr.Gauresh R. Surywanshi, R3 Systems India


Private Ltd, Nashik, in spite of extremely busy schedule, grabbed time to guide
and keep me on the correct path allowing me to carry out my project at their
esteemed organization.

Thank you for establishing the technical support to make training easier.I choose
this moment to acknowledge his contribution gratefully.

Hope to have the same cooperation in the future too. Yours sincerely,

Name of Student:
Place: Nashik, Maharashtra
Abstract

Industrial training for diploma students is a crucial component of their


academic curriculum. It provides students with practical exposure to the industry
they are studying, helping them bridge the gap between theoretical knowledge
gained in the classroom and real-world application.
During industrial training, diploma students have the opportunity to work in
actual industry settings, gaining firsthand experience in their chosen field. This
hands-on experience helps students develop essential skills and competencies
required for their future career.Industrial training also allows students to apply the
concepts learned in the classroom to real-life situations, enhancing their
understanding of complex topics. Additionally, it helps students build professional
networks, gain insights into industry trends and practices, and enhance their
employability prospects upon graduation. Industrial training plays a vital role in
preparing diploma students for the workforce by providing them with practical
skills, industry knowledge, and valuable work experience.
Industrial training helps us learn new Technology, stay updated with market
demand, and make us aware of new developments and development skills. It also
improves skills, time management, practical skill, communication, problem-
solving, and many more.In training learn new things.There is a new experience
during the work. In this training, we have studied the general layout, types of
major equipment and their specification, cost, safety procedures, etc., and this
information was collected through expert talk, mentor, and Google.
I have completed the training of 6 weeks in R3 Systems India Private Ltd,
Nashik under the guidance of expert talk .
Index
Sr. Title Page No.
No.
1. Abstract

2. Acknowledgement

3. Organization structure.

4. Introduction, product services, history and number Of


Employees.

5. Project Screenshot

CHAPTER NO.
1 ORGANIZATION
STRUCTURE

(ORGANISATIONAL CHART OF R3 SYSTEMS INDIA PVT LTD)


CHAPTER NO. 2
INTRODUCTION, PRODUCT &
SERVICES, HISTORY AND NUMBER
OF EMPLOYEES

1. Establishment of R3 SYSTEMS INDIA.PVT.LTD.


R3 Systems is established in 2017, till now worked for 60+ odd clients and R3
Systems team has more than 5-6 years of experience.They are building our
skill sets to find the defects in the current market and correct them with our
unique solution of what a real satisfying business relationship should be like.
R3 Systems wanted to bridge the gap where most outsourcing companies fail
with their customers, the have managed successfully to do that.R3 Systems is
Software Development & Advance Course Training Company established by
Industry Folks. R3 Systems has two branches across Maharashtra State at
Nashik & Mumbai. R3 Systems strongly believe in bringing self-motivation in
students through which they can truly achieve to their fullest potential and find
their way to success. All R3 Systems team members are well experienced,
efficient, well trained, and student oriented.

2. About R3 Systems
R3 Systems delivered more than 500 projects and have grown from a 2 people
humble start-up.R3 Systems think that software field should not be upto only
coding and project completion. It is inclusive of an accurate satisfaction of the
customer’s requirements and business strategies and on the basis of this
motive we recommend cost-effective solution to our clients. R3 Systems
effective solution, recommendations, technology suggestion and proficiency
have made its software development methodology stand distinct from
others.R3 Systems is a tech savvy, web & mobile application development and
futuristic internet marketing company offering ingenious solutions with
superior quality to surplus organisation’s productive gain. We are a company
that is highly motivated by doing things right, thing like social network,
membership driven website, custom dashboard etc.

3. Teams
 Real-time product development team
 Project mentoring & consulting team
 Business planning & marketing team
 Corporate trainers team
4. Major Verticals
 Product Development
 Project Mentorship & Consulting
 Corporate Training

5. Company Services/Products
 Web Designing
 Web Development
 Digital Marketing
 Project Consulting
 Corporate Training

6. No of employees of industry
R3 SYSTEMS INDIA PVT LTD have an efficient team of 25+ members from
various technical background every member is a expert in their respective
field.

7. Contact Details
 Website : www.r3sys.com
 Email : [email protected]
 Call : +91 8600 1800 45 | +91 8600 0331 81
 Address : First Floor, Trinity Tower, ST Colony, Near State Bank of India,
Behind Lakme Salon, Prasad Circle, Gangapur Road, Nashik
HEART DISEASE PREDICTION PROJECT

Project team
Shaikh Mohammad Sameer (Group Leader) : Data Preparation, Feature Engineering, Searching.
Badgujar Aditya : Initializing and Training , Model Evolution, Testing.

Resources used

Libraries and Tools:

 Pandas: For data manipulation and analysis, including loading datasets and handling dataframes.
 Matplotlib & Seaborn: For data visualization to plot graphs and understand data distributions.
 Scikit-learn: For implementing machine learning algorithms (like Linear Regression) and evaluating
the model's performance using metrics such as MAE, MSE, RMSE, and R² score.
 NumPy: For numerical operations, especially in calculations like the Haversine distance.
 Python: The primary programming language used for the entire project.
 Dataset.

Algorithms Used:

 Linear Regression: The notebook employed Linear Regression to predict the fare amount based on various
features extracted from the dataset. Linear Regression was the final model used due to its simplicity and
effectiveness in this context.

Example Documentation of Used Algorithm:

We used the Linear Regression algorithm for this project, as it provided a reasonable R² score of 76.4%.

What is Linear Regression?

Linear Regression is a statistical method for modeling the relationship between a dependent variable and one
or more independent variables. In this project, it was used to predict the fare amount of taxi rides based on
features such as pickup and dropoff coordinates, passenger count, and more.

Formula:

The Linear Regression model predicts the target variable YYY (in this case, the fare amount) using the
formula:

Y=β0+β1X1+β2X2+⋯+βnXnY = \beta_0 + \beta_1X_1 + \beta_2X_2 + \dots + \beta_nX_nY=β0+β1X1+β2X2+⋯


+βnXn

Where:

 X1,X2,…,XnX_1, X_2, \dots, X_nX1,X2,…,Xn are the independent variables.


 β0\beta_0β0 is the intercept.
 β1,β2,…,βn\beta_1, \beta_2, \dots, \beta_nβ1,β2,…,βn are the coefficients for each independent variable.
Main Program :
Data Cleaning :

You might also like