Briefly
I created a new project, Interactive Machine Learning Experiments on GitHub. Each experiment consists of a Jupyter / Colab laptop showing how the model was trained, and a Demo page showing the model in action right in your browser.
Despite the fact that the machine models in the repository can be a little "dumb" (remember, these are just experiments, not a licked code, ready for "uploading to production" and further managing new Tesla), they will try their best to:
- Recognize numbers and other sketches that you draw in the browser
- Identify and recognize objects in video from your camera
- Categorize images uploaded by you
- Write a poem in the style of Shakespeare with you
- And even play rock-paper-scissors with you
- and so forth
I trained models in Python using TensorFlow 2 with Keras support . For the demo application, I used the React and JavaScript version of Tensorflow .

Performance models
, .️ , " ", . , . (, 60% , , 97%), (overfitting vs underfitting).
- :

, - "":

- full-stack (-). , , , - .
- Python , . Playground and Cheatsheet for Learning Python. , Python, "" ,
dict_via_comprehension = {x: x**2 for x in (2, 4, 6)}
. - Python- . Andrew Ng Coursera Homemade Machine Learning. " -" , , , k-, ( ?) .
- " " NanoNeuron. 7 JavaScript , , - "".
- Deep Learning - Andrew Ng Coursera (multilayer perceptrons), (convolutional and recurrent neural networks). , , . TensorFlow 2 Keras. ( ), - , -, . Interactive Machine Learning Experiments, .
- TensorFlow.js , ( Jupyter ) .
- HDF5 TensorFlow.js Layers TensorFlow.js converter. ( ) , HTTP , , -, , , , "". HTTP API .
- React create-react-app Flow .
- Material UI. , , " " (, Bootstrap).
- , Jupyter :
(Multilayer Perceptron, MLP)
, .

, .

(Convolutional Neural Network, CNN)
(CNN)
, . MLP, CNN.

(CNN)
, . MLP, CNN.

-- (CNN)
-- . CNN, .

Rock Paper Scissors (MobilenetV2)
-- . , MobilenetV2.

(MobileNetV2)
( ), . MobilenetV2.

(MobileNetV2)
, , "" . MobilenetV2.

(Recurrent Neural Networks, RNN)
(, 17+38
) ( 55
). , , ( ). "" 1
→ 17
→ 17+
→ 17+3
→ 17+38
55
. , Hola
Hello
, .

, . "" .

Wikipedia
Wiki , .

, — , (, ). — Deep Learning. :
, . , / , 60%
.
, , - , --.
!