Reply
  • Oct 26, 2019
    texmaker

    Tbh I hate it and love it as the same time, it's so many people coming out nowadays with a degree you want a impartial way to root people out
    Besides studying algorithm can get pretty interesting and I guess it's really useful for the kind of projects that these big companies work on

    Oh I like algorithms and data structures too. But more on the theory side, proving they do X in O(y) time or whatever. I feel like the leetcode type problem never actually comes up in day to day software engineering which is why it’s so annoying to me

  • Oct 26, 2019
    Yohji

    They just require 1 full year of employment which seems fair. Otherwise I have to pay them back.

    I wish I interned at like google or something. It’s an easy way in to get a full time job. And once you’re at a FAANG, you can pretty much go anywhere

    Yup! Im trying to work at one for like a year or two and then dip and hopefully work for a much more chill company

  • Oct 28, 2019

    Trying out various ML models for biology image segmentation, this PhD stuff is moving mad fast lol. Got a algos course where we cover Fourier transform then next lecture cryptography then next graph theory s***s hectic

  • Oct 28, 2019

    nextbigsound.com/charts/predictions a cool website based on data and related to music, i think yall would find this interesting

  • Oct 28, 2019
    ·
    1 reply

    Any advice for a beginner without prior programming experience?

  • Oct 28, 2019
    jayzcoolie

    Any advice for a beginner without prior programming experience?

    I know this is the machine learning thread and they font do much ML in Java, I’d recommend starting programming in Java to learn types before jumping to Python. Will help you understand programming in general better imo

  • Oct 30, 2019

    What’s a good avenue/strategy to find programmers and engineers locally who can help bring an entrepreneurial idea to fruition? I live in Atlanta.

  • Nov 1, 2019
    ·
    1 reply

    Damn I should have just made this a computer science thread, didn’t realize people were actually going to reply. Imagine if KTT had its own GitHub.

  • Nov 1, 2019
    ·
    1 reply

    data engineer boys where u at

  • Nov 22, 2019
    WGAN

    Damn I should have just made this a computer science thread, didn’t realize people were actually going to reply. Imagine if KTT had its own GitHub.

    Let's make it happen

  • Nov 22, 2019

    Machine Learning is interesting; I’m in a Big Data class now.

    I don’t think it’ll be something I delve into immediately though; maybe later on once I get some IT work under my belt.

  • Nov 24, 2019

    in

  • Nov 24, 2019
    ·
    1 reply

    Anyone have experience with RNNs specifically with long short term memory architecture for sequence classification?

  • Nov 25, 2019
    ·
    1 reply
    yuuurp

    Anyone have experience with RNNs specifically with long short term memory architecture for sequence classification?

    I only have experience with autoregressive flows, which is probably another way to tackle sequence classification. For example learning a time-dependent series and using a 1-D convolutional neural net to predict the next element in the series.

  • Dec 3, 2019
    ·
    1 reply
    WGAN

    Yuh i currently do research in deep learning. Look into deepmind’s WaveNet for the future of audio. It creates an encoding of sounds that allows them to be mixed and manipulated in ways not previous done before. I doubt is has been used by any major producers yet since it’s only on github.

    just finishing my bachelors in math and think i wanna look into data mining or deep learning

  • Dec 4, 2019
    ·
    1 reply
    WGAN

    I only have experience with autoregressive flows, which is probably another way to tackle sequence classification. For example learning a time-dependent series and using a 1-D convolutional neural net to predict the next element in the series.

    hey not sure if this makes sense but when using a neural net for classification because the function that maps the inputs to the outputs is non linear and if everything is normalized between 0 and 1 is this the same as getting a probability distribution? anyway to see the probability associated with the classification in the output?

  • pandas gang

  • Dec 7, 2019
    Dankmustard Mobile

    just finishing my bachelors in math and think i wanna look into data mining or deep learning

    Exactly what I did. There’s lots of opportunities at government/ military research labs.

  • Dec 7, 2019
    yuuurp

    hey not sure if this makes sense but when using a neural net for classification because the function that maps the inputs to the outputs is non linear and if everything is normalized between 0 and 1 is this the same as getting a probability distribution? anyway to see the probability associated with the classification in the output?

    Exactly. In the case of classification they are modeling the probability distribution of for example the vector x, which can represent an image, being a certain label, y. Or more specifically the posterior p(y|x), the probability of a label y given x.

  • Jun 14, 2020

    Realllyyy enjoyed this video on how the balance between the progress of computation and innovation play a role in the future of artificial intelligence

  • Jun 18, 2020

    SVM gang baby

  • Jun 19, 2020

    Better alternative to Zoom?

    theonline.town/overview

  • Jun 22, 2020

    direct link to help NASA classify terrain for Mars rovers

    zooniverse.org/projects/hiro-ono/ai4mars/classify

  • Jun 22, 2020
    ·
    2 replies

    What are some great books (or other resources) to get into machine learning?

  • Jun 22, 2020
    mirza

    What are some great books (or other resources) to get into machine learning?

    andrew ng lectures