Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 28

INTERNSHIP PRESENTATION

Under the Guidance of: Presented By:


Mr. A Venkateshwar Maheshwari PB(3BR16CS080)
CONTENTS
 About the Organization
• History of the Organization
• Organization Structure, Product and Services
• Employee structure of the Organization
 About the department in the organization
• Introduction about the department
• Roles and Responsibilities of individual in the Department
• Organization structure of the Department
• My role in the Company
HISTORY OF THE ORGANIZATION
 Tech Fortune Technologies believe that Technology when used properly can help any
business to scale and achieve new heights of success. It helps Improve its efficiency,
profitability, reliability; to put it in one sentence “Technology helps you to Delight your
Customers” and that is what we want to achieve. We want to help you Delight your
customers with our technological innovations. Times are changing and so are computing
platforms, time has come where the computers have come of age from desktop and to
some extent even laptops; Mobile platforms having real time information on the go is
what is ask of the time right now. It has become very crucial to be always connected to
your business statistics. Mobile hardware’s such as smart phones and tablet pc’s along
with high speed wireless data connectivity is where the critical business information
would be made available real time in near future. As an organization we are highly
focused on Mobile platforms technology and are committed to develop Optimal, efficient,
reliable, simple, and value for investment solutions as software products.
ORGANIZATION STRUCTURE
 Tech fortune academy is headquarter in Vijayanagara, Banglore, and have branch offices
in Vijayapura and Dharwad , India with diverse employee base and self premium clients.
PRODUCT AND SERVICES

 Android Apps
 Web Application
 Artificial Intelligence
 Web Design
 Services Offered are:
 Core Java and advanced java web services
 Web Services
 Search Engine Optimization
 Python
EMPLOYEE STRUCTURE OF THE ORGANIZATION
INTRODUCTION ABOUT THE DEPARTMENTS
 Tech-fortune plays an essential role as an institute, the level of education, development of
student’s skills is based on their trainers.
 If you do not have a good mentor then you may login many things from others and that is
why we at Tech-fortune gives you the facility of skilled employees so that you do not feel
unsecured about the academics.
 Personality development and academic status are some of those things which lie on
mentor’s hands. If you are trained well then you can do well in your future and knowing its
importance of Tech-fortune always tries to give you the best
 They have a great team of skilled mentors who are always ready to direct their trainees in
the best possible way they can and to ensure the skills of mentors we held many skill
development programs as well so that each and every mentor can develop their own skills
with the demands of the companies so that they can prepare a complete packaged trainee.
ROLES AND RESPONSIBILITIES OF INDIVIDUAL
IN THE DEPARTMENT
 The first task that must be preformed by an application developer is to collect the
requirements. The intern must be able to understand and visualize.
 Further the intern must identify the tools that are required for the development.
 Develop a plan in order to carry out the task assigned to them on a step by step basis.
 Break down the program specifications into simplest elements and translate the logic
into a programming language.
 Combine all the logics of the program design by integrating the logics.
 Debugging the program and minimize the errors present in the logic.
 Perform testing and generate a report by writing a detailed documentation for the
operation of the program
ORGANIZATION STRUCTURE OF THE DEPARTMENT
MY ROLE IN THE COMPANY
 The first task that must be preformed by an application developer is to collect
the requirements. The intern must be able to understand and visualize.
 Further the intern must identify the tools that are required for the development.
 Develop a plan in order to carry out the task assigned to them on a step by step
basis.
 Break down the program specifications into simplest elements and translate the
logic into a programming language.
 Combine all the logics of the program design by integrating the logics.
 Debugging the program and minimize the errors present in the logic.
 Perform testing and generate a report by writing a detailed documentation for
the operation of the program.
PYTHON
 Python is a high-level, interpreted scripting language developed in the late 1980s by Guido van
Ros sum at the National Research Institute for Mathematics and Computer Science in the
Netherlands. The initial version was published at the alt. sources new group in 1991, and
version
 1.0 was released in 1994. Python 2.0 was released in 2000, and the 2.x versions were the
