• 1 Post
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle










  • I have been out of the ml world for a bit (like 6months lol …) And I already feek way out if date. It seems like I should pick up the vicuna llm, didnt want to touch llama initially due to the legal problems with it. I thought that would be a problen for a while, and then they went and solved it. Somehow even missed the news of it, most likely due to the enormous amount of news comming from the ml world (I might need a model to abbreviate it). Anyways thanks for the article I know what to do this weekend.



  • Back in the day before university (around 6 years ago) I got recommended a mooc(massive open online course) by the university of Helsinki. I used this course to get started with learning to program, and to find out whether it was something for me. It has been some time, and it seems they update the course but I hope it can help you too in learning. Here is the link: https://java-programming.mooc.fi/. It really starts from 0, with setting up te environment which is nice. It is in java using the netbeans ide which some would call antique, but in my opinion that does not really matter to start to learn.




  • Ended up using these quite a bit during my thesis, they are great for certain types of data. I read a lot of papers claiming these could a solution to the causality problem. Hence why you often see papers using GNNs named something something causal something. The Technical implementation however always felt a bit lackluster. The passing algorithms are at best 1 extra pass, but often were implemented as an extra function per link, scaling them quadratically per node. This was always a bit sad as it prevented large node GNNs. Havent looked at them the last years, might need to do a new pass myself to see if they have evolved a bit. The article is quite good at introducing it, but does indeed miss the performance problem here a bit :)


  • On the other hand, starting to learn latex through some smaller paper might prepare you for when you actually would need the features it brings during a thesis or something similar. Also nowadays with overleaf I do find that it is not all too difficult to get started with latex. Still it remains a bit of a complex beast to master.



  • Considering you have a low end pc i’d recommend trying godot. As someone who has been in the gamejam scenes for few years now I have seen it be used more and more. It is not the most powerful engine, especially compared to unity and unreal. It however is by far the easiest both on user experience and on computer resources. As a bonus it is fully free and open source, which is always nice. For the learning part I’d recommend just starting, being bad at something is the first step in being kinda good at something (this is a quote from somewhere, and i dont remember from where). Good luck!