Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Big Data code optimization in Python NumPy: sound processing

    Posted By: ELK1nG
    Big Data code optimization in Python NumPy: sound processing

    Big Data code optimization in Python NumPy: sound processing
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English + srt | Duration: 57 lectures (7h 5m) | Size: 2.61 GB

    Big Data code optimization in Python NumPy + sound processing in MoviePy + binarizing images in computer vision - Pillow


    What you'll learn:
    Code optimization in Python using the NumPy library
    Sound processing in Python using the MoviePy library
    Fundamentals of digital images

    Requirements
    Basic level in Python: loops, conditions

    Description
    Programming is one of the most flexible fields I know of. You can create a program that achieves a certain task in so many ways. However, that does not mean that all ways are equal. Some are better than others.

    That is especially visible when your program has to work with big data. Working with big data means working with gigantic arrays and matrices.

    You can create a program that achieves the same task like the other one, but it does so 1000 times faster. It all depends on how you code and which coding practices you use.

    And this is what you will learn here. You will learn the good and the bad coding practices, so that you would learn to code the right way when dealing with big data.

    In this 100% project based course, we will use Python, the Numpy and the Moviepy library to create a fully functional sound processing program.

    This program will import your videos in sequence, extract their audio, automatically identify the silent intervals in that audio, and then cut them out while still keeping some silence on the edges to preserve a bit of pause in between sentences.

    Sound processing naturally deals with millions and millions array elements and so it really matters how we write that program. We will do it in a bad way and in a good way, because I want you to see both sides of the coin.

    In the end, you will see that the last version of your Python Numpy code will be more than 1000 times faster than the first version, and so, you will see how to code and how definitely not to code.

    Finally, I really want you to see that this knowledge is universal and can be applied in other fields as well, not only audio processing. And therefore, in the last section, there will be an assignment in computer vision.

    Digital images are in fact, gigantic matrices, and so, it really matters how you handle them in the code. We will build a small program that can binarize these images and we will also do it in a good and in a bad way.

    We will use the Python image processing library called Pillow to process all this big data inside the image matrices.

    After this course, you will know how to approach programming in the right way from the beginning. Take a look at some of my free preview videos and if you like what you see, then, ENROLL NOW and let's get started! I'll see you inside.

    Who this course is for
    Engineering students
    Engineering professionals
    Data Scientists
    Engineering & Programming hobbyists
    Programmers