prevalent releases until December 2008. At that time, the development team made the decision
to release version 3.0, which contained a few relatively small but significant changes that were
not backward compatible with the 2.x versions. Python 2 and 3 are very similar, and some
features of Python 3 have been back ported to Python 2. But in general, they remain not quite
compatible. Both Python 2 and 3 have continued to be maintained and developed, with periodic
release updates for both. As of this writing, the most recent versions available are 2.7.15 and
3.6.5. However, an official end of life date of journey has been established for Python 2, after
which time it will no longer be maintained. If you are a newcomer to Python, it is
recommended that you focus on Python 3. The British comedy troupe monty python’s flying
circus of which Guido was, and presumably still is, a fan. It is common to find references to
Monty Python sketches and movies scattered throughout the Python documentation.
ADVANTAGES OF PYTHON
 Python works on different platforms(Windows, Mac, Linux, Raspberry Pi etc)
 Python has a simple syntax similar to the English language.
 Python has syntax that allows developers to write programs with fewer lines than some
other programming language.
 Python runs as an interpreter system, meaning that code can be executed as soon as it is
written.
PROJECT TITLE

DIABETES PREDICTION
TABLE OF CONTENT
 Introduction
 Problem Statement
 Objectives
 Software and Hardware Requirements
 Functional Requirements
 Non-Functional Requirements
 Snapshots
 Conclusion
INTRODUCTION

 Diabetes is a chronic disease with the potential to cause a worldwide health care crisis.
According to International Diabetes Federation 382 million people are living with
diabetes across the whole world. By 2035, this will be doubled as 592 million. Diabetes
mellitus or simply diabetes is a disease caused due to the increase level of blood glucose.
However, early prediction of diabetes is quite challenging task for medical practitioners
due to complex interdependence on various factors as diabetes affects human organs such
as kidney, eye, heart, nerves, foot etc. Data science methods have the potential to benefit
other scientific fields by shedding new light on common questions. One such task is to
help make predictions on medical data. The aim of this project is to develop a system
which can perform early prediction of diabetes for a patient with a higher accuracy by
combining the results  This project aims to predict diabetes
PROBLEM STATEMENT
 To design and develop a data science based project " Diabetes Predicting" which helps
to make predictions on medical data and develop a system which can perform
predictions of diabetes for a patient with a higher accuracy by combining the results
OBJECTIVES
 To design and develop the python based project to see how to predict whether a person
has diabetes or not.
 To read information based on certain diagnostic measurements include in the dataset.
 To make the dataset is to diagnostically predict whether or not patient has diabetes
Create a display window for user input.
 To develop an efficient system with easy prediction of data
HARDWARE AND SOFTWARE REQUIREMENTS
Hardware Requirements
 Processor : Intel dual Core, i3
 Ram : 4GB
 Hard disk : 500 GB
 
Software Requirements
 Tools Used : Anaconda ( Jupyter notebook) or Python 3.0

 Programming Language : Python


FUNCTIONAL REQUIREMENTS
 The system shall provide user a platform to predict the diabetes patients.
 The system will classify the details based on the measurements of dataset.
 The system predicts the outcome of variables and visualize the correlations using maps.
 The system will normalize the inputs.
NON-FUNCTIONAL REQUIREMENTS
 Reliability: If any exceptions occur during the execution of the software it should be caught and
thereby prevent the system from crashing.
 Scalability: The system should be developed in such a way that new functionalities can be
added, thereby facilitating system evolution.
 Cost: The cost should be low because of free availability of software package.
 Usability: The system is easy to use.
SNAPSHOTS

First 5 records in the Diabetes Database


Output of feature and outcome correlation
Barplot visualization of number of non-diabetic (0) and diabetic (1)
Heatmap of feature and outcome correlations
Histograms of Attributes Showing the class Distribution
CONCLUSION
 I have understood the various equipment’s working principle, company details,
specifications and distributors details. The whole internship period has motivated me
to design a system, component, or process to meet desired needs with realistic
constraints such as economic, environmental, social, political, ethical, health and
safety, manufacturability, and sustainability. It made me understand the function on
multidisciplinary teams and inspired me to create a novel system to solve
engineering problems. It has made me Understand professional and ethical
responsibility and to Communicate effectively. I have obtained the broad education
necessary to understand the impact of engineering solutions in a global, economic,
environmental, and societal context.
 From All the Classification Algorithms we can see that the Logistic Regression
gives a good Accuracy of 87%.
THANK YOU

You might also like