GithubHelp home page GithubHelp logo

lukepolson / youtube_channel Goto Github PK

View Code? Open in Web Editor NEW
904.0 43.0 829.0 172.2 MB

Notebooks for the python tutorials of my youtube channel. See specific youtube video for link to specifc notebook.

Jupyter Notebook 34.38% Python 0.01% HTML 65.61% JavaScript 0.01%

youtube_channel's Introduction

Youtube Channel Repository

youtube_channel's People

Contributors

lukepolson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

youtube_channel's Issues

Vid 5: sum(hms) incorrect?

In the cell labelled In [126], you have

all_harmonics=True
if all_harmonics:
    tot = sol.sum(axis=1)[::10] # all harmonics
else:
    tot = sum(hms)[::10] # only first 10 harmonics
tot = tot.astype(np.float32)

When calculating with all_harmonics, you take the average y value across the string at each time t to generate your PCM sound stream (this makes sense). The average value of a periodic function is just the amplitude of its zeroth harmonic; summing all harmonic amplitudes at a timeslice t is a different calculation. You can check this by listening to WAVs with all_harmonics=True vs all_harmonics=False with a high number of harmonics and finding that they don't sound similar.

Edit: Actually I'm not sure if taking the average y value at each time t is correct, since even harmonic contributions to the average y would be zero. Here's an open SE question on the topic: https://physics.stackexchange.com/questions/574906/derive-shape-of-sound-wave-from-vibrating-string-simulation

CT scan data

Hi, I really liked the image processing you have done on CT scan image processing. I wanted to try with the data. I see that you have recently deleted the data. Could you please let me know where can I find the file?

Add a license file

Please choose a license and add a license file. I don't want to accidentally use any of your code without permission.

image "accordion.png"

Hello

where we can find the the image "accordion.png" for notebook 8 where you solve poisson equation?

thanks

Is it possible to also provide the fan beam filtered backprojection jupyter code in 2D and 3D cases?

Recently I watched your videos about filtered backprojection introductions on youtube, and I have the following problems:

  1. Did you have some easy-to-get-started resources about how to make fan beam filtered backprojection (FBFBP) code in Python or Jupyter Notebook? Because circular arrray setups are more frequently used in real life. I don't want to use matlab or python built-in functions because some important codes are hidden in those functions.
  2. Did you have resources about how to extend the FBFBP technique to 3D imaging?

I would be grateful if you can provide the corresponding resources, thank you!

CT_scan.npy

Hi
I need CT_scan.npy file that you used in liver segmentation video.
Please upload it
I appreciate it
Thank you

vid27.ipynb first image correction

Hi Luke, first thank you very much for your work on youtube and physics.
To the point! in the file vid27.ipynb the first image (sacnner.PNG) is not showing. excuse my boldness, could you correct it?
Thank you so much for your great work.

Interested in teaching GUIs?

I'm coming from left-field as I don't watch your channel. I did notice some matplotlib, and a couple of tkinter GUIs. Have you looked at PySimpleGUI? It may fit well with the types of applications I see currently in your notebooks that could be instead run as GUIs.

I may be entirely wrong, which happens quite often, but I something I get one right.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.