<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ane Berasategi</title>
    <description>The latest articles on DEV Community by Ane Berasategi (@anebz).</description>
    <link>https://dev.to/anebz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F271365%2Fa0ee11c6-cf61-4b87-92b8-6e985b55d8be.png</url>
      <title>DEV Community: Ane Berasategi</title>
      <link>https://dev.to/anebz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anebz"/>
    <language>en</language>
    <item>
      <title>What I learned during my Masters in NLP</title>
      <dc:creator>Ane Berasategi</dc:creator>
      <pubDate>Tue, 26 May 2020 06:34:53 +0000</pubDate>
      <link>https://dev.to/anebz/what-i-learned-during-my-masters-in-nlp-480m</link>
      <guid>https://dev.to/anebz/what-i-learned-during-my-masters-in-nlp-480m</guid>
      <description>&lt;p&gt;I had the idea to write this post by the &lt;a href="https://github.com/education/graduation"&gt;Github graduation&lt;/a&gt; initiative.&lt;/p&gt;

&lt;p&gt;I started my &lt;a href="https://www.cis.uni-muenchen.de/master/studienfach/computerlinguistik/index.html"&gt;Masters degree in NLP&lt;/a&gt; in LMU Munich, Germany in 2018. I had been interested in machine learning for about a year and had completed Coursera's &lt;a href="https://www.coursera.org/specializations/deep-learning"&gt;Deep Learning&lt;/a&gt; specialization. I wanted to learn NLP more deeply and become a kind of expert in the topic. That's what a Masters degree is supposed to make you, right? After spending 2 years receiving lectures on it and doing programming assignments, I should be able to contribute to the community. Or so I thought.&lt;/p&gt;

&lt;p&gt;This degree was built for 2 types of backgrounds: computer science and linguistics. There were some introductory classes for both, which means you wouldn't need one half of them. Because the students had such diverse backgrounds, the bar was set low.&lt;/p&gt;

&lt;h2&gt;
  
  
  Go beyond lectures
&lt;/h2&gt;

&lt;p&gt;I realized if I just went to class and did the assignments, I wouldn't learn much. So first I looked for more advanced courses. I took the most advanced computer science courses I could find. These were very demanding but there was much room to grow.&lt;/p&gt;

&lt;p&gt;You probably won't have much time left with student jobs or assignments, but if this situation applies to you, I strongly encourage you to use the resources provided by the university in any way possible. Attend other lectures as a guest, read the course literature, ask questions in class and try to talk to the professor or instructor about the topic, they will tell you things they don't mention in class.&lt;/p&gt;

&lt;h2&gt;
  
  
  Read papers
&lt;/h2&gt;

&lt;p&gt;In NLP, the field has been moving incredibly fast in the past few years. The course materials we were given were trying to keep up but they weren't. Using Python in assignments was very recent, and there was barely one Deep Learning course in the last semester. I realized if I really wanted to learn what was going on in NLP, I would have to learn it on my own. I started reading papers.&lt;/p&gt;

&lt;p&gt;I got a paper that seemed introductory, I didn't understand much of it so I went to the papers that this one was based on. I didn't understand these either so I kept going back and accumulating papers until I had a 2003 paper I could understand, and 15 others in my queue.&lt;/p&gt;

&lt;p&gt;I slowly started to go forward in time and understand the basics of NLP, in a way that I wouldn't do during my lectures. I used this opportunity to make a &lt;a href="https://github.com/anebz/papers/"&gt;Github repo with my notes&lt;/a&gt;, which has been growing steadily since then.&lt;/p&gt;

&lt;p&gt;Understanding papers was challenging at first, but with practice you get better and can understand better what they present. In a way, I think this arduous and long task of reading so many papers was my actual Masters in NLP.&lt;/p&gt;

&lt;h2&gt;
  
  
  Do programming projects with a professor if you can
&lt;/h2&gt;

&lt;p&gt;The programming side in many of my lectures were optional, which meant most people used their energy on the other demanding mandatory assignments. But I saw an opportunity here. I could do a project, have much of the professor's attention because they wouldn't be busy with other students, and have a more personal mentoring.&lt;/p&gt;

&lt;p&gt;And that's what I did. My professor/mentor was a doctor in Linguistics turned NLP researcher, who offered a very fresh view on NLP, since most of the other professors were computer scientist, and their ideas came from the other side. &lt;/p&gt;

&lt;p&gt;This professor didn't challenge me on the coding side, but she made me difficult questions about my results, their interpretability, meaning and impact, and forced me to think from a completely different perspective than the one I was used to.&lt;/p&gt;

&lt;p&gt;Many times I'd spend hours coding and finally get to have some results, and I'd think 'ok work done'. But then I'd show her my work and she would ask me a thousand questions and I'd have to go back and think. Not think about how to code this or that, but think about what the results were telling me. It was frustrating and fantastic, I learnt so much.&lt;/p&gt;

