In my channel, I try to give you access all the information I know on how to become a software developer with tips & tricks, good advice, coding tutorials and fun projects to improve your skills. I will often program in Python, but I will also from time to time use Javascript, HTML, Java, etc.


CODE MENTAL

I will live streaming tonight. I will be setting up and integrating my Python Bot which now can run in headless mode, with a Discord server. I never used Discord before, so it should be fun. Join me!

3 years ago | [YT] | 0

CODE MENTAL

For you Web 3.0 is

3 years ago | [YT] | 1

CODE MENTAL

For anyone curious on how much progress I made visualizing two fully connected layers in a neural network!
The materials and colors are random for now. It is mainly just a placeholder for changing later.

3 years ago | [YT] | 6

CODE MENTAL

Test your knowledge of #Python #numpy

Which Numpy function to use?

In one of my live coding livestream I had a numpy array with the following shape: (5, 10, 3) where 5 was number of rows in a grid and 10 number of columns. 3 is the shape for the X,Y, Z coordinates for each 3Dpoint.
I wanted to turn this numpy array to shape (50, 3) so it is easier to iterate over each 3D point.
An example on how this numpy array currently looks like:

[[[1.0, 2.0, 3.0], … ,[1.0, 2.0, 3.0]] … [[1.0, 2.0, 3.0] … [1.0, 2.0, 3.0]]]
And how I want it to look like:

[ [1.0, 2.0, 3.0] … [1.0, 2.0, 3.0] ]

what NumPy function should I use?:

3 years ago | [YT] | 1

CODE MENTAL

Today I managed to do a bit more progress on visualizing fully connected layers in a neural network using Python and Blender. I fixed the bug I shared yesterday.
Next stage will be to optimise my blender function so that it scales for thousands of neurons. The number of connections between neurons grows exponentially.

My plan is to create only a single sphere and cylinder, for the neuron and the connection only and then use ArrayModifiers to repeat each at different angles. I already know all the angles, so it should be doable.

I created a playlist for this project: youtube.com/playlist?list=PL3...
The source code for each livestream is available as a Github Gist. You can find them in the description.

3 years ago | [YT] | 7

CODE MENTAL

I am going to do a #Web #Scraping Livestream with #python soon. I promise!
Are you interested? if yes please leave a comment on what you would like me to web scrape.

3 years ago | [YT] | 3

CODE MENTAL

It was a really fun coding afternoon with all of you, coding in #python and #blender.

For those of you who were not able to attend, just for your info, we made very good progress on visualizing two fully connected layers in a neural network. Yes there are bugs. but in our next livestream I should be able to fix it.
I added a gist with the source code to the description, in case you want to try it yourself in Blender.

3 years ago (edited) | [YT] | 10

CODE MENTAL

Did you know that #Google #gdg organizes study groups for Google Cloud?
These are completely free and that they also provide free access to study materials and free access to Google cloud without even needing a credit card?

Leave a comment if you want to know more.

3 years ago | [YT] | 1

CODE MENTAL

Why install Tensorflow inside Blender?
In tonight's Livestream i will show you why!

What a beautiful evening again. I love summer!
See you soon!

3 years ago | [YT] | 5

CODE MENTAL

Is it the right time to get a cut-price Nvidia GPU?

I am quite tempted to get an rtx-3090 ti, but my gut feeling tells me that waiting for the RTX 40 series makes more sense. What about you? Do you have any GPU in your wishlist? Are you waiting or cashing in on the discounts?

3 years ago | [YT] | 1