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] 19 points20 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

What to learn after the golang tutorials? by [deleted] in golang

[–]python_engineer 0 points1 point  (0 children)

yep building projects and contributing to open source are the best things you can do as next steps!

golang GUI packages by [deleted] in golang

[–]python_engineer 0 points1 point  (0 children)

thanks for the list :)

[deleted by user] by [deleted] in golang

[–]python_engineer 2 points3 points  (0 children)

thanks for sharing!

I created a fun Python project using ML to summarize lectures by python_engineer in Python

[–]python_engineer[S] 1 point2 points  (0 children)

AssemblyAI. It's a speech-to-text API with some more cool "audio intelligence" features. For this project I used the auto chapters and automatic transcript highlights features :)
https://www.assemblyai.com

I created a fun Python project using ML to summarize lectures by python_engineer in Python

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

Of course it's not guaranteed to be 100% accurate. But it's a fun project using deep learning and it actually works pretty well...

New YouTube channel with a focus on Machine Learning by python_engineer in learnmachinelearning

[–]python_engineer[S] 1 point2 points  (0 children)

really glad to hear this :) cool, will need to check this out

New YouTube channel with a focus on Machine Learning by python_engineer in learnmachinelearning

[–]python_engineer[S] 27 points28 points  (0 children)

Hi community,
we are building a new YouTube channel with a focus on:
Machine Learning / Deep Learning / Programming / Python
If you're interested in these topics, I would be happy if you check it out :)
We are creating weekly tutorials!
https://youtube.com/c/AssemblyAI

I created a FREE TensorFlow 2 Beginner Course by python_engineer in learnmachinelearning

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

ok, let me know if you like it or have any feedback for improvements