Skip to main content

Command Palette

Search for a command to run...

#68 Machine Learning & Data Science Challenge 68

Updated
1 min read
#68 Machine Learning & Data Science Challenge 68
B

Greetings.

I am a machine learning engineer based in India, possessing a sustained interest in machine learning since my undergraduate studies. I have completed Stanford University's machine learning course (Andrew Ng) via Coursera, and IBM's machine learning and deep learning curriculum. My current focus is on machine learning and data science projects, aiming to leverage my expertise for impactful, real-world problem-solving.

What are Epochs?

  • One Epoch is an ENTIRE dataset passed forwards and backward through the neural network.

  • Since one epoch is too large to feed to the computer at once, we divide it into several smaller batches.

  • We always use more than one Epoch because one epoch leads to underfitting. As the number of epochs increases, the weight is changed several times in the neural network, and the curve goes from underfitting up to optimal to overfitting curve.

Machine Learning & Data Science Interview Challenges

Part 50 of 50

Machine learning and data science are increasingly among the most sought-after skills in tech. Read this article for advice on how to prepare for machine learning and data science interviews.

Start from the beginning

#117 Machine Learning & Data Science Challenge 117

What are the benefits of TensorFlow over other libraries? The following benefits are: • Scalability • Visualisation of Data • Debugging facility • Pipelining

More from this blog