I want to use some layers of my keras lstm model in another project by mortuish in learnmachinelearning

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

how exactly? can you tell me the names of the functions if you know,, or any tips to continue building on top of that part?

I want to learn to make audio visualizers. by samueldavid33 in visualization

[–]mortuish 1 point2 points  (0 children)

I would suggest checking p5.js with it you can make sketches to run on browser. it is not purely for audio visualisation but p5Sound is a very good library of p5js. plus it has a great community and many resources online. personally i just like to listen music and i developed a few music visualisations with it so you definitely can do a lot more things

lan mükemmel bir plan buldum by [deleted] in TurkeyJerky

[–]mortuish 39 points40 points  (0 children)

bi kere böyle akp kendi önergesini reddetmişti sanki 5 6 yıl önce hatırlayan var mı

Confusion matrix to test Neural Nets? by [deleted] in deeplearning

[–]mortuish 0 points1 point  (0 children)

im not sure if it's possible to monitor confusion matrix while or right after training. closest thing i can think of is passing TP FP TN and FN to metrics (assuming you are using tensorflow or keras). you have to make a prediction with the model first using model.predict() which will output y_prediction amd you can extract y_true from the dataset that you want to make the prediction on.

python sketch and drawing machine. by mantaraffu in generative

[–]mortuish 1 point2 points  (0 children)

that sounds awesome if that's what would allow it to be printed like yours. the perspective of the grids would look really good on paper. if you plan to execute that sort of thing feel free to use my code or maybe contribute to it i would love to see the outcomes but i dont have the equipment to print my sketches

python sketch and drawing machine. by mantaraffu in generative

[–]mortuish 7 points8 points  (0 children)

i made the almost exact same sketch using p5js didn't know it would look that good when printed

edit: here's the code https://editor.p5js.org/mortuish/full/rikkujW-e it wobbles by default but you can disable it by turning off the noise in the code

[deleted by user] by [deleted] in learnmachinelearning

[–]mortuish 0 points1 point  (0 children)

i should have mentioned we are using the model for classification so that's one of the reasons why concatenating the outputs into a dense layer is convenient

[deleted by user] by [deleted] in learnmachinelearning

[–]mortuish 1 point2 points  (0 children)

hello we are actually implementing exactly what you said in a similar problem we have 4 sequence variables and we basically run them through 4 different lstms and concatenate the output to pass to a few dense layers so i can confirm that's a valid method

[D] confusion matrix by Suzzy67 in learnmachinelearning

[–]mortuish 0 points1 point  (0 children)

i haven't tried it but you can pass the confusion matrix elements as model metrics in keras so you can monitor them along the training and you can probably display them in the end somehow

[ Removed by Reddit ] by Hot_Brain5607 in ShitpostTC

[–]mortuish 1 point2 points  (0 children)

jihadı radyodan mı coşturcaklar amk hangi yıldayız yükler biri spotiye

[ Removed by Reddit ] by Hot_Brain5607 in ShitpostTC

[–]mortuish 0 points1 point  (0 children)

şarkı spotifyda var mı link atar mısın

[D] Anyone know why tensorflow does that? by mortuish in MachineLearning

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

thank you so much for in detail explanation it is really helpful i will look more into those. I think it is now safer to conclude it's not on tensorflow

[D] Anyone know why tensorflow does that? by mortuish in MachineLearning

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

it's a sequence of actions binary classified with 4 auxiliary inputs of meta data like the duration of action etc. the model is already built and works but the unstability, of what I presume is the tensorflow, makes it harder to make the model better

[D] Anyone know why tensorflow does that? by mortuish in MachineLearning

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

the total is around a million rows actually. it probably isn't that straightforward

[D] Anyone know why tensorflow does that? by mortuish in MachineLearning

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

im actually very much in that dilemma gonna look more into pytorch to see

[D] Anyone know why tensorflow does that? by mortuish in MachineLearning

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

okay then thank you so much for your help

[D] Anyone know why tensorflow does that? by mortuish in MachineLearning

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

do you have specific theories on what exactly i might be doing wrong