24

I finally built my own neural network model.
I did start this journey a long time ago. Maybe 2 or 3 years ago. My first ("undefined") rant :) was about it.
https://devrant.com/rants/800290/...

Comments
  • 4
    Before someone asks for it...
  • 3
    Oo. Looks like textgenrnn, or tensorflow / keras.
  • 1
    it's so cool how i already had your first rant ++'ed. good job bro
  • 1
    @ewpratten it is keras. Keras is using tensorflow as backend in this case. I am thinking about testing out Theano as backend.
    About this textgenrnn thingy... I have it somewhere and the file tab to the left is lstm_text_generation.py. Found it on github/keras/examples. It is hard to understand, but I am almost done understanding it.
  • 1
    @calmyourtities thanks and thanks, bro.
  • 0
    @Floydian thanks, but I know that I know little about it. There is so much more to learn.
    Btw. finally a friendly face from almost forgotten times. How are you doing? :)
  • 0
    For those of you who do not understand the magic of machine learning. It is the mathematical activation functions. Learning ml also means that you learn mathematics. But on a "much" (assuming that not all of you did attend a university. I am still not a student myself, either btw
    That is why it took me so long to grasp it.) higher level than you used to learn it before.
  • 1
    Looks good! Have you tried using a ReLu activation function? I also like the choice for Adam as an optimizer ;-)
  • 0
    @Floydian @gerritman123 completely forgot about this post's comments... Sorry.

    @Floydian
    Oh man...
    I am doing fine, bro!
    I am studying harder for my final practical and theoretical exams!
  • 0
  • 0
    @Floydian thanks, bro!😁
Add Comment