Showing posts with label API. Show all posts
Showing posts with label API. Show all posts

Monday, 11 July 2022

Pydantic or dataclasses? Why not both? Convert Between Them by Diego Barba via @TDataScience

Use data classes in your FastAPI projects, and speed up your pydantic model operations.

This was definitely something lacking in my knowledge and I am glad to have that gap now filled. Definitely, something to carefully think about. I'm so glad it gives some examples and sample code.

Monday, 18 February 2019

Understand TensorFlow by mimicking its API from scratch by @elmd_ via @Medium

This great tutorial mimics TensorFlow’s API and implements the core building blocks from scratch, giving you an under-the-hood look at how TensorFlow’s deep learning libraries work.

I love this - it is very clear and easy to understand. You really need to bookmark this if you want to understand or learn about TensorFlow.

Sunday, 13 December 2015

50 Useful Machine Learning & Prediction APIs via @KDnuggests

KDnuggets have created a list of 50 APIs selected from areas like machine learning, prediction, text analytics & classification, face recognition, language translation etc.

I've only done some limited things with APIs - this list gives me the impetus to go and play with some of them more.