&lt;p&gt;Unfortunately the semester ended and I was faced with more workload, but there was so much material to work with and I want to go back to it. This is the project I did: &lt;a href="https://github.com/anebz/eu-sim/"&gt;exploring the semantic similarity between contextualized embeddings.&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Own your master thesis
&lt;/h2&gt;

&lt;p&gt;By the time I had to start thinking on the master thesis, I had read many papers, knew what the field was currently doing and I had some sketches of research ideas I could work on during my thesis. I looked for approachable professors who'd want to tutor students for a thesis, and I did a tour of professors, seeing what projects they were working on.&lt;/p&gt;

&lt;p&gt;I was surprised to see that they were delighted by my initiative, that I had taken the time to read papers and even to have my own research ideas. They told me most students just take any available project, follow the instructions of the professor and just present something.&lt;/p&gt;

&lt;p&gt;I realized then how &lt;strong&gt;a little initiative can make you stand out in the crowd&lt;/strong&gt;. In the end I picked a project suggested by my supervisor, but I made sure to make it mine. I tried to really deeply understand it, read the papers related to it, which by this time it didn't feel like much work.&lt;/p&gt;

&lt;p&gt;In the beginning I didn't understand what I was doing, I was just doing what he told me. But slowly, by asking question and realizing my knowledge gaps, I started to own the thesis. I started to talk more in meetings, come up with ideas, and to just be in control of my own thesis.&lt;/p&gt;

&lt;p&gt;As of May 2020, I'm still working on it. I recently managed to replicate a paper from April and even improve its results by 2%. I don't know what will come of my thesis or if we'll manage to publish a paper, but I wish I could work on this longer. I'm learning so much.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;In the end, whatever degree you choose, you will only learn what you want to learn. So I encourage you to put in the work, do your best. There will be many people graduating next to you, so do the work to stand out.&lt;/p&gt;

</description>
      <category>nlp</category>
      <category>datascience</category>
      <category>octograd2020</category>
      <category>education</category>
    </item>
    <item>
      <title>2019 in books</title>
      <dc:creator>Ane Berasategi</dc:creator>
      <pubDate>Fri, 27 Dec 2019 20:15:02 +0000</pubDate>
      <link>https://dev.to/anebz/2019-in-books-180e</link>
      <guid>https://dev.to/anebz/2019-in-books-180e</guid>
      <description>&lt;p&gt;I've always had a book on my nightstand but when I started uni and bought a smartphone I started reading less and less until in early 2017 &lt;a href="https://medium.com/@anebz/reading-as-a-serious-hobby-ec64bbd13915"&gt;I decided to read seriously again&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It's been 3 years since I started and I never believed I would read so much and enjoy it as I do. &lt;a href="https://medium.com/@anebz/2018-in-books-890a45866bac"&gt;I set some goals for this year&lt;/a&gt; and I'm proud to say I reached almost all of them.&lt;/p&gt;

&lt;h3&gt;
  
  
  These were my goals for 2019:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Read 20k pages

&lt;ul&gt;
&lt;li&gt;After having read 17k in 2018, I thought 20k was my limit and it'd be nice to go all in and try to reach it.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Read 10 books in Basque

&lt;ul&gt;
&lt;li&gt;It's my mother tongue and unfortunately I've somewhat abandoned Basque literature.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Read 15 nonfiction books

&lt;ul&gt;
&lt;li&gt;Because if I'm going to get serious about reading and read many books, I might as well learn something in the meantime.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Read 10 classics

&lt;ul&gt;
&lt;li&gt;I noticed I had barely read any classics so I hoped to fix that.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  And what I actually achieved:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;I read 24k pages

&lt;ul&gt;
&lt;li&gt;This is the official number, but this year I quit some books I just couldn't go through so the real number is closer to 22k.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;I read 4 books in Basque

&lt;ul&gt;
&lt;li&gt;I tried very hard but either the books I chose were all boring or I'm out of habit at reading Basque, but I'm not giving up.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;I read 29 nonfiction books

&lt;ul&gt;
&lt;li&gt;Big success with this one, I read many great books and learnt a lot.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;I read 10 classics

&lt;ul&gt;
&lt;li&gt;I didn't enjoy them very much but I did it.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I got 3/4 of my goals, read many fantastic books and my to-read shelf in Goodreads is longer than ever. I would say it's been a good year!&lt;/p&gt;

&lt;h3&gt;
  
  
  These are my top 5 books in 2019, in no particular order:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.goodreads.com/book/show/4692.The_Physician"&gt;The Physician&lt;/a&gt;, Noah Gordon&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I was a big Medieval nerd as a teenager and The Pillars of the Earth and The Physician were all-time favorites, I wanted to read it again and it made it into the top 5 despite it being a re-read. Unfortunately I didn't enjoy the sequel as much.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.goodreads.com/book/show/35721138-the-neuroscientist-who-lost-her-mind"&gt;The neuroscientist who lost her mind&lt;/a&gt;,  Barbara K. Lipska,
Elaine McArdle&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not a magnificent nonfiction book but it got me interested in neuroscience and mental/brain illnesses. It also freaked me out. I read more books about neuroscience after this and it debunked many myths I had about psychosis, schizophrenia, bipolar disorder, etc. Somehow I thought I knew what they were but turns out I had no clue. I look forward to learning more in 2020.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.goodreads.com/book/show/40672036-digital-minimalism"&gt;Digital minimalism&lt;/a&gt;, Cal Newport&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each book from Newport has been in my top 5 in previous years, this time it was Digital minimalism. His books are so inspiring, and make so much sense, they make me want to improve so much. I think about his ideas even months after having read the book. I can't recommend his books enough.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.goodreads.com/book/show/1898.Into_Thin_Air"&gt;Into thin air&lt;/a&gt;, Jon Krakauer and &lt;a href="https://www.goodreads.com/book/show/139069.Endurance"&gt;Endurance&lt;/a&gt;, Alfred Lansing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Small cheating in this one, both books are about endurance, one about a failed Everest expedition and the other about Shackleton's incredible voyage to Antarctica in 1914. These books grab you and don't let you go, I had nightmares with them and I felt the despair they felt in Antarctica and the cold and desperation from the Everest expedition. Extraordinary stories and very well written.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.goodreads.com/book/show/40538681-midnight-in-chernobyl"&gt;Midnight in Chernobyl&lt;/a&gt;, Adam Higginbotham&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After watching the HBO series I felt some shy pride when I understood the very basic concepts of nuclear energy and I decided it was a fantastic opportunity to read about the Chernobyl nuclear plant and the 1986 disaster. It was terrifying, complex terminology sometimes but worthwhile.&lt;/p&gt;

&lt;h3&gt;
  
  
  Summary of 2019
&lt;/h3&gt;

&lt;p&gt;I'm proud I read a lot but even prouder that I managed to be regular and read at least 1k pages a month. Sometimes life gets in the way or you get stuck in a book and lose motivation, but if you have a habit of reading, you keep reading and reading until you get out of that block. Picking up a light fiction or young adult novel, or a book whose topic you're interested in are some of the tricks that get me into enjoying reading again.&lt;/p&gt;


&lt;blockquote class="ltag__twitter-tweet"&gt;

  &lt;div class="ltag__twitter-tweet__main"&gt;
    &lt;div class="ltag__twitter-tweet__header"&gt;
      &lt;img class="ltag__twitter-tweet__profile-image" src="https://res.cloudinary.com/practicaldev/image/fetch/s--6W1y95BJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pbs.twimg.com/profile_images/1167909280114065409/HTR5ZH1h_normal.jpg" alt="Ane profile image"&gt;
      &lt;div class="ltag__twitter-tweet__full-name"&gt;
        Ane
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__username"&gt;
        @aberasategi
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__twitter-logo"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--P4t6ys1m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/twitter-f95605061196010f91e64806688390eb1a4dbc9e913682e043eb8b1e06ca484f.svg" alt="twitter logo"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__body"&gt;
      Instead of reaching for goals, focus on developing habits - &lt;a href="https://twitter.com/farnamstreet"&gt;@farnamstreet&lt;/a&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__date"&gt;
      17:04 PM - 14 Jan 2018
    &lt;/div&gt;


    &lt;div class="ltag__twitter-tweet__actions"&gt;
      &lt;a href="https://twitter.com/intent/tweet?in_reply_to=952587207868649472" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-reply-action.svg" alt="Twitter reply action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/retweet?tweet_id=952587207868649472" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-retweet-action.svg" alt="Twitter retweet action"&gt;
      &lt;/a&gt;
      7
      &lt;a href="https://twitter.com/intent/like?tweet_id=952587207868649472" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-like-action.svg" alt="Twitter like action"&gt;
      &lt;/a&gt;
      30
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/blockquote&gt;


&lt;h3&gt;
  
  
  Goals for 2020
&lt;/h3&gt;

&lt;p&gt;2019 was a hardcore year reading wise, I don't think I can read any more intensely without compromising other areas of my life. I definitely want to invest more time and effort into reading in Basque, so my goals for 2020 are as follows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Read 20k pages&lt;/li&gt;
&lt;li&gt;Read 5 books in Basque or 2k pages

&lt;ul&gt;
&lt;li&gt;I like the number of pages goal, books can have different lenghts and I just picked up a biography that's at least 800 pages, it seems to involve complex vocabulary and if I manage to read it, I'll consider it a huge success.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Read 25 nonfiction books&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On to the next decade! &lt;/p&gt;

</description>
      <category>reading</category>
      <category>books</category>
      <category>selfimprovement</category>
    </item>
  </channel>
</rss>
