<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Data Science Club @ NYU (Center for Data Science) on Medium]]></title>
        <description><![CDATA[Stories by Data Science Club @ NYU (Center for Data Science) on Medium]]></description>
        <link>https://medium.com/@cds-dsc?source=rss-eb9e6386a693------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*RgPDOoeeiypSJl6K4-mW3A.png</url>
            <title>Stories by Data Science Club @ NYU (Center for Data Science) on Medium</title>
            <link>https://medium.com/@cds-dsc?source=rss-eb9e6386a693------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sat, 06 Jun 2026 22:06:29 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@cds-dsc/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Looking Back at DSC x BAC x Corner’s Datathon 2025]]></title>
            <link>https://medium.com/nyu-ds-review/looking-back-at-dsc-x-bac-x-corners-datathon-2025-25848d4f92bc?source=rss-eb9e6386a693------2</link>
            <guid isPermaLink="false">https://medium.com/p/25848d4f92bc</guid>
            <category><![CDATA[events]]></category>
            <category><![CDATA[innovation]]></category>
            <category><![CDATA[nyu]]></category>
            <category><![CDATA[data-science]]></category>
            <category><![CDATA[datathon]]></category>
            <dc:creator><![CDATA[Data Science Club @ NYU (Center for Data Science)]]></dc:creator>
            <pubDate>Wed, 08 Apr 2026 20:11:15 GMT</pubDate>
            <atom:updated>2026-04-08T20:14:31.851Z</atom:updated>
            <content:encoded><![CDATA[<h4>Last year’s highlights. This year’s inspiration.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*6LQf8_GHPmsJCnM5GulEaQ.png" /></figure><p>The semesterly datathon has become a cornerstone tradition for the NYU Data Science Club. More than just a competition, it is the perfect opportunity for students studying data science to sharpen their creative and technical skills and collaborate with other like-minded students across different disciplines to tackle problems grounded in real-world relevance.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*CojLDkSgoS3KLcqgbZwbbA.png" /><figcaption><em>Our 2025 Datathon sponsor</em></figcaption></figure><p>Our partner for the 2025 Datathon was Corner, a rising social mapping app aiming to redefine how GenZ users discover places in the world around them. Rivaling other review-based platforms like Yelp and Beli, Corner focuses on capturing the <em>vibe</em> of places, (who typically goes there and how different types of people experience them) using sentiment and demographic insights to help users discover spots that truly match their preferences, whether that’s a restaurant, a nightlife spot, or a hidden gem worth exploring.</p><p>It should come as no surprise then, that the two prompts for last year revolved on understanding and leveraging data to draw insights about our generation’s preferences and habits. Both challenges were real problems that Corner was actively working on, and participants were provided with real anonymized data from the company’s production systems.</p><p>The first challenge pushed students to develop meaningful ways to best segment Corner’s user base into consumer archetypes based not just on demographic features, but on taste and their interests in places. The second challenge (and it certainly was a challenge!) asked participants to create a RAG-based system that turns a user’s query into relevant results using semantic lexical matching that feels more human and personal. For example, instead of searching for “italian food” or “restaurant” on traditional search systems, participants were tasked to build ‘Vibe Search’ that relied on more natural prompts such as “<em>where to find hot guys</em>” or “<em>dance-y bars that have disco balls.</em>” With intentionally open-ended prompts, teams had the freedom to experiment with their solutions that they delivered with impressive originality and creativity.</p><p>Through our conversations with the participants, one of the most striking aspects of the datathon that we came to appreciate was the diversity of its participants. Students from a plethora of majors as well as schools came together to form teams, and it was exciting to see a data science major in CAS partnering with a math major as well as a Stern finance student, each bringing a unique lens to the same problem.</p><p>The first challenge pushed students to develop meaningful ways to best segment Corner’s user base into consumer archetypes based not just on demographic features, but on taste and their interests in places. The second challenge (and it certainly was a challenge!) asked participants to create a RAG-based system that turns a user’s query into relevant results using semantic lexical matching that feels more human and personal. For example, instead of searching for “italian food” or “restaurant” on traditional search systems, participants were tasked to build ‘Vibe Search’ that relied on more natural prompts such as “<em>where to find hot guys</em>” or “<em>dance-y bars that have disco balls.</em>” With intentionally open-ended prompts, teams had the freedom to experiment with their solutions that they delivered with impressive originality and creativity.</p><p>Through our conversations with the participants, one of the most striking aspects of the datathon that we came to appreciate was the diversity of its participants. Students from a plethora of majors as well as schools came together to form teams, and it was exciting to see a data science major in CAS partnering with a math major as well as a Stern finance student, each bringing a unique lens to the same problem.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/710/1*xGPXiNbgBvLj3Jki5EAcWA.png" /><figcaption><em>Kicking off the Datathon</em></figcaption></figure><p>For many participants, the datathon was an opportunity to apply classroom knowledge and work towards a solution to a real-life issue. “My goal with the datathon was to get a feel of the field at NYU, and to tackle a project specifically,” Hugo Lee, a Computer Science major said. His teammate, Yuyang, echoed this sentiment stating that he was here to apply some of the skills he’d learned this year onto a realistic scenario. “I’m in the Business Analytics Club’s machine learning team and we’ve learned a lot that can be applied to a project like this. I want to engage with some real world implementations.”</p><p>Hugo and Yuyang’s team approached the second challenge by dividing their project into two components. They first encoded and embedded written reviews of geographic locations and places, using neural networks to predict which place best matched those reviews. Their front-end allowed users to input a description of a feeling or “vibe” that the user was looking for in a location, which was then encoded and fed into the neural network to be processed into recommendations.</p><p>But they didn’t stop there. Wanting to push boundaries and be more innovative, according to Hugo, they added a creative spin to the prompt. In addition to vibe prompting for locations, they wanted to extend their system to using song lyrics for the same purpose. With this, users could input a song whose melody, instrumentals, and lyrics would be analyzed by neural networks to infer a specific mood and translate it into location suggestions.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/960/1*voqIjlfy9UvKdsM4wX3oGg.png" /><figcaption><em>Participants hard at work tackling real-world data challenges</em></figcaption></figure><p>Across the room, other teams came up with entirely different approaches to the two problems. “Now, we are basically trying to ideate the process of clustering.” Jacob, a sophomore studying finance and data science, said regarding the work his team was doing. “We’ve already clustered places using an algorithm and are now going to cluster user information and reviews.” As straightforward as they may sound, the execution proved complex. Jacob’s teammate, Daniel, said that the main difficulty for their team was determining the bucket sizes for their clustering algorithm. “If there are too few categories, then all the user profiles would be too similar; but with too many categories we would have trouble comparing users and reviews at all.”</p><p>Moments like these captured the essence of the datathon. Beyond coding and modeling, finding a proper solution to the prompt required dedication, creativity, and critical thinking about trade-offs, edge cases, and the nuanced intricacies of real data, mirroring the kind of challenges faced in industry settings. Indeed, for many students, the datathon served as a glimpse into what working in the data science industry actually feels like. Jacob reflected on the event as a good learning experience: “Before this, I didn’t even know much about clustering algorithms, but now I can definitely see myself working on projects like this full-time.”</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/630/1*xF5uw4Gm2Qt5h2xZASIJVA.png" /><figcaption><em>Participating is always worth it for the free food</em></figcaption></figure><p>Of course, no datathon would be complete without its lighter moments, and last year delivered plenty. From meme and trivia contests to creative challenges like building personalized lists on Corner, participants found ways to have fun alongside the competition. And, as always, there was the universal motivator: free food.</p><p>And finally, after a weekend of innovation and hard work, one winning team was selected for each challenge. Corner’s founder and CTO, Jake Xia, stepped in as our judge, reviewing each project and selecting the ones that stood out for both technical depth and creativity. The winners were:</p><ul><li><strong>Easy Challenge: </strong><em>Cornerstones</em> — Andy Li, Taichung Wu &amp; Travis Chew</li><li><strong>Hard Challenge:</strong> <em>The Unfortunate Vectors</em> — Tomas Gutierrez, Robin Chen &amp; Yarden Morad</li></ul><p>As we reflect on the success of the 2025 Datathon, it’s clear that the event continues to grow, not just in size, but in ambition and impact. This year, we’re excited to partner with Pulse Foundry AI to bring Datathon 2026, sponsored by Vercel and v0. Participants can look forward to prizes and recognition for top teams, employment opportunities at startups, connections to Google and other leading companies, as well as exclusive access to sponsors and industry networks.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/770/1*G_TtxMgD7KqaqsAHVhGKrA.png" /><figcaption><em>Tune in for Datathon 2026!</em></figcaption></figure><p>With the event just around the corner, taking place April 10–12, 2026, we’re excited to see what new ideas, innovations, and collaborations will emerge. Whether you’re a returning participant or considering joining for the first time, one thing is certain: the datathon remains one of the best opportunities at NYU to build, learn, and create something meaningful.</p><p>We hope to see you there!</p><p><em>Article written by </em><a href="https://medium.com/u/7ba0326e33be"><em>Franklin Dong</em></a><em>, </em><a href="https://medium.com/u/fe75cb0fb290"><em>Ananya Mittal</em></a><em>, and Grace Wang.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=25848d4f92bc" width="1" height="1" alt=""><hr><p><a href="https://medium.com/nyu-ds-review/looking-back-at-dsc-x-bac-x-corners-datathon-2025-25848d4f92bc">Looking Back at DSC x BAC x Corner’s Datathon 2025</a> was originally published in <a href="https://medium.com/nyu-ds-review">NYU Data Science Review</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[DSC Project Exposition 2024 Recap]]></title>
            <link>https://medium.com/nyu-ds-review/dsc-project-exposition-2024-recap-aadcf201a1ba?source=rss-eb9e6386a693------2</link>
            <guid isPermaLink="false">https://medium.com/p/aadcf201a1ba</guid>
            <category><![CDATA[machine-learning]]></category>
            <category><![CDATA[projects]]></category>
            <category><![CDATA[data-science]]></category>
            <category><![CDATA[events]]></category>
            <category><![CDATA[nyu]]></category>
            <dc:creator><![CDATA[Data Science Club @ NYU (Center for Data Science)]]></dc:creator>
            <pubDate>Tue, 18 Feb 2025 13:31:39 GMT</pubDate>
            <atom:updated>2025-02-26T00:17:24.510Z</atom:updated>
            <content:encoded><![CDATA[<h4>Celebrating Innovation: Highlights from DSC Project Exposition 2024</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*KlbZlm72fVVXTvLf" /></figure><p>Over the fall semester, NYU’s Data Science Club hosted a series of hands-on workshops featuring industry experts who shared their knowledge and insights on the real world applications of data science. These workshops guided students through the process of building a data science project — from ideation and an introduction to pandas to machine learning techniques and office hours where graduate students provided mentorship on project-related questions. The club and its members’ semester-long work and preparation culminated in the Project Exposition — an event designed to provide an opportunity for students to present their projects to a panel of esteemed and experienced judges as well as gain valuable feedback and exposure to industry applications of data science and analytics.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*epdm_Z9MCoF-KNbTPNcrgg.png" /><figcaption>A series of workshops leading up to the Project Expo</figcaption></figure><p>On the day of the Project Expo, six project teams presented to a panel of five judges: Manisha Arora, Data Science Leader at Google; Daniel Shan, Software Engineer at Datadog; Jude Francis, Director of Data Science at Johnson &amp; Johnson; Sophia Tee, Senior Director of Data Science at Penguin Random House; and Shaumik Daityari, Data Science Leader at American Express. These accomplished industry leaders came together to offer the participants comprehensive feedback based on their industry experience and insight, making the DSC’s annual Project Exposition event uniquely rewarding and fulfilling for the participants.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/966/0*u3gonc8OSjy0weaf" /><figcaption>Our amazing judges at the Project Expo!</figcaption></figure><h3>And The Contestants Were…</h3><p><strong>Vogue Fashion Data — Kikki Liu and Prim (Maymani) Adhiphandhuamphai</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*PjF6lJQwxpYjyGq2zPSLTQ.png" /><figcaption>Kikki and Prim presenting “Vogue Fashion Data”</figcaption></figure><p>Inspired by the movie Clueless, this project aimed to create recommendations to help people pick out their everyday outfits by analyzing clothing collections from various fashion houses. The team initially planned to use image data but later pivoted to a different approach. They incorporated cross-validation, demonstrating their commitment to refining their model. Additionally, the judges noted that while the data processing could have been more structured, the project delivered strong results with a highly practical application.</p><p><strong>Presidential Speech Analysis — Yuyang Hu, Angelina Wu, and Isaac Zhang</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*XENfCwA-Jm2mz7jglTrO3A.png" /><figcaption>Yuyang, Angelina, and Isaac presenting “Presidential Speech Analysis”</figcaption></figure><p>This project examined the presidential speeches throughout history to determine whether these addresses have become simpler over time in terms of syntax and phrasing. Using transcripts from the Miller Center of Presidential Speeches, the team then analysed the complexity of these speeches using the <a href="https://en.wikipedia.org/wiki/Gunning_fog_index">Gunning Fog Index</a>. Their results showed a clear downward trend –when a line of best fit was applied, there was nearly a 15-point decrease in the average Gunning Fog Index over the past 250 years.</p><p>While this project lacked an immediate practical application, its thorough analysis and well-executed methodology stood out.. The team also did an excellent job of retrieving and cleaning their data and had superior code quality. Although the project employed a good index model, the judges believed that a more complex model could have been used in place of linear regression. However, given the challenges of converting speech into structured data, the judges were left very impressed by the team’s execution and insights</p><p><strong>Predicting Job Applications — Adrian Eddy and Thomas Pequengnot</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1004/0*Dr8PCis-U4x51LgZ" /><figcaption>Adrian and Thomas presenting “Predicting Job Applications”</figcaption></figure><p>This project aimed to build a predictive system that can analyze a resume to identify a user’s most influential skills and experiences and estimate expected salaries. After importing CSV files containing company and job-specific information, the team employed data cleaning and preprocessing to finally perform exploratory data analysis (EDA). Initially, they attempted a linear regression to predict salaries but later transitioned to other methods such as logistic regression and PCA, eventually reaching an accuracy of 0.64. Their workflow was well organized, and their segmented code was clean and easy to read. While their data’s non-linearity could have allowed the team to explore alternative models, the judges believed their approach was solid. Furthermore, they commented that some visualisations could have been improved, for example, some graphs would have benefitted from smaller numerical labels and thicker lines. Additionally, they commented that their choice of dimensions and variables could have enhanced predictive power. However, the project ultimately demonstrated a strong conceptual foundation with valuable real-world applications.</p><p><strong>ForkCast — Krystal Wu</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/716/1*BBGB8opII_hnnXTUf8SwAA.png" /><figcaption>Krystal presenting “ForkCast”</figcaption></figure><p>Krystal’s project sought to investigate the relationship between customer sentiment, inspection data, and restaurant openings and closures in NYC. To achieve this objective, she decided to build a model to predict a restaurant’s opening and closing status given feedback data. After collecting data points from NYC restaurant inspections and Yelp, Krystal cleaned the data and conducted exploratory data analysis to conclude that customer sentiment appeared to be more strongly associated with restaurant success than inspection results. However, she also stated that more data would be needed to predict openings and closures with greater accuracy.</p><p>The presentation was polished, visually appealing, and well-structured, earning praise from the judges who referred to it as a “future Shark Tank” project. However, while her data processing approach was creative, the chosen dataset was difficult to work with. The judges believed that a larger sample size and alternative data sets would have improved the model’s predictive power. Despite the less-than-ideal results, the project demonstrated strong analytical thinking and an entrepreneurial mindset.</p><p><strong>Hoop-seer — Bryan Ko and Andy Li</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*NeISRFQUndWZmHTVgwDhww.png" /><figcaption>Bryan and Andy presenting “Hoop-seer”</figcaption></figure><p>This group aimed to develop a web app that predicts the winners of NBA matchups using statistical data from as far back as 1996. To this end, Bryan and Andy leveraged the NBA API — an open-source tool that queries the league’s official stats database- to extract specific features for this predictive model. Their efforts eventually resulted in an AUC as high as 0.80, allowing them to accurately predict the outcomes of many games..</p><p>The judges noted that while the team had good variable creation, they could have done better data preprocessing and should have considered a broader audience that didn’t know as much about sports. Additionally, while the project had great monetization potential and a very catchy name, its practical applications were not fully explored. However, their presentation was light-hearted, creative, and personal, making them stand out. This team also used a new metric called a ‘Kill’-which constitutes an occurrence of a team making 3 consecutive successful defensive possessions-and incorporated strong visualisations in their analysis. They were also unique in showing a real-time demo during their presentation, demonstrating the predictions of four different models and establishing a unique and well-executed project with significant potential.</p><p><strong>Analysing Startup Trends and the Future of Funding — Faizan Shamsi</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/842/1*Uyg7AXJUqErP1IR-G2-p_w.png" /><figcaption>Faizan presenting “Analysing Startup Trends and the Future of Funding”</figcaption></figure><p>Faizan’s project aimed to identify the key trends in startup funding and see if there were any correlations between economic indicators and investment patterns. After web scraping and thoroughly cleaning the acquired data he then chose specific economic indicators such as GDP and inflation rates to see if there was any relationship between the state of the economy and startup funding. His conclusion, after performing linear regression analyses within specific industries, was that the field of AI startups has been gaining significant funding, that GDP and inflation show a clear correlation with funding trends, and that grants and seed funding dominate across industries, indicating the importance of early-stage support for startups.</p><p>Faizan’s project was structured around clearly defined key questions and featured an excellent presentation flow. While the project successfully merged external factors with funding trends, further exploration of practical applications could have strengthened the project. Additionally, the judges commented that incorporating more complex predictive models, instead of just linear regression, could have enhanced Faizan’s analysis. However, Faizan excelled in data sourcing, scraping, and cleaning, demonstrating strong technical skills.</p><h3>And The Winning Team Was…</h3><p>In speaking with Bryan and Andy of <em>Hoop-seers</em>, we had the opportunity to learn more about their thought process behind the project and gather their reflections on their experience during the Project Expo.</p><p>“I love watching and playing basketball… Another thing is that a lot of the major sports leagues have very comprehensive databases,” Andy explained when discussing the origins of this project. “So it was kind of a perfect idea where it was something that we wanted to make and it was something that put a lot of modeling techniques we learned in our coursework to real-life applications.”</p><p>Although this project was inspired by personal passion and their coursework provided them with the skills needed to complete it, piecing it all together was no menial task and required a lot of deliberation and precision. “The preprocessing part is like 80% of the work because it takes so long and also your methodology is so crucial because if you spend 16 hours prepossessing a dataset but you had the wrong way of doing it, you’re going have to restart and spend another 16 hours,” Brian commented.</p><p>Despite their success, Andy and Brian recognised areas for potential improvements. When asked what they would change about their process if they were to undertake it again, Andy said that it would be beneficial to “have a clearer vision of what we want to do… making sure we knew what we were doing and being able to execute that because I feel like a lot of our time was spent kind of chasing dead ends.” He also commented on the importance of feature engineering, stating that it is “super crucial to the performance of the models and it’s not enough to just take the commonly accepted features. You gotta see if you can do some engineering to make your own features, get better results.”</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*HlpU28sl6QRf6L9r" /><figcaption>A big thank you to all the judges and participants present at the NYU DSC Project Exposition 2024!</figcaption></figure><h3>To Conclude…</h3><p>The most crucial part of learning is to apply the theoretical knowledge absorbed from the classroom onto real-life situations, crafting exciting projects that tackle issues within various disciplines in society. This was precisely the mission that the DSC embarked upon which resulted in the creation of the annual Project Exposition. The event was made possible and successful by the contributions of an extraordinary panel of esteemed judges as well as a group of ambitious students that worked hard to put together incredibly innovative projects. As we look forward to next year’s Project Expo, we aim to build on this foundation, encouraging even more students to participate and showcase their groundbreaking ideas that have the potential to shape the future.</p><p><em>Article written by </em><a href="https://medium.com/u/7ba0326e33be"><em>Franklin Dong</em></a><em> and </em><a href="https://medium.com/u/de7b5725ceec"><em>Eesha Lingala</em></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=aadcf201a1ba" width="1" height="1" alt=""><hr><p><a href="https://medium.com/nyu-ds-review/dsc-project-exposition-2024-recap-aadcf201a1ba">DSC Project Exposition 2024 Recap</a> was originally published in <a href="https://medium.com/nyu-ds-review">NYU Data Science Review</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[DSC Fall 2024 Recap]]></title>
            <link>https://medium.com/nyu-ds-review/dsc-fall-2024-recap-114afc269ace?source=rss-eb9e6386a693------2</link>
            <guid isPermaLink="false">https://medium.com/p/114afc269ace</guid>
            <category><![CDATA[data-science]]></category>
            <category><![CDATA[events]]></category>
            <category><![CDATA[nyu]]></category>
            <dc:creator><![CDATA[Data Science Club @ NYU (Center for Data Science)]]></dc:creator>
            <pubDate>Wed, 29 Jan 2025 13:37:04 GMT</pubDate>
            <atom:updated>2025-01-29T13:37:04.735Z</atom:updated>
            <content:encoded><![CDATA[<p>Here’s a recap of the events and workshops held by the Data Science Club @ NYU to kickoff the Fall 2024 semester with fun and intellectual flair!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Exq7K2lm6H0ofQFZp9NZSw.png" /></figure><p><strong>Info Session (09/12)</strong></p><p>Our first event of the semester kicked off with an engaging information session where we presented our club’s purpose and previewed this semester’s upcoming events. We also took the opportunity to introduce the Executive Board and highlighted the various teams within DSC: Publication, Events, Outreach, and Marketing.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*EsL1rSt4BPOjVFsYFTn6rw.png" /><figcaption><em>The board of directors at DSC NYU (from left to right): Vishesh Goyal (Director of Events), Namay Jindal (Director of Outreach), Ritti Bhogal (President), Jia Qi, Abie Paguio (Co-directors of Marketing), &amp; Ananya Mittal (Director of Publications)</em></figcaption></figure><p><strong>Pizza &amp; Python (10/02)</strong></p><p>Our first social event of the year was Pizza &amp; Python where aspiring data scientists gathered to have python-filled discussions and cheesy pizza! It was a perfect blend of learning and fun, setting the tone for an exciting year ahead!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*bomVt6gceEVMkVe0_QGPGg.png" /><figcaption><em>Pizza &amp; Python</em></figcaption></figure><p><strong>PMC X DSC Panel with Subhash Saravanan, Product Manager @ Hello Fresh (10/11)</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/904/1*UxeF_HIm5ZOB0tvOgqyUig.png" /><figcaption><em>An informative session with Subhash Saravanan on data-driven project management.</em></figcaption></figure><p>We collaborated with the Product Management Club @ NYU to host an insightful event featuring Subhash Saravanan, Product Manager at Hello Fresh. He captivated the audience as he shared his professional journey, key strategies, and the pivotal role of data and in-depth analytics in shaping his decisions and driving product strategy at Hello Fresh.</p><p><strong>Bagels &amp; Bytes (11/1)</strong></p><p>Our second social event of the semester, Bagel &amp; Bytes, brought students together for a delightful blend of fellowship and fun. The event featured engaging games, networking opportunities, and, naturally, lots of bagels. It was a fantastic way to build connections and strengthen our community!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*aMTwv7IceGqogHc08Q42sw.png" /><figcaption><em>Engaging conversations paired with freshly baked bagels</em></figcaption></figure><p>Of course, this was not all! We hosted a series of workshops and events leading up to our marquee event for the semester, Project Expo 2024, which showcased an array of exciting projects from our talented data science community. Keep an eye out for an upcoming article diving into all the highlights! Thank you for all your enthusiasm and support last semester, and we can’t wait to see you at our events this semester!</p><p>Article written by <a href="https://medium.com/@joshua.jayapal">Joshua Alfred Jayapal</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=114afc269ace" width="1" height="1" alt=""><hr><p><a href="https://medium.com/nyu-ds-review/dsc-fall-2024-recap-114afc269ace">DSC Fall 2024 Recap</a> was originally published in <a href="https://medium.com/nyu-ds-review">NYU Data Science Review</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[DSC Project Exposition 2023 Recap]]></title>
            <link>https://medium.com/nyu-ds-review/dsc-project-exposition-2023-recap-1368422ea5a0?source=rss-eb9e6386a693------2</link>
            <guid isPermaLink="false">https://medium.com/p/1368422ea5a0</guid>
            <category><![CDATA[data-analysis]]></category>
            <category><![CDATA[data-science]]></category>
            <category><![CDATA[events]]></category>
            <category><![CDATA[projects]]></category>
            <category><![CDATA[machine-learning]]></category>
            <dc:creator><![CDATA[Data Science Club @ NYU (Center for Data Science)]]></dc:creator>
            <pubDate>Fri, 22 Dec 2023 18:05:42 GMT</pubDate>
            <atom:updated>2024-01-31T13:23:53.299Z</atom:updated>
            <content:encoded><![CDATA[<h4>Nurturing the Diversity of Data Science</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*-XdjXyhPxb5TyMzg13n1CA.png" /></figure><h3>How it all Began…</h3><p>From early October to late November, NYU’s Data Science Club began a series of workshops that invited speakers to mentor students in essential skills that they would need to start their own data science projects. The workshops led to students building unique projects which they presented at NYU’s Data Science Club Project Exposition on December 1st.</p><p>The series started off with a Project Development workshop led by Jason Sheu from XiFin that focused on identifying what problems exist within their field of interest and what type of project (prediction, classification, or data analysis). Participants were able to focus on the holistic development of projects so that they can apply these concepts to a wide range of data.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*lwnF3VD4fnahGMODavmQ6w.jpeg" /><figcaption><em>Data Science Students at the Project Development Workshop</em></figcaption></figure><p>The level of excitement demonstrated in the previous workshop was also seen at the “How to Process Data” workshop with Aditya Singhal, the founder of the NYU Data Science Club and current SWE at Amazon Health. Aditya led an interactive session using a Reddit dataset from Kaggle, performing beginner-level data cleaning techniques to help participants begin their data science projects.</p><p>Following this workshop, the Data Science Club hosted the GitHelp Workshop with Yucen (Lily) Li, an ML PhD student at NYU and former SWE at Meta. Here, participants learned about tips for data visualization. Throughout the workshop, participants used R, Python, and SQL to work on identifying problem statements like predicting housing prices, classifying email messages, and analyzing climate-related data to discover patterns.</p><p>Many of those who attended the workshops intended to apply the skills learned to their unique projects, from GitHub logistics to cleaning data! Everyone who attended the first workshop started with ideas, and some didn’t even have that. However, workshop after workshop, students built foundational skills needed to bring these ideas to life.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*PThmGuHTITVyUHiCIpSNHw.jpeg" /><figcaption><em>Data Science Students at the GitHelp Workshop</em></figcaption></figure><p>Participants meticulously selected their dataset, preprocessed it, and created their visualizations. By choosing either the data visualization or machine learning route (or both), each group utilized a unique method to present their solution to a contemporary problem.</p><p>On the day of the project expo, four industry professionals judged the projects while the participants presented their findings from their months-long effort: Ren Liu, an NYU math major alumni with a master’s from UChicago in data analytics and 4 years of industry experience, Alex Kass, a Yale cognitive science major with a masters from Columbia in statistics and the director of data science for MongoDB, Sophia Tee, Northwestern math undergraduate a statistics masters from Yale with 10 years of experience with companies like Verizon and Samsung, and finally Will David, who has a computer science degree from John Hopkins and a masters in engineering with 3 years of experience at companies like JPM Chase and Microsoft.</p><h3>Taking a Closer Look at Participants and Projects</h3><p>A total of 9 projects were submitted, and judges chose the top 2 projects in the batch. Participants were given 7 minutes to present their analysis and findings, followed by a 3-minute round of questioning from the judges.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*MDOhYa3ZfsjCpkdxuJOaZA.jpeg" /><figcaption><em>The final day of the Project Expo series, the NYU Data Science Club Project Exposition</em></figcaption></figure><p>The event commenced with four professionals attentively noting the performances of seven teams, who confidently occupied center stage to exhibit their analyses, complete with compelling graphs and insightful inferences. The atmosphere was electric, filled with eager anticipation and a sense of excitement, as attendees eagerly looked forward to the unveiling of these data-powered solutions. Alex Frzysucha, who presented a project on French manuscript translation said “This is more than just a project presentation; it’s my opportunity to demonstrate how data can breathe new life into historical texts.” The event began, and the audience was treated to a diverse array of projects that spanned a wide spectrum of domains, ranging from plastic waste management to french literature. Here are the details of these exceptional projects that made an unforgettable impression at the Project Expo 2023:</p><p><strong>1. EloBAR: Predicting Live Win Probabilities — Jihwang Sung</strong></p><p>EloBAR aims to predict live win probabilities for sports events, particularly focusing on the Korean Volleyball League. It combines ELO and BAR rating algorithms to calculate win probabilities based on the sets won by each team. The fusion of these two ratings provides a more comprehensive outlook on the game’s outcome, considering both live game scores and player statistics, and produces impressive results in predicting the winning team in a game.</p><p><strong>2. Plastic Waste Analysis — Edward Wu and Vincent Qin</strong></p><p>This project examined plastic waste data from the years 2010 and 2019, using GDP per capita and population density as features to analyze plastic waste contribution across countries. The analysis compared the change in trends of plastic waste in both years using various economic factors. A multiple regression analysis improved accuracy to 75%, and revealed a positive correlation between the country’s GDP and Plastic Waste Generation in both 2010 and 2019.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*sTqFf5S00F8QQGoCgWnLGw.jpeg" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*-VBOxLlnOr3Han12P9JGRw.jpeg" /><figcaption>Edward Wu and Vincent Qiu presenting “Plastic Waste Around the World” (left). Jihwang Sung presenting “EloBAR: Predicting Live Win Probabilities” (right).</figcaption></figure><p><strong>3. Predicting Musical Trends with Spotify Data — Annie Zhang and Krystal Wu</strong></p><p>This project explores the prediction of future music trends using Spotify data. The authors conducted data cleaning and made use of features like acoustic quality and valence, and highlighted trends popular within the music community. Their work is an exploratory data analysis (EDA), and they plan to delve into time series analysis in future iterations.</p><p><strong>4. Analyzing Professor Feedback — Ibrahim Sheikh</strong></p><p>This project focuses on analyzing three years’ worth of professor weekly feedback data. Using web scraping and regex, the data was preprocessed, and participants employed natural language processing (NLP) techniques to predict whether students would find the next week confusing at class. His SVM model achieved an accuracy of 83.75%, but the author envisions that using transformer models would result in better text analysis.</p><p><strong>5. Training AI Agents with Personalities — Zekai Zhang and Chan Hyun Yoo</strong></p><p>This project aims to fine-tune AI agents around specific personalities by interacting with them in hypothetical scenarios. Each response generated by the agent becomes a data point, contributing to the development of its personality. Although there were challenges in UX and training, the project demonstrates the potential for creating AI versions of individuals.</p><p><strong>6. Society Viewed Through Popular Music — Samuel Lee</strong></p><p>The participant(s) analyzed the connection between music and society. Using data from Spotify and the Genius Lyrics API, the author conducted data cleaning and lemmatization, revealing recurring themes in music, such as love. Additionally, the author intends to continue this analysis by broadening the scope of his work beyond the U.S. and implementing Natural Language Processing (NLP) techniques.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*nhfp162-xUmiPuo9n21BCQ.jpeg" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*cV6PfaoEIzE7V6-Sx1PG0g.jpeg" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*7UxCJnnNvAZc-n32Gu7IYA.jpeg" /><figcaption>Annie Zhang and Krystal Wu presenting “Predicting Musical Trends with Spotify Data” (left). “Training AI Agents with Personalities” presented by Zhang and Hyun Yoo (middle). “Society Viewed by Popular Music” presented by Samuel Lee (right).</figcaption></figure><p><strong>7. Manuscript Translation using Computer Vision — Alexandra Frzysucha</strong></p><p>Alex’s project seeks to translate French manuscripts using Computer Vision (CV). Current progress involves collecting scanned images of manuscripts and employing Optical Character Recognition (OCR) to convert text into strings. The next phase will incorporate Convolutional Neural Networks (CNNs) to further improve translation. Future plans include extending the project to translating manuscripts of other languages.</p><p>At the Project Expo 2023, two standout projects left a lasting impression on both the judges and the audience — the French Manuscript Translation project and the Class Feedback analysis. These projects not only showcased remarkable technical expertise but also the ability to effectively communicate complex concepts.</p><p>The French Manuscript Translation project, spearheaded by Alexandra, drew admiration for its clear objective. What truly captivated the audience was her phenomenal awareness and exceptional presentation skills, making the project both informative and engaging.</p><p>On the other hand, the Class Feedback analysis project, presented by Ibrahim, left judges impressed with its comprehensive approach. The project encompassed a well-structured presentation that covered data collection, analysis, model development, and prediction results in a logical order.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*RluK65diGWom3g7zdProYQ.jpeg" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*RuDePlFAKlZpwP8zyY7xAQ.jpeg" /><figcaption>Alexandra Frzysucha presenting “Manuscript Translation using Computer Vision” (right). Ibrahim Sheikh presenting “Analyzing Professor Feedback” (left).</figcaption></figure><h3>The Judge’s Corner: Remarks and Feedback</h3><p>At the end of the expo, the judges shared their final thoughts, with an emphasis on clarity in defining a project’s results and purpose. They encouraged participants to reflect deeply on their project choices, urging them to consider the real-world applicability of their findings. Another notable expectation from the judges was the creation of an end product from the data analyses. Be it a unique application, a product, or even a piece of algorithmically generated music, the final product serves as a tangible testament to the practical utility and innovative spirit inherent in data science.</p><p>Transparency about methodologies and assumptions in data processing was another critical point of feedback. The judges stressed the importance of acknowledging any limitations or caveats in the approach. This transparency not only enhances the project’s credibility but also provides an educational component, offering insights for others in the field.</p><p>While many presentations at the expo were lauded for their design, the judges highlighted that the delivery of these presentations is just as vital. Effective storytelling in data science is about more than just conveying information; it’s about engaging the audience and making complex concepts understandable and relatable. This skill elevates a project from merely informative to genuinely engaging, connecting the audience with the data on a more profound level.</p><p>Now, let’s pivot for a moment to reflect on the versatile nature of data science, as shared by one of the judges at the Project Expo, Alex Kass. In a candid interview, Kass revealed his remarkable journey, highlighting how data science has become an adaptable and universally applicable field. Never has there been an academic field that is as flexible and widely applicable as the field of data science. From a prospective doctor to a musician, Kass has pursued various career paths before ultimately finding his passion in data science. While reflecting on his journey, Kass expresses an astonishment for how adaptive data science is in all of his different jobs: “You can apply it anywhere and in any context” [1].</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*OvkIQgbVY9eyct5AVjRxnA.jpeg" /><figcaption><em>Judges Panel: Alex Kass (the first person on the left), Sophia Tee (second), Ren Liu (third), and Will David (fourth)</em></figcaption></figure><p>Like many other data scientists, Kass began his academic journey with an entirely different field of discipline: cognitive science. He got his first sense of computer programming when taking a computer science class on building neural networks, generating syntax, and constructing rules around multiple languages. Kass continued his education at NYU by pursuing a masters degree in music, aiming to find a career that would lie at the intersection of all of his interests. During the next six years, he gradually realized the importance of analyzing data in producing and managing music technology, and therefore, decided to pursue a Master’s Degree in statistics. As his passion for data analytics grew bigger, he started building machine learning models for multiple companies across various industries such as commercial real estate and music technology. No matter where he works, he always finds data analytics skills to lie at the heart of problem solving in businesses. “You never run out of things to learn as a data scientist” [1], Kass commented.</p><p>After a long journey, Kass has found his passion in solving technological problems in business through applying machine learning.With consideration of his multi-faceted background, Kass placed heavy emphasis on the practicality of the projects that students displayed in the Project Expo. In particular, he focused on how useful a certain project was when it came to providing solutions or deepening our understanding of real world problems. Another aspect of the evaluation was whether or not students used storytelling techniques to get the audience excited about the story they are conveying. Overall, judges agreed that students demonstrated outstanding enthusiasm and creativity in their projects and successfully demonstrated data interpretation and visualization skills to address real world issues.</p><p>Kass’ experience serves as a mirror for students to reflect on their own journey. With various backgrounds and academic interests, participants found resonation in Kass’ story as they themselves are still striving to craft their own path. But what they know for certain is that they all see the importance of data science in any intellectual endeavor that they set themselves up for. From multilingual translation, environmental waste calculation, music generation, to financial analysis, data plays a critical role in every single one of the students’ diverse interests.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*fnwAqYezQMrB2m6x88hIlQ.jpeg" /><figcaption>All participants and judges</figcaption></figure><p>We like to call ourselves data scholars, as we seek to use data to tell stories about the real world. Philosophers usually say that we improve the world not by solving the problems but by understanding them better. The project expo served as an intellectual gathering where data scholars and professionals could connect and produce better interpretations of the world with data. The past two months have shown us the amazing possibilities of data science. Not only did we end the year with a bang by celebrating the hard work and enthusiasm of the participants, but we also experienced the thrill of watching how data deepens our knowledge of real-world problems and brings new ideas to life.</p><p>Article written by <a href="https://medium.com/u/df15ddda82ff">Connor</a>, <a href="https://medium.com/u/797245bbd47d">Kathy Tran Anh Ngan</a> and <a href="https://medium.com/u/705d76e150f0">Joshua Alfred Jayapal</a></p><p>References</p><p>[1] Tran K., (Interviewer) Alex Kass, December 1, 2023.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=1368422ea5a0" width="1" height="1" alt=""><hr><p><a href="https://medium.com/nyu-ds-review/dsc-project-exposition-2023-recap-1368422ea5a0">DSC Project Exposition 2023 Recap</a> was originally published in <a href="https://medium.com/nyu-ds-review">NYU Data Science Review</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[DSC September-October Recap]]></title>
            <link>https://medium.com/nyu-ds-review/dsc-september-october-recap-e25314c78079?source=rss-eb9e6386a693------2</link>
            <guid isPermaLink="false">https://medium.com/p/e25314c78079</guid>
            <category><![CDATA[data-science]]></category>
            <category><![CDATA[machine-learning]]></category>
            <category><![CDATA[recaps]]></category>
            <category><![CDATA[nyu]]></category>
            <category><![CDATA[events]]></category>
            <dc:creator><![CDATA[Data Science Club @ NYU (Center for Data Science)]]></dc:creator>
            <pubDate>Thu, 30 Nov 2023 20:32:41 GMT</pubDate>
            <atom:updated>2023-11-30T20:32:41.560Z</atom:updated>
            <content:encoded><![CDATA[<h4>Curious to see what the Data Science Club was up to the past few months? Read more to learn about how we started off the Fall 2023 semester with a bang!</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/600/1*3Li-3dJdv4YS-_7n4m4NBA.png" /></figure><h4><strong>Pizza &amp; Python</strong></h4><p>A club-wide meet-up where members got to indulge in good pizza and even greater company!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/598/1*bg5qOm9mu6t6ZYV6iYvjew.png" /></figure><h4>Committee Meetup</h4><p>The first get-together of the year for Data Science Club’s committee members! An event for our Events, Marketing, Outreach, and Publication committees to get to know each other better as we kick off a new, data-filled semester! (P.S.: Free merch was included :) )</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/474/1*wg84V-jMXTYsZ2AB2MZegA.png" /></figure><h4>Project Development Workshop</h4><p>This was the first in a series of workshops and open office hours that the Data Science Club held to help students learn from industry mentors and have an opportunity to develop a data science project of their own! The Project Development workshop was led by Jason Sheu, a data scientist at XiFin, who covered the different steps involved in building such a project from deciding the topic and methods to the final product in the form of a writeup.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*xE8RnsPcnzmvDUE6kkszeA.png" /></figure><h4>Data Processing Workshop</h4><p>Continuing the series of workshops leading up to the Project Exposition, the Data Processing Workshop was led by Aditya Singhal, the founder of NYU’s Data Science Club and a Software Engineer at Amazon Health, and gave the attendees a hands-on experience in using Python and pandas to work with SQL files and reveal the mysteries that datasets have to offer.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/412/1*qbWjxZK2akgeD5IhA1skrw.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*MPGiypqsCcI370XI" /></figure><h4>Spooktacular Soiree</h4><p>You thought there couldn’t be anything scarier than getting a p-value greater than 1 when you have 5 minutes left in your DS4E final, but the Data Science Club is here to prove you wrong. At our Spooktacular Soiree, co-hosted with CDS’ Graduate Student Community-Building Group and Women in Data Science group on 27th October, our attendees showed us their alternate (and perhaps, better) career options through their pumpkin paintings, battled each other in a halloween-themed data science Kahoot and discovered new fashion choices by wrapping each other in toilet paper to conclude this month’s events!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/498/1*lBh-V8ZTTgg6SbGQWDcOLg.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/916/1*cCbS8kFkE_wVLZi7-5qZ2A.png" /></figure><p>This series of amazing events will continue for the rest of the semester and beyond, so if you haven’t already, you should come and enjoy what our events committee has in store for you! In particular, keep a lookout for our Project Exposition happening on December 1st where you can showcase your projects and network with industry experts!</p><p>Signing off,</p><p>Ananya Mittal and Shannon Li</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e25314c78079" width="1" height="1" alt=""><hr><p><a href="https://medium.com/nyu-ds-review/dsc-september-october-recap-e25314c78079">DSC September-October Recap</a> was originally published in <a href="https://medium.com/nyu-ds-review">NYU Data Science Review</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[NYU Data Science Review: Writing Prompts]]></title>
            <link>https://medium.com/nyu-ds-review/nyu-data-science-review-writing-prompts-e9d0e5859502?source=rss-eb9e6386a693------2</link>
            <guid isPermaLink="false">https://medium.com/p/e9d0e5859502</guid>
            <category><![CDATA[writing-prompts]]></category>
            <category><![CDATA[science-writing]]></category>
            <category><![CDATA[publish]]></category>
            <category><![CDATA[students]]></category>
            <category><![CDATA[data-science]]></category>
            <dc:creator><![CDATA[Data Science Club @ NYU (Center for Data Science)]]></dc:creator>
            <pubDate>Tue, 01 Nov 2022 18:31:54 GMT</pubDate>
            <atom:updated>2022-11-01T18:31:54.964Z</atom:updated>
            <content:encoded><![CDATA[<h4>Unsure of what to write about? Read on for a set of data science writing prompts that will spark inspiration!</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*PjO0JZVQ4iX_gHpG" /><figcaption>Photo by <a href="https://unsplash.com/ja/@glenncarstenspeters?utm_source=medium&amp;utm_medium=referral">Glenn Carstens-Peters</a> on <a href="https://unsplash.com?utm_source=medium&amp;utm_medium=referral">Unsplash</a></figcaption></figure><p>Let me set the scene. You’re brimming with excitement because you’ve just found out about the NYU Data Science Review. You can’t wait to put pen to paper (or fingers to keyboard) and write an amazing article.</p><p>You settle in at your desk, whip out your laptop, and —</p><p>blank.</p><p>What to write about?</p><p>Sometimes it can be difficult to figure out the article topic, despite your passion. Struggle no more! We’ve put together a list of brainstorming questions and data science topics to help your idea generation.</p><h4>Prompts:</h4><ul><li>What was an assignment you struggled with? How did you overcome it, with what skills, etc.?</li><li>When did you last learn a new skill (coding language, etc.)? Can you teach it?</li><li>What intersection of data science and your second major/minor interests you?</li><li>Have you used data to address a real world problem?</li><li>When did you last feel excited by a lecture topic? How can you dive deeper?</li><li>Why is data important? Do you have a personal or academic experience in which you were reminded of this?</li><li>What are the hidden ways that data infiltrates our daily lives?</li><li>What are your favorite hobbies and passions? How is data applied or related to them?</li><li>What is a recent research project you worked on?</li><li>How do you want to use (or how have you used) data science to impact other’s lives?</li></ul><h4>Topics</h4><p><strong>Current Events</strong></p><ul><li>Misrepresentation of data in the news</li><li>Deepening understanding of current issues using data</li><li>Data driven solutions to real world problems</li></ul><p><strong>Artificial Intelligence/Machine Learning Applications</strong></p><ul><li>Natural Language Processing</li><li>AI &amp; Art (<a href="https://openai.com/dall-e-2/">DALL-E</a>, <a href="https://huggingface.co/spaces/stabilityai/stable-diffusion">Stable Diffusion</a>, <a href="https://www.midjourney.com/home/">MidJourney</a>)</li><li>Chatbots (<a href="https://blog.google/technology/ai/lamda/">LamDA AI</a>)</li><li>Computer vision</li><li>Self driving cars</li><li>Large language models (GitHub Copilot, Jasper.ai)</li><li>Quantum computing in data science</li><li>Network Security/Cryptography (fraud detection, homorphic encryption)</li></ul><p><strong>Data Handling</strong></p><ul><li>Databases — How to use them/what exists?</li><li>Data visualization tools and applications</li><li>Data/web scraping</li></ul><p><strong>Ethical Data Science</strong></p><ul><li>Data lifecycle</li><li>How biases and discrimination arise in modeling</li><li>Performance analysis and metrics</li><li>Information use and privacy</li></ul><p><strong>Theory</strong></p><ul><li>Reinforcement learning (Markov modelling)</li><li>Deep learning (Convolutional Neural Networks, black box models)</li><li>Probability and statistical testing (bootstrapping, hypothesis testing, etc.)</li></ul><p><strong>Miscellaneous</strong></p><ul><li>Google Cloud Platform + AWS</li><li>Coding for data science</li></ul><p>We hope these prompts sparked some inspiration for you! Now, go forth and write! When you’re ready to <strong>submit an article for publication with us, visit </strong><a href="https://medium.com/nyu-ds-review/publish-your-writing-on-random-forest-3e46ff68e6e"><strong>this guide</strong></a> for instructions and the submission link.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e9d0e5859502" width="1" height="1" alt=""><hr><p><a href="https://medium.com/nyu-ds-review/nyu-data-science-review-writing-prompts-e9d0e5859502">NYU Data Science Review: Writing Prompts</a> was originally published in <a href="https://medium.com/nyu-ds-review">NYU Data Science Review</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Publish Your Writing in the NYU Data Science Review!]]></title>
            <link>https://medium.com/nyu-ds-review/publish-your-writing-on-random-forest-3e46ff68e6e?source=rss-eb9e6386a693------2</link>
            <guid isPermaLink="false">https://medium.com/p/3e46ff68e6e</guid>
            <category><![CDATA[opportunity]]></category>
            <category><![CDATA[blog]]></category>
            <category><![CDATA[publishing]]></category>
            <category><![CDATA[portfolio]]></category>
            <category><![CDATA[data-science]]></category>
            <dc:creator><![CDATA[Data Science Club @ NYU (Center for Data Science)]]></dc:creator>
            <pubDate>Tue, 15 Feb 2022 20:33:20 GMT</pubDate>
            <atom:updated>2024-02-06T16:33:03.311Z</atom:updated>
            <content:encoded><![CDATA[<h4><em>A complete guide to writing for the NYU Data Science Club’s publication</em></h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*Rx5YbQnh3U0w9M6W" /><figcaption>Write! — Graphic by<a href="https://medium.com/@mkakubal"> Meghana Kakubal</a></figcaption></figure><h3>Table of Contents</h3><ul><li><a href="#7bb7"><strong><em>Introduction</em></strong></a></li><li><a href="#fddf"><strong><em>Guidelines</em></strong></a></li><li><a href="#9268"><strong><em>Editing Process</em></strong></a></li><li><a href="#2f9f"><strong><em>Submission</em></strong></a></li></ul><p>Our mission is for the NYU Data Science Review to amplify the many voices in the NYU Data Science community. We’re always seeking students, faculty, and alumni to submit their writing for publication.</p><p>To understand the quality of work and types of content we are expecting to see, please refer to these publications and articles:</p><ul><li><a href="https://medium.com/towards-data-science">Towards Data Science</a> (comprehensive guide to all things data science)</li><li><a href="https://blog.torchnyu.com/">Burn Rate (Torch NYU)</a> (discussion about personal experiences at NYU and career advice). An example article from this blog is <a href="https://blog.torchnyu.com/2020/08/02/into-the-interview.html">Into the Interview</a>.</li><li><a href="https://hdsr.mitpress.mit.edu/">Harvard Data Science Review</a> (data science in relation to research/projects). An example article from this journal is<a href="https://hdsr.mitpress.mit.edu/pub/zok97i7p/release/3"> Why is Data Visualization Important?</a></li><li>Also refer to the content already published at the <a href="https://medium.com/nyu-ds-review">NYU Data Science Review</a>!</li></ul><p>Whether it’s an editorial reflection on a data science experience, or a technical write-up after a research project, the NYU Data Science Review is the ideal place to showcase your work. We will further promote your writing on <a href="https://medium.com/random-forest-dsc">Medium</a>, <a href="https://www.instagram.com/dscnyu/?hl=en">Instagram</a>, and <a href="https://www.linkedin.com/company/data-science-club-nyu/posts/?feedView=all">LinkedIn</a>.</p><p>Keep reading for a thorough guide to what kind of content we’re looking for, stylistic guidelines, our editing process, and how you can submit.</p><h3>Guidelines</h3><p>There are some necessary components of a quality Medium article. The following is a quick list of things to check with your own draft.</p><ul><li>Does your article have a compelling, unique <a href="https://coschedule.com/headline-studio">title</a>?</li><li>Does your article have a great, informative subtitle?</li><li>Does your blog include a royalty free/properly cited image (see the following <a href="https://medium.com/random-forest-dsc/how-to-impress-with-your-project-build-a-web-app-on-streamlit-a91cf4689f42">link</a>)?</li><li>Have you included five tags that you feel are relevant to what you’ve written about?</li><li>Correct <a href="http://grammarly.com">grammar</a>, spelling, and punctuation?</li><li><strong>Factual accuracy!? Please double, triple-check to ensure.</strong></li><li>Does your article length fall between the 5–7 minute range?</li><li>See below for citation and reference requirements.</li></ul><p><strong>Citation and References:</strong></p><p>Please provide in-text hyperlinks to any resources you refer to in text. Additionally, list your references at the end of the article in this format:</p><p>[X] N. Name, Title (Year), Source</p><p>For example,</p><p>[1] R. Abelson, C. Jewett, <a href="https://www.nytimes.com/2022/01/29/health/omicron-chronic-illness.html">When Omicron Isn’t So Mild</a> (2022), The New York Times</p><h3>Editing Process</h3><p>Our submission form has two options — you can pitch an initial idea for an article, or you can submit a full draft.</p><p>If you haven’t begun writing yet but want to know whether Random Forest will publish an article you have the idea for, pitch it to us! An editor will work with you to workshop and approve the idea, as well as answer any questions you might have while writing.</p><p>If you have a full draft ready, first make sure it meets all of our guidelines. Then use the form to submit.</p><p>After submitting your draft, you will be assigned an editor who will work directly with you. This is to ensure that your draft is ready for publishing, not for thorough revision. Please have your writing as refined as possible before submitting.</p><p>The draft will also be reviewed by the NYU Data Science club faculty advisors. They will provide additional feedback as necessary.</p><p>After approval, we will add you as a writer on Medium and give you the go-ahead to submit your draft to the NYU Data Science Review publication.</p><p>Currently, the editors for Fall 2023 are <a href="https://medium.com/u/8f8b34c642ce">Ritti Bhogal</a>, <a href="https://medium.com/u/fe75cb0fb290">Ananya Mittal</a> and <a href="https://medium.com/u/9cb5ff76c2f1">Shannon Li</a>. We’re here to support your writing process, so please do reach out to us if you have any questions at all.</p><h3>Submission</h3><p>If you’ve got an idea ready to pitch, or a draft ready for editing, visit this Google form to submit: <a href="https://bit.ly/rf-submit">https://bit.ly/rf-submit</a></p><p>We look forward to reading and publishing your work!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3e46ff68e6e" width="1" height="1" alt=""><hr><p><a href="https://medium.com/nyu-ds-review/publish-your-writing-on-random-forest-3e46ff68e6e">Publish Your Writing in the NYU Data Science Review!</a> was originally published in <a href="https://medium.com/nyu-ds-review">NYU Data Science Review</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>