Sunday, 10.08.2025, 04:10
Welcome Guest | RSS
Site menu
Section categories
Cognitive learning [70]
cognitive learning
Log In
Search
Calendar
Entries archive

Cognitive Learning


14:16
PyDev of the Week Joel cognitive learning theory in nursing education Grus - The Mouse Vs. The Python

In school I studied math and economics. I started my career doing quantitative finance (options pricing, financial risk, and stuff like that).Cognitive learning theory in nursing education I got very, very good at excel, and I learned a tiny amount of SQL. But I kind of hated working in finance (and also I got laid off), so I joined an online travel startup as a “data analyst” doing BI stuff (lots of spreadsheets, lots of SQL, some very light scripting).Cognitive learning theory in nursing education that startup got acquired by microsoft, who at the time had basically no idea what to do with my more-than-a-financial-analyst-less-than-a-software-engineer skillset. (nor did I, really.)

cognitive learning theory in nursing education

Then in 2011 I saw that the winds were blowing toward “data science”, so I sort of BS-ed my way into a data scientist job at a tiny startup. I took a bunch of coursera courses to fill in gaps in my knowledge, and then I learned to write (ugly) production code and discovered I really enjoyed building software.Cognitive learning theory in nursing education through doing well in coding competitions I had the opportunity to interview for a software engineer job at google, so I spent 6 really hectic weeks cramming computer science and then somehow passed the interview.Cognitive learning theory in nursing education I spent a couple of years at google, and then I found I missed doing data and ML stuff, and so now I’m at the allen institute for artificial intelligence, where I build deep learning tools for NLP researchers.Cognitive learning theory in nursing education my current job is right at the intersection of deep learning and python library design, which is a pretty great match for my interests.

I don’t really have time for hobbies 😢.Cognitive learning theory in nursing education I have an 8-year-old daughter, and I spend a lot of my free time with her, and then I keep agreeing and/or volunteering to write things and give talks and make livecoding videos, which takes up most of the rest.Cognitive learning theory in nursing education and then I have a podcast and a twitter to stay on top of. I have long-term hobby goals of (1) learning jazz piano and (2) writing a novel, but I’m not really making much progress on either.Cognitive learning theory in nursing education

A long, long time ago I was taking a “probability modeling” class that was taught using matlab. The site license for matlab was only valid on-campus, which meant I couldn’t work on the assignments at my apartment, which was where I preferred to work.Cognitive learning theory in nursing education I discovered that there was a python library called numeric (the predecessor of numpy) that would allow me to do the numerical-simulation things I needed to do, so I learned just enough python to be able to do my assignments.Cognitive learning theory in nursing education several years after that I had a job, and I inherited a bunch of perl scripts, and I really didn’t want to maintain perl code, so I started migrating them to python, and the rest is history.Cognitive learning theory in nursing education

About 10-15% of my job involves writing javascript / react, which I actually really enjoy. (I might enjoy it less if it were 100% of my job.) the first year I was at AI2 I worked mostly in scala, and after that I briefly worked on a project that was in go.Cognitive learning theory in nursing education at google I wrote primarily C++. The startup I was at before that used F#. For fun I used to write haskell and purescript. Part of me still dreams of having a haskell / purescript job, but at this point I’m so comfortable working in python (and python has so deeply entrenched itself as the language for doing machine learning) that it seems unlikely I’ll ever make the switch.Cognitive learning theory in nursing education

In my day job I’m a core developer on allennlp, which is an open-source deep-learning library for NLP researchers. I just finished the second edition of data science from scratch, should be available any time now.Cognitive learning theory in nursing education in april I’m giving a keynote talk at qcon.Ai about modern NLP. This month I’m giving a talk at the “reproducible ML” workshop at ICLR, and a comedic banquet keynote at the ASA symposium on statistics and data science, which means I need to write a 30+-minute standup routine about data science and statistics.Cognitive learning theory in nursing education does this sound like too much to be working on? It’s way too much to be working on. But each of these projects is individually exciting, and I can’t imagine which one I would have said no to. (I have a lot of trouble saying no to things.)

cognitive learning theory in nursing education

I think pytorch is great. (allennlp is built on top of it.) I am pretty much the world’s biggest proponent of type annotations, and (accordingly) I’m a huge fan of mypy and also the typing module.Cognitive learning theory in nursing education there’s a lot of fun stuff in itertools, and you can really level up your python by learning it. I also really like flask — knowing how to prototype tiny flask + react apps is a minor superpower for data scientists.Cognitive learning theory in nursing education tqdm (progress bars for iterables) comes in handy surprisingly often.

I felt like an impostor compared to all the “famous” data scientists, so I thought that if I wrote a book I might feel less like an impostor.Cognitive learning theory in nursing education I cold-emailed O’reilly with my proposal (which was originally way too ambitious), and they were very skeptical, so I kept sending them sample chapters, and then eventually they asked me “if we keep being indecisive are you going to eventually send us the whole book?” and I said probably, and then they said OK we’ll publish it, and then I spent basically all my free time for the next year writing it.Cognitive learning theory in nursing education

Now that it’s 2019, I feel extremely guilty that there is a python 2.7 book out there with my name on it, so I proposed a second edition where the code is upgraded to 3.6 (with type annotations), and I took the opportunity to make the code cleaner and freshen up the jokes and add some new material on things like deep learning and NLP and data ethics.Cognitive learning theory in nursing education

The primary lesson I learned was that all the things I thought I understood I didn’t actually understand. For example, I thought I understood hypothesis testing, but when I started trying to *explain* it I discovered that I didn’t understand it at all, and then I had to *actually* learn it before I could write the chapter.Cognitive learning theory in nursing education many of the topics in the book were similarly humbling.

Another lesson is that you’re not going to please everyone. There are a lot of people who really like my book (which is extremely gratifying!), but also there are some people who hate it.Cognitive learning theory in nursing education that can be really dispiriting. A good book is deeply personal, which means that when you publish it you’re really putting yourself out there for judgment.Cognitive learning theory in nursing education that’s a tough thing to do.

Read other people’s code and get them to read your code. It’s one of the best ways to improve as a coder. I’ve had quite a few people tell me they’ve started using type annotations or namedtuples or asserts or various other things because they saw me using them and how they made my code better.Cognitive learning theory in nursing education that’s one of the best feelings for me, when someone tells me that they’re a better coder or a better data scientist on account of my book or my blog or one of my videos.Cognitive learning theory in nursing education

Category: Cognitive learning | Views: 73 | Added by: poiskspider | Rating: 0.0/0
Total comments: 0
avatar