ml engineer. math geek. wikipedia editor. billie eilish. culture.
Nothing here yet.
In the first part, I showed how to convert a dataset of medical images and its target value into tfrecords. Here, I will be showing how to read tfrecords and also how to train an ML model in TensorFlow using tfrecords. For this, I will be used the tf...

When taking ML/Deep Learning Courses, it is common to have access to pre-loaded datasets like MNIST, FashionMNIST etc. as they come with Deep Learning frameworks like Tensorflow. But in real-world applications, your dataset would most likely not be r...
