Semper Zero
Semper Zero
  • Видео 4
  • Просмотров 47 596
Neural Network Visualization - Learning
The tool offers a new interpretation of the feed-forward mechanism and gradient descent. I wanted to address questions such as: why does introducing nonlinearities through activation functions lead to input space warping (e.g., spirals)? How can we visualize the matrix multiplications within the network, as these represent linear projection transformations into smaller hyper-spaces? What happens when the loss function has a plateau, but the network configuration continues to evolve? Is the function stuck in a local minimum? How can we interpret gradient descent steps (the movement of projection vectors, represented by matrix lines between layers, in the optimal direction for the desired s...
Просмотров: 2 005

Видео

Analysis of Back Pain Using Biomechanics and Artificial Intelligence (ML)
Просмотров 873Год назад
Worked on an Artificial Intelligence and data analysis research project correlating back pain with posture, in collaboration with Rectify and Omdena I have designed and implemented the entire data analysis, modeling and visualization process, together with the ML algorithm training and hyperparameter tuning A paper will be published soon, detailing the algorithms and the final results Rectify p...
Visualizing the NEAT Algorithm - 2. How the AI Works, Inputs and the Neural Network
Просмотров 10 тыс.3 года назад
Visualizing the NEAT Algorithm - 2. How the AI Works, Inputs and the Neural Network
Visualizing the NEAT Algorithm - 1. Evolution
Просмотров 35 тыс.3 года назад
The purpose of this video is to give a visually appealing intuition as to how a neural network can evolve and learn. I will explain the intricacies of the algorithm in further videos. The input layer consists of sensors that detect the closest walls and tail segments in the 8 cardinal directions ( N, S, NW, etc), together with the fruit's direction and distance relative to the head, its size an...

Комментарии

  • @Mhrn.Bzrafkn
    @Mhrn.Bzrafkn Месяц назад

    Perfect 👌🏻

  • @peasant12345
    @peasant12345 Месяц назад

    very enlightening. BTW what are the three axis exactly? What dim reduction method do you use?

  • @STONECOLDET944
    @STONECOLDET944 Месяц назад

    Look like anything familiar?

  • @sebstr8382
    @sebstr8382 2 месяца назад

    What does each point represent?

    • @semperzero
      @semperzero 2 месяца назад

      The pixels of a handwritten digit image, reduced dimensionally through the layers of the neural network, and then reduced to 3 dims with PCA

    • @peasant12345
      @peasant12345 Месяц назад

      @@semperzero Have you tried tsne, umap? PCA tends to overestimate and make results biased

    • @semperzero
      @semperzero Месяц назад

      @@peasant12345 Tsne or Umap would not work for this approach, because I am looking for the way in which the hyper-space is bending. The linearity of PCA keeps that bending somewhat true, while the non linearity of tsne or umap would compromise it entirely

    • @peasant12345
      @peasant12345 Месяц назад

      @@semperzero thanks for explaining. I got it

  • @jas10022
    @jas10022 2 месяца назад

    Is there a notebook or write up to follow?

  • @hengweichen4571
    @hengweichen4571 2 месяца назад

    HI, it's an amazing visualization work. By the way, have you got some conclusions from the animation? I just wonder what can we get from the beautiful animation? Thank you advance! It's a good job!

  • @mackiebthatsme7287
    @mackiebthatsme7287 2 месяца назад

    Amazing... What visualization tool is this?

    • @semperzero
      @semperzero 2 месяца назад

      Used Plotly for the interactive 3d graphs at the beginning and the end For the animations in the middle I built a very simple graphics engine as a wrapper over plotly

  • @ChristopherAde
    @ChristopherAde 2 месяца назад

    Very rich visualizations! May I ask what the dimensions being compared mean?

    • @semperzero
      @semperzero 2 месяца назад

      The xyz dimensions are the result of running PCA on very high dimensional spaces representing the number of neurons on each layer.

    • @sebstr8382
      @sebstr8382 2 месяца назад

      ​@@semperzero​ is the movement then how the parameters evolve with training?

  • @simexpo
    @simexpo 2 месяца назад

    Looks cool! What activation function(s) do you use?

    • @semperzero
      @semperzero 2 месяца назад

      Thank you. In this case it was relu->sig->sig->softmax

  • @Brandonator24
    @Brandonator24 4 месяца назад

    Curious, is it necessary to have an input node for north and south instead of just y location? Or like north east which would just be a combination of north and east nodes that already exist? It seems more computationally expensive but please correct me if I'm wrong to assume those extra input nodes don't contribute much.

  • @VNDROID
    @VNDROID 4 месяца назад

    I want to see the full paper!

  • @zix2421
    @zix2421 4 месяца назад

    Neat is so cool, I love it very much.

  • @F00000x
    @F00000x 5 месяцев назад

    Great video!

  • @moooooou
    @moooooou 7 месяцев назад

    god made by human

  • @teenspirit1
    @teenspirit1 8 месяцев назад

    NEAT is much more exciting to me than transformer nonsense.

  • @mazen6773
    @mazen6773 8 месяцев назад

    How can I display the changes in each generation in the neural network like this

  • @liam9269
    @liam9269 8 месяцев назад

    Hello , im trying to implements pacman with NEAT and i rlly struggle with it . if u can help me i will very appreciate it and please let me know

  • @Obi1-KenBone-Me
    @Obi1-KenBone-Me 9 месяцев назад

    Soo...there wont be a part 3 ?

  • @revimfadli4666
    @revimfadli4666 Год назад

    Why did I get recommendations for older snake videos but not this

  • @morgan3692
    @morgan3692 Год назад

    Why won't you try to pass as inputs the whole field with every of 169 pixels with a value based on its current content. Such scrupulous input preparation is cheating.

  • @Arvolve
    @Arvolve Год назад

    Absolutely fascinating case study!

  • @1val
    @1val Год назад

    eyyy the king is back

  • @mira8950
    @mira8950 Год назад

    nice

  • @Djellowman
    @Djellowman Год назад

    Cool video, but the analysis / conclusion is missing.

    • @semperzero
      @semperzero Год назад

      I am sorry for that, but it will be available in a paper we will publish soon! The idea of this video is to display the beauty of mathematical modeling inside data science

    • @Djellowman
      @Djellowman Год назад

      And beautiful it is!

    • @semperzero
      @semperzero Год назад

      @@Djellowman, Thank you!

  • @MrBughyman1000
    @MrBughyman1000 Год назад

    Very nice visualisations and presentation! What were the conclusions of the experiments?

    • @semperzero
      @semperzero Год назад

      The conclusion was that indeed, back pain correlates less with vertical positions and more with bent position (some of the bent ones are worse than others). That is not new, but it's the first actual data based study in this regard. All the previous ones relied on self reports, heavily simplified sensors or heavily simplified data analysis which blurred the results too much. We can see this as a "myth confirmed" I am writing the paper at this moment and will publish it soon

  • @AndyMcBlane
    @AndyMcBlane Год назад

    Wow this is neat! Nice work.

  • @VikramRaja-u8v
    @VikramRaja-u8v Год назад

    Amazing. I have a question does Neat-python allow adding Hidden layers using config File or the Net evolves by itself for adding hidden layers?

  • @StreakyFly
    @StreakyFly Год назад

    Amazing visualization!

  • @ramanShariati
    @ramanShariati Год назад

    GREAT work . beautiful

  • @Djellowman
    @Djellowman Год назад

    how'd you make the animations

  • @SocialPrime
    @SocialPrime Год назад

    Absolutely beautiful and terrifying at the same moment.

  • @SocialPrime
    @SocialPrime Год назад

    Wait till terrorist organization creates something like this and then it wipes all of us from the face of the earth.

  • @marcel2711
    @marcel2711 Год назад

    what's your fitness function?

  • @PranavSrivatsavRA
    @PranavSrivatsavRA Год назад

    can you post the final hyperparameters that worked for you?

  • @Lemzur
    @Lemzur Год назад

    Thank you for this video, i understand a lot more the concept of the NEAT Algo now. I watched a lot of videos on this algorithm before without ever really succeeding in understanding the concept.

  • @DimchanskyLive
    @DimchanskyLive Год назад

    How the input state is encoded?

    • @DimchanskyLive
      @DimchanskyLive Год назад

      I found the answer here: ruclips.net/video/h9JZ0YHtKWQ/видео.html

  • @pyb.5672
    @pyb.5672 2 года назад

    Try adding an anticipatory reward function on a recursively calculated derivative of the instantaneous representation.

  • @angladephil
    @angladephil 2 года назад

    On this subject, I've seen an impressive neural network build + visualisation , from scratch and in vanilla JS, about self driving car by Radu. He explains and build all about inputs, outputs, weights and biases, then shows how to visualize the NN.

  • @bluewhale37
    @bluewhale37 2 года назад

    Revolution

  • @Friendsofirony
    @Friendsofirony 2 года назад

    Can you teach us how you did the animation

  • @matterb6049
    @matterb6049 2 года назад

    👋 to continue

  • @okboomer6805
    @okboomer6805 2 года назад

    brilliant illustration

  • @aymenbouguerra3857
    @aymenbouguerra3857 2 года назад

    MORE

  • @johnnywalker8194
    @johnnywalker8194 2 года назад

    We need part 3 immediately 😂

  • @KhazaeeTech
    @KhazaeeTech 2 года назад

    Where is the source code? Dislike

  • @alexandruionut4209
    @alexandruionut4209 2 года назад

    This was so well put together. Great music and great representation. Congratz. :)

  • @Gister
    @Gister 2 года назад

    How were you able to visualize the genetic structure?

  • @tangducbao7309
    @tangducbao7309 2 года назад

    +1 kudo for you

  • @manojkothwal3586
    @manojkothwal3586 2 года назад

    This is so Myelinating........... 👌👌👌👌👌👌👌👌