0
How to build a 'machine learning' without any external library(tensorflow, keras, etc) for 'digital recognition'?
For example in python : Only use database library (mysql, sqlite etc) to save the result of (weight and bias) from training.
2 Answers
+ 1
you might enjoy this video from Joel Grus - building a deep learning library:
https://youtu.be/o64FV-ez6Gw
0
I'll try it