Datacast Episode 3: How to Be a Social Media Data Whiz with Leni Krsova

Datacast Episode 3: How to Be a Social Media Data Whiz with Leni Krsova

Leni Krsová is social media data analyst from the Czech Republic, currently based in Prague. At the beginning of her career, she worked for Czech TV, a public broadcaster in the country, as a social media editor but switched quickly from marketing to the path of a data analyst. Since then she is interested more and more in data analysis of social media and online news media data with R, data privacy and academic research in these fields. She is planning to start her Ph.D. studies in near future.

Datacast Episode 2: Becoming a Deep Learning Expert with Deep Narain Singh

Datacast Episode 2: Becoming a Deep Learning Expert with Deep Narain Singh

Deep Narain Singh is Data Scientist with specialization in machine learning and deep learning. He has extensive work experience in building NLP/Computer Vision products using AI/ML/DL. He has spent 12 years in industry working with startups and large scale companies. He holds a Master’s degree in Data Science from the University Of New Haven/Galvanize and completed his undergraduate in Civil Engineering from NIT Jaipur.

Decision Trees: How to Optimize My Decision-Making Process?

Decision Trees: How to Optimize My Decision-Making Process?

The major advantage of using decision trees is that they are intuitively very easy to explain. They closely mirror human decision-making compared to other regression and classification approaches. They can be displayed graphically, and they can easily handle qualitative predictors without the need to create dummy variables.

The 5 Fundamental Running Times in Computer Science

The 5 Fundamental Running Times in Computer Science

As you see, you should make a habit of thinking about the time complexity of algorithms as you design them. Asymptotic analysis is a powerful tool, but use it wisely. Sometimes optimizing runtime may negatively impact readability or coding time. Whether you like it or not, an effective engineer knows how to strike the right balance between runtime, space, implementation time, maintainability, and readability.

k-Nearest Neighbors: Who are close to you?

k-Nearest Neighbors: Who are close to you?

The k-Nearest Neighbors algorithm is a simple and effective way to classify data. It is an example of instance-based learning, where you need to have instances of data close at hand to perform the machine learning algorithm.

Datacast Episode 1: From Molecular Biologist to Data Scientist with Dr. Jon Leslie

Datacast Episode 1: From Molecular Biologist to Data Scientist with Dr. Jon Leslie

Dr. Jonathan Leslie obtained his Ph.D. in Biology from the University of London, studying blood vessel formation at the Cancer Research UK London Research Institute. After 20 years of researching the molecular processes underlying cancer, he turned to data science and founded a freelance consultancy business. He is passionate about promoting open-source software and routinely volunteers as a mentor in the R-programming and data science communities.

14 Golden Nuggets to Demystify Data Science for Aspiring Data Scientists

14 Golden Nuggets to Demystify Data Science for Aspiring Data Scientists

These talks cover a wide range of topics: from showcasing your work to connecting with data leaders, from telling a persuasive data story to debugging myths in data science. I took some detailed notes of all the talks and decided to use this post to share the main takeaways.

25 Critical Insights From Experienced Data Scientists in The Data Science Handbook

25 Critical Insights From Experienced Data Scientists in The Data Science Handbook

I would highly recommend you to read The Data Science Handbook. The data scientists in the book have helped create the very industry that is now having such a tremendous impact on the world. They discuss the mindset that allowed them to create this industry, address misconceptions about the field, share stories of specific challenges and victories, and talk about what they look for when building their teams.

How to Think Like a Data Scientist in 12 Steps

How to Think Like a Data Scientist in 12 Steps

At the moment, data scientists are getting a lot of attention, and as a result, books about data science are proliferating. While searching for good books about the space, it seems to me that the majority of them focus more on the tools and techniques rather than the nuanced problem-solving nature of the data science process. That is until I encountered Brian Godsey’s “Think Like a Data Scientist.”