Is it possible to become a data scientist if you are not good at math or statistics?

Asked by Last Modified  

3 Answers

Follow 3
Answer

Please enter your answer

yes it is possible
Comments

The general impression is that there is a heavy maths and statistics in data science. That is not true. The secret is that on application side the maths and statistics are minimal. Don't believe me.Look at the following code for digit classification. There is zero maths. from keras import modelsfrom...
read more
The general impression is that there is a heavy maths and statistics in data science. That is not true. The secret is that on application side the maths and statistics are minimal. Don't believe me.Look at the following code for digit classification. There is zero maths. from keras import modelsfrom keras import layers network = models.Sequential()network.add(layers.Dense(16, activation=’relu’, input_shape=(28 * 28,)))network.add(layers.Dense(16, activation=’relu’)) network.add(layers.Dense(10, activation=’softmax’)) network.compile(optimizer=’rmsprop’,loss=’categorical_crossentropy’,metrics=[‘accuracy’]) This is an example of deep learning code in Keras. All the maths is being taken care by Keras API. The point is that one needs maths to get a intuition of what is happening inside the algorithm but one would not need to code the mathematical parts. To draw parallels one uses indexes in database but one does not code the index logic. read less
Comments

Online& Offline Tutor @ home

python,machine learning and artificial intelligence...these are the things u should know...do course in all these.if you have the ability to think creative.. then yes u r on the right track...
Comments

View 1 more Answers

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

What is Time Series?
What is a Time Series? Time Series data is a series of data points indexed or listed or graphed with an equally spaced period. Time series forecasting is the use of the model to predict future values...

Basics Of R Programming 1
# To know the working directory which is assigned by defaultgetwd()# set the working directory from where you would like to take the files setwd("C:/Mywork/MyLearning/MyStuddocs_UrbanPro/Data") # Assign...

Big Data & Hadoop - Introductory Session - Data Science for Everyone
Data Science for Everyone An introductory video lesson on Big Data, the need, necessity, evolution and contributing factors. This is presented by Skill Sigma as part of the "Data Science for Everyone" series.

Things to learn in Python before choosing any Technological Vertical
Day 1: Python Basics Objective: Understand the fundamentals of Python programming language. Variables and Data Types (Integers, Strings, Floats, Booleans) Basic Input and Output (using input()...

Learn Data Science In 8 Steps
8 Steps To Learn Data Science There have been a lot of surveys over the past few years on the educational background of data scientists. As a result, there have also been many different results. In the...

Recommended Articles

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Looking for Data Science Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you