Email Me: lezama at lacartita.com



Month: September 2021

  • Survey: US Based Mexican Average Salary Between 47k to 67k Annually

    Survey: US Based Mexican Average Salary Between 47k to 67k Annually

    From May 2nd to May 5th of 2020, I gathered data with an online survey administered with the help of Mexican based Data Analysts who helped me recruit participants and review the data. My goal was to understand how COVID-19 affected my community’s economic status and employment prospects. The descriptions here apply to 77 confirmed […]

    Read more...

  • Demographics of Apple Executives

    Most Decision Makers Are White EEOD DATA Indicates 99 out of 123 Execs Are White. Graphic of @Apple executives based on most recent EEOD data Recently, the National Labor Relations Board sued Apple. According to the suit, Apple has fired employees in a retaliatory fashion. The employee in question had alleged Sexual Harassment by a […]

    Read more...

  • Tokenizing Text, Finding Word Frequencies Within Corpora

    Tokenizing Text, Finding Word Frequencies Within Corpora

    One way to think about tokenization is to consider it as finding the smallest possible unit of analysis for computational linguistics tasks. As such, we can think of tokenization as among the first steps (along with normalization) in the average NLP pipeline or computational linguistics analysis. This process helps break down text into a manner […]

    Read more...

  • Getting Started With The Command Line

    Getting Started With The Command Line

    First of all, what is a ‘command line’? Visually, within a Microsoft Operating System, the command line looks like this: You can access the command line by typing ‘CMD’ on your Windows Desktop. As the name implies, a command line is an interface where a user inputs literal commands to accomplish a computing task. The […]

    Read more...

  • Leveraging NVIDIA Downloads

    An issue during the installation of TensorFlow in the Anaconda Python environment is an error message citing the lack of a DLL file. Logically, you will also receive the same error for invoking any Spacy language models, which need TensorFlow installed properly. Thus, running the code below will invoke an error message without the proper […]

    Read more...