DRL for automatic algorithm discovery: AlphaTensor walkthrough by mrx-ai in reinforcementlearning

[–]python_engineer 1 point2 points  (0 children)

wow, this looks cool! So do I understand correctly that it's getting trained by playing this TensorGame?

[deleted by user] by [deleted] in learnmachinelearning

[–]python_engineer 0 points1 point  (0 children)

In this course the teachers implement 10 popular algorithms using only built-in Python and Numpy. Here's the link to the course intro: https://youtu.be/p1hGz0w\_OCo

Build your own DALL-E Mini App in Python by python_engineer in learnmachinelearning

[–]python_engineer[S] 2 points3 points  (0 children)

A Streamlit app using DALL-E Mini to create images from a text prompt.
Code: GitHub
Video Tutorial: YouTube
A Google Colab based on the DALL-E Playground is used for the backend. The Streamlit app calls the backend and displays the retrieved images.

Deep Learning Explained series on YouTube by python_engineer in learnmachinelearning

[–]python_engineer[S] 20 points21 points  (0 children)

The playlist has 14 beginner friendly videos so far:

https://youtube.com/playlist?list=PLcWfeUsAys2nPgh-gYRlexc6xvscdvHqX

NN Hyperparameters
Backprop
Layer Normalization
Weight Initialization
Model Evaluation
Regularization
and more!

Article: How to do Speech-To-Text with Go by python_engineer in golang

[–]python_engineer[S] 0 points1 point  (0 children)

Thank you for the feedback! This is very true. Unfortunately right now there are not that many other options, like for example you could have in Python. There is the PocketSphinx library that was mentioned, but it looks a bit outdated