We can solve this prompt using a for loop as follows:def add(num):# if num is an integer thenif type(num) == int:# create sum variable and assign it to 0sum = 0# using a for loop, loop over integers 0 to numfor x in range(num+1):# update sum value sum += x# return sumreturn sum# if num is not an integer then return 0else:return 0Let’s dissect the code below.We first check if … [Read more...] about Best Way to Solve Python Coding Questions
Artificial Intelligence
FiftyOne — A Productive Tool for Cognomen ML & AI Developers
In this guest blog post, the Cognomen team shares their experience using FiftyOne and working with the Voxel51 team.The data science lifecycle. Data curation and analysis plays a central role in nearly every stage. Source.Nearly every business in the field of artificial intelligence faces issues bringing their AI solution to-market, including model performance (especially … [Read more...] about FiftyOne — A Productive Tool for Cognomen ML & AI Developers
How to Tackle Challenges Deploying ML Models
A Quick and Easier process to Deploying Machine Learning Models.ML model deployment made easier.By deploying machine learning models, other teams in your company can use them, send data to them, and get their predictions, which are in turn populated back into the company systems to increase training data quality and quantity.Once this process is initiated, companies will start … [Read more...] about How to Tackle Challenges Deploying ML Models
Deep learning vs. machine learning — What makes them different?
To most people, deep learning and machine learning phrases sound like the interchangeable buzzwords of the AI universe. However, that isn’t true. Anyone who wishes to better understand the field of artificial intelligence should therefore begin by understanding the terms and their distinctions.Deep learning is a specialized subset of machine learning, which in turn is a subset … [Read more...] about Deep learning vs. machine learning — What makes them different?
We built the closest to an A.I. Bayesian Brain with Human-like logic in Healthcare.
We are living in the incredible era where we can witness the first steps of artificial intelligence in a variety of applications, from chatbots, self-driving cars, image recognition and much more. The reason why this explosion happened, is basically because the hardware technology was finally able to catch up to the needs of Machine Learning applications. Machine Learning … [Read more...] about We built the closest to an A.I. Bayesian Brain with Human-like logic in Healthcare.
The Top 5 Paths To Become a Data Scientist
IntroductionTraditional Graduate Master’s DegreeCertificationsBootcampsYouTubeOnline TutorialsSummaryReferencesWith the emergence of new technologies, competition, and world events, the path to become a Data Scientist has varied greatly. While there are the tried-and-true traditional ways to become a Data Scientist — that might not be your preferred way. In addition to shorter … [Read more...] about The Top 5 Paths To Become a Data Scientist
Keeping up with data — Week 3 reading list
5 minutes for 5 hours’ worth of readingImage credit: https://xkcd.com/1838/I saw the image above in a blog post by Sandeep Uttamchandani about examples of what can go wrong in a machine learning project. People often read these articles as funny anecdotes that can never happen to them. Machine learning projects usually require significant investment (talent, time, and … [Read more...] about Keeping up with data — Week 3 reading list
Why You Should Read “The Second Machine Age”
“Second machine age: sustained exponential improvement in most aspects of computing, extraordinarily large amounts of digitized information, and recombinant innovation. These three forces are yielding breakthroughs.”“Not only are the new technologies exponential, digital, and combinatorial, but most of the gains are still ahead of us. In the next twenty-four months, the planet … [Read more...] about Why You Should Read “The Second Machine Age”
Who owns Financial Planning?
Will Financial Planners be completely replaced by technology? This is the haunting question that keeps me awake for many years. And even more so today.Many leaders are taking the posture that, “things have not changed much in the past 20 years. It will be the same for the next 20 years as well.”A thought experiment such as this affords us no harm and could inform us. In the … [Read more...] about Who owns Financial Planning?
Can we finally trust Artificial Intelligence on Brand Safety matters?
Understand video like humans doThus, understanding the context of appearance becomes key in Brand Safety and this explains why video understanding automation is the ultimate tool for media stakeholders. A fake terrorist in a comedy could easily dress exactly like a reel one but would this video content be considered as apology for terrorism? Whether nudity is displayed in a … [Read more...] about Can we finally trust Artificial Intelligence on Brand Safety matters?