<?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: Kelsey Foster</title>
    <description>The latest articles on DEV Community by Kelsey Foster (@kelseyefoster).</description>
    <link>https://dev.to/kelseyefoster</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F99mvlsfu5tfj9m7ku25d.png</url>
      <title>DEV Community: Kelsey Foster</title>
      <link>https://dev.to/kelseyefoster</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kelseyefoster"/>
    <language>en</language>
    <item>
      <title>Best 5 PII Redaction APIs for 2022-2023</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Tue, 06 Sep 2022 22:51:15 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/best-5-pii-redaction-apis-for-2022-2023-2eo3</link>
      <guid>https://dev.to/kelseyefoster/best-5-pii-redaction-apis-for-2022-2023-2eo3</guid>
      <description>&lt;p&gt;Any company that handles customer data must meet internal privacy requirements or external compliance regulations like GDPR and HIPAA. With digital data, manually finding and removing this sensitive information at scale can be nearly impossible.&lt;/p&gt;

&lt;p&gt;Some companies are looking to create features or products that can remove or redact this confidential data automatically. State-of-the-Art AI models that power &lt;a href="https://www.assemblyai.com/blog/what-are-the-top-pii-redaction-apis-and-ai-models/"&gt;APIs for PII (Personally Identifiable Information) Redaction&lt;/a&gt; can help.&lt;/p&gt;

&lt;p&gt;Built using cutting-edge Machine Learning research, PII Redaction APIs can automatically identify PII in bodies of text and remove, redact, or sensor this sensitive content–at high accuracy. Some PII Redaction APIs also work in conjunction with Speech-to-Text APIs to redact confidential information in transcriptions or to remove utterances from audio/video streams. &lt;/p&gt;

&lt;p&gt;If you’re considering building tools with a PII Redaction API, there are several top choices to consider. This article examines the &lt;strong&gt;best APIs on the market for performing PII Redaction for 2022/2023:&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  1. AssemblyAI
&lt;/h2&gt;

&lt;p&gt;AssemblyAI is an API platform for State-of-the-Art, production-ready AI models for ASR, NLP, and NLU applications. Developers and enterprises transcribe audio/video streams with its &lt;a href="https://www.assemblyai.com/blog/the-top-free-speech-to-text-apis-and-open-source-engines/"&gt;Speech-to-Text API&lt;/a&gt; and then create powerful, intelligent tools on top of that transcription data using its AI models such as PII Redaction, Content Moderation, Summarization, Sentiment Analysis, and more. &lt;/p&gt;

&lt;p&gt;AssemblyAI’s PII Redaction API detects and replaces confidential content like social security numbers, credit card numbers, and addresses with a series of &lt;code&gt;#&lt;/code&gt; for each redacted character. The API can also beep out spoken PII in the audio file as well.&lt;/p&gt;

&lt;p&gt;Pricing for AssemblyAI’s PII Redaction API starts at $.000583 per second on top of its core transcription pricing. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. Private AI
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.private-ai.com/"&gt;Private AI&lt;/a&gt; is another top tier PII Redaction API that lets users identify, replace, or redact PII in large text documents, audio/video files, or even images. The API also supports redaction across multiple languages. &lt;/p&gt;

&lt;p&gt;For text files, users can choose to replace redacted data with a series of &lt;code&gt;#&lt;/code&gt; or to replace the data with synthetic data if security issues are a concern. For images, the API will blur out the needed PII. &lt;/p&gt;

&lt;p&gt;Pricing for Private AI is broken into three tiers, depending on usage: Starter, Scale, and Pro. &lt;/p&gt;

&lt;h2&gt;
  
  
  3. Amazon Transcribe
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html"&gt;Amazon Transcribe&lt;/a&gt; also offers its own PII Redaction API for text and live or asynchronous audio/video streams, though only for English.&lt;/p&gt;

&lt;p&gt;Amazon Transcribe’s PII Redaction API can identify and redact PII such as bank account numbers, bank routing numbers, email addresses, credit card numbers, credit card CVV codes, and more. However, its documentation states that its PII Redaction API does not meet the requirements to meet privacy laws such as HIPAA. &lt;/p&gt;

&lt;p&gt;Pricing for Amazon Transcribe and its PII Redaction API can be a bit hard to decipher but interested users can calculate estimated pricing based on usage needs &lt;a href="https://calculator.aws/#/createCalculator/Transcribe"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  4. Azure
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/personally-identifiable-information/quickstart?pivots=programming-language-csharp"&gt;Azure&lt;/a&gt; has another top-rated API for PII Redaction. The API can identify, remove, or redact sensitive entities such as a person’s name, job type, medical information, IP address, account numbers, SWIFT codes, and more. Redaction is only available for files with text in English. &lt;/p&gt;

&lt;p&gt;Users must have an Azure account and &lt;a href="https://visualstudio.microsoft.com/vs/"&gt;Visual Studio IDE&lt;/a&gt; to use its PII Redaction API. To get started, follow Azure’s quickstart guide &lt;a href="https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/personally-identifiable-information/quickstart?pivots=programming-language-csharp"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  5. Super.ai
&lt;/h2&gt;

&lt;p&gt;Finally, &lt;a href="https://super.ai/redact"&gt;Super.ai&lt;/a&gt; is another great PII Redaction API for removing/redacting confidential information in text, video, and images. Its PII Redaction API is also compliant with stringent international data privacy regulations such as GDPR, CCPA, PIPL, and PIPA.&lt;/p&gt;

&lt;p&gt;The API returns each redacted file with the redacted PII airbrushed out of the document/image or replaced with pseudonyms. &lt;/p&gt;

&lt;p&gt;Those interested in learning more about Super.ai or its pricing structure can sign up for a free demo &lt;a href="https://super.ai/super-redact/document-redact&amp;lt;br&amp;gt;%0A!%5BImage%20description%5D(https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vfzhhpwv02rua73vk00u.jpg)"&gt;here&lt;/a&gt;. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>nlp</category>
      <category>security</category>
      <category>privacy</category>
    </item>
    <item>
      <title>5 Best APIs for Performing Text Summarization for NLP</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Wed, 18 May 2022 15:03:32 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/5-best-apis-for-performing-text-summarization-for-nlp-p1k</link>
      <guid>https://dev.to/kelseyefoster/5-best-apis-for-performing-text-summarization-for-nlp-p1k</guid>
      <description>&lt;p&gt;&lt;a href="https://www.assemblyai.com/blog/text-summarization-nlp-5-best-apis"&gt;Text Summarization for NLP&lt;/a&gt; refers to the process of shortening papers, podcasts, documents, videos, and other large bodies of texts into their most important parts. This is done by leveraging Deep Learning and Machine learning models. &lt;/p&gt;

&lt;p&gt;Typically, Text Summarization APIs summarize either pre-existing, or static, bodies of texts, like a legal document, or to audio streams, like a YouTube video, that is transcribed via &lt;a href="https://www.assemblyai.com/blog/what-is-asr/"&gt;ASR-technology&lt;/a&gt; like a &lt;a href="https://www.assemblyai.com/blog/the-top-free-speech-to-text-apis-and-open-source-engines/"&gt;top Speech-to-Text API&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Developers and enterprises alike use Text Summarization APIs to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Summarize large documents and flag sections for follow-up&lt;/li&gt;
&lt;li&gt;Create chapters for YouTube videos or videos shared via an educational course&lt;/li&gt;
&lt;li&gt;Automatically providing a Table of Contents for podcasts&lt;/li&gt;
&lt;li&gt;Summarizing calls in a cloud-based contact center to increase agent occupancy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And more.&lt;/p&gt;

&lt;p&gt;This article compares APIs that perform Text Summarization on either category, or both, with top-rated accuracy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Here are the 5 Best APIs for Performing Text Summarization for NLP:
&lt;/h2&gt;

&lt;h2&gt;
  
  
  1. AssemblyAI’s Auto Chapters API
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.assemblyai.com/"&gt;AssemblyAI&lt;/a&gt; is a leading speech recognition provider with industry-best accuracy. In addition to its core transcription API, it offers a host of &lt;a href="https://www.assemblyai.com/blog/what-is-audio-intelligence/"&gt;Audio Intelligence APIs&lt;/a&gt; that let users build high ROI features on top of their audio data. One of these Audio Intelligence APIs is &lt;a href="https://docs.assemblyai.com/audio-intelligence#auto-chapters-summarization"&gt;Auto Chapters&lt;/a&gt;, its Text Summarization API. When users run an audio file through its Auto Chapters API, the API will return both a one paragraph summary and single headline for each “chapter,” or points where the audio naturally changes topics. &lt;br&gt;
Pricing for its Auto Chapters API begins at $0.000583/second. Users can sign-up to test the API for free &lt;a href="https://app.assemblyai.com/signup"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. NLP Cloud Summarization API
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://nlpcloud.io/nlp-text-summarization-api.html"&gt;NLP Cloud&lt;/a&gt;’s Text Summarization API offers Summarization for pre-existing bodies of texts at decent accuracy, in addition to other NLP/NLU APIs. Its online community also offers AI models that its community of members can use to train, fine-tune, and deploy their own models into production. Users can access NLP Cloud’s APIs for free up to a certain usage each month, with plans then ranging up to $499/month. &lt;/p&gt;

&lt;h2&gt;
  
  
  3. Microsoft Azure Text Summarization 
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/text-summarization/quickstart?pivots=programming-language-csharp"&gt;Microsoft Azure&lt;/a&gt; is another top name in the ASR and NLP world. Its Text Summarization API is offered as part of its Text Analytics suite and is available for static texts. Pricing for Azure varies significantly depending on usage and if other APIs are also needed, with a pay-as-you-go payment structure. You’ll also need an Azure subscription to get started. &lt;/p&gt;

&lt;h2&gt;
  
  
  4. plnia’s Text Summarization API
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.plnia.com/products/text-summarization-api/"&gt;Plnia&lt;/a&gt; also offers a Text Summarization API for pre-existing bodies of text, in addition to other NLU APIs such as Abusive Language Check, Keyword Extractor, &lt;a href="https://www.assemblyai.com/blog/best-apis-for-sentiment-analysis/"&gt;Sentiment Analysis&lt;/a&gt;, Article Extraction, Language Detection, and more. For those looking to test plnia, the company offers a 10-day free trial and then plans start at $19/month after that. &lt;/p&gt;

&lt;h2&gt;
  
  
  5. MeaningCloud’s Automatic Summarization
&lt;/h2&gt;

&lt;p&gt;Finally, &lt;a href="https://www.meaningcloud.com/products/automatic-summarization"&gt;MeaningCloud&lt;/a&gt; offers an “Automatic Summarization” API for static bodies of text. Its model works by first extracting the most important sentences in the document and then using those sentences to build its summary. MeaningCloud’s API also supports a wide range of languages, so users can still use Text Summarization regardless of the text’s native language. Users looking to try MeaningCloud can sign-up for a free developer account; fees then range from $0-$999/month, depending on usage. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Top 5 Resources to Read and Watch about DALL-E 2</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Thu, 21 Apr 2022 19:02:46 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/top-5-resources-to-read-and-watch-about-dall-e-2-5a3c</link>
      <guid>https://dev.to/kelseyefoster/top-5-resources-to-read-and-watch-about-dall-e-2-5a3c</guid>
      <description>&lt;p&gt;There has been a lot of excitement around OpenAI’s recent release of its groundbreaking model, DALLE-2 – and understandably so. Given just a short natural language input, the DALLE-2 model can generate totally original–and extremely impressive–images.&lt;/p&gt;

&lt;p&gt;By now, you’ve probably already read OpenAI’s introduction to DALL-E 2 and browsed its sample images and examples, but you may want to dive deeper into how it works and why people are so worked up over its release. &lt;/p&gt;

&lt;p&gt;If so, check out these top resources to browse as you continue learning about DALL-E 2:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. How Does DALL-E 2 Actually Work? YouTube Video
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SKRZ-Fut--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1eefilihzsnrpl2ggj80.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SKRZ-Fut--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1eefilihzsnrpl2ggj80.png" alt="Image description" width="512" height="288"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re looking for a deeper understanding of DALL-E 2, this YouTube video by Misra Turp does a great job of breaking down exactly &lt;a href="https://www.youtube.com/watch?v=F1X4fHzF4mQ&amp;amp;t=31s"&gt;how DALL-E 2 works&lt;/a&gt;. The video is broken down into the following segments:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Overview&lt;/li&gt;
&lt;li&gt;What can DALL-E do?&lt;/li&gt;
&lt;li&gt;Architecture Overview&lt;/li&gt;
&lt;li&gt;CLIP embeddings&lt;/li&gt;
&lt;li&gt;The Prior and why it’s needed&lt;/li&gt;
&lt;li&gt;The decoder&lt;/li&gt;
&lt;li&gt;How are variations created?&lt;/li&gt;
&lt;li&gt;Model evaluation&lt;/li&gt;
&lt;li&gt;Limitations and risks&lt;/li&gt;
&lt;li&gt;Benefits&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch the entire ten minute video &lt;a href="https://www.youtube.com/watch?v=F1X4fHzF4mQ&amp;amp;t=31s"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. How DALL-E 2 Actually Works Blog Post
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CJsPQR6j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x7wiec9vnop71zsdtdjx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CJsPQR6j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x7wiec9vnop71zsdtdjx.png" alt="Image description" width="512" height="267"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In a similar vein, this &lt;a href="https://www.assemblyai.com/blog/how-dall-e-2-actually-works/"&gt;How DALL-E 2 Actually Works blog post&lt;/a&gt; does a great job looking at the inner workings of the model. If you’re newer to Machine Learning, the author also spends a lot of time on pertinent background information and thorough explanations that are suitable for ML beginners to experts. &lt;/p&gt;

&lt;p&gt;Read the entire blog post &lt;a href="https://www.assemblyai.com/blog/how-dall-e-2-actually-works/"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  3. How DALL-E 2 Could Solve Major Computer Vision Challenges
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XL8DOJQd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/weyie3y99t5tnxk1s39v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XL8DOJQd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/weyie3y99t5tnxk1s39v.png" alt="Image description" width="512" height="322"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;a href="https://venturebeat.com/2022/04/16/how-dall-e-2-could-solve-major-computer-vision-challenges/"&gt;Photo Source &lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This &lt;a href="https://venturebeat.com/2022/04/16/how-dall-e-2-could-solve-major-computer-vision-challenges/"&gt;Venture Beat article&lt;/a&gt; discusses some of the implications of DALLE-2, particularly how it could be used to solve some of today’s major computer vision challenges. &lt;/p&gt;

&lt;p&gt;The online news source recognizes that some of these potential achievements will be dependent on OpenAI’s policies and pricing surrounding DALLE-2, as well as some of its current limitations. However, regardless of these constraints, DALLE-2 is set to take image generation a huge leap forward. &lt;/p&gt;

&lt;p&gt;Read the entire article &lt;a href="https://venturebeat.com/2022/04/16/how-dall-e-2-could-solve-major-computer-vision-challenges/"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  4. OpenAI DALL-E: Creating Images from Text YouTube Video
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eon6eqGM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jq0ttk231vwfc3vzr8x3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eon6eqGM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jq0ttk231vwfc3vzr8x3.png" alt="Image description" width="512" height="288"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this &lt;a href="https://www.youtube.com/watch?v=j4xgkjWlfL4"&gt;video by YouTuber Yannic Kilcher&lt;/a&gt;, Yannic explores what DALL-E 2 is, briefly dives into how it works, and then spends a good portion of the almost hour long video showing examples of what DALLE-2 can do.&lt;/p&gt;

&lt;p&gt;Video segments covered include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Comparison to GPT-3&lt;/li&gt;
&lt;li&gt;Experimental results&lt;/li&gt;
&lt;li&gt;DALL-E can’t count&lt;/li&gt;
&lt;li&gt;DALL-E is very good at texture&lt;/li&gt;
&lt;li&gt;DALL-E can do some reflections but not others&lt;/li&gt;
&lt;li&gt;DALL-E can generate logos&lt;/li&gt;
&lt;li&gt;DALL-E can combine unusual concepts&lt;/li&gt;
&lt;li&gt;DALL-E sometimes understands complicated prompts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And more. &lt;/p&gt;

&lt;p&gt;Watch the entire video &lt;a href="https://www.youtube.com/watch?v=j4xgkjWlfL4"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  5. How is It so Good? (DALL-E Explained Pt. 2)
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DvfiipP1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2e2wjz6l7yp61julfxuu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DvfiipP1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2e2wjz6l7yp61julfxuu.png" alt="Image description" width="512" height="295"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Berkeley’s Machine Learning blog also did a deep dive into DALLE-2, entitled: &lt;a href="https://ml.berkeley.edu/blog/posts/dalle2/"&gt;How is it so good?&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The blog post examines the big picture, practical problems, technical components, and limitations, concluding that DALL-E is a “big step towards true understanding because it directly connects language with the visual world.”&lt;/p&gt;

&lt;p&gt;Read the entire blog post &lt;a href="https://ml.berkeley.edu/blog/posts/dalle2/"&gt;here&lt;/a&gt;.  &lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Top 9 ML, AI, and Data Science Internships in 2022</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Tue, 08 Mar 2022 17:49:29 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/top-9-ml-ai-and-data-science-internships-in-2022-26o5</link>
      <guid>https://dev.to/kelseyefoster/top-9-ml-ai-and-data-science-internships-in-2022-26o5</guid>
      <description>&lt;p&gt;Internships are a great way to get hands-on, practical experience in the fields of Machine Learning, Artificial Intelligence, and Data Science. Those looking for internships in these, and related fields, should explore the options below.&lt;/p&gt;

&lt;p&gt;Be sure to note requirements–some internships have minimum lengths and only accept those pursuing higher educational degrees while others offer rolling acceptance for a range of experiences and backgrounds. &lt;/p&gt;

&lt;p&gt;All of them, however, will provide interns an opportunity to apply their theoretical and practical skills to real word, tangible scenarios. &lt;/p&gt;

&lt;h2&gt;
  
  
  Here are the Top 9 ML, AI, and Data Science Internships to consider for 2022:
&lt;/h2&gt;

&lt;h2&gt;
  
  
  1. Data Science Intern, Meta
&lt;/h2&gt;

&lt;p&gt;Facebook’s Meta is hiring for a group of data science interns interested in learning more about using Data Science for more effective advertising, marketing, and sales applications. Interns can expect to gain real world experience in designing and executing data science projects, as well as in performing strategic analysis over the twelve week internship. A Bachelor’s or Master’s Degree in a quantitative field, as well as experience with data querying and manipulation and data analysis in a scripting language, is required to apply. &lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://www.karkidi.com/job-details/9814"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. Machine Learning Intern, Motional
&lt;/h2&gt;

&lt;p&gt;Self-driving vehicle company Motional is looking for Machine Learning interns to join its team for Summer 2022. Those interested can expect to get hands-on experience in research and developing Machine Learning strategies that can solve complex problems. Interns will also collaborate with additional teams for greater exposure and learning opportunities. Candidates must have a Master’s Degree or Ph.D. in Computer Science, Robotics, or a related field to apply. &lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://boards.greenhouse.io/motional/jobs/4701825003?gh_src=6bf540ce3us"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  3. Deep Learning and more, Borealis AI
&lt;/h2&gt;

&lt;p&gt;Borealis AI is an AI and Machine Learning Research Institute funded by the Royal Bank of Canada. It is currently hiring virtual internships for Summer 2022 across Deep Learning, Reinforcement Learning, Graphs and Optimization, Unsupervised and Semi-supervised Learning, Bayesian Optimization, Privacy and Fairness, Interpretability and Explainability, AutoML, Time Series Forecasting, Computer Vision, and Natural Language Processing areas such as &lt;a href="https://www.assemblyai.com/blog/what-is-asr"&gt;ASR&lt;/a&gt; and &lt;a href="https://www.assemblyai.com/blog/what-is-audio-intelligence/"&gt;Audio Intelligence&lt;/a&gt;. Candidates must hold a Master’s Degree or have experience working towards a Ph.D. &lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://www.borealisai.com/en/careers/internships/borealis-ai-internships/"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  4. Machine Learning/AI Internship, Apple
&lt;/h2&gt;

&lt;p&gt;Apple is looking to hire an AI/ML intern interested in Deep Learning, Computer Vision, Natural Language Processing, Optimization, and Reinforcement Learning. Those selected will research and develop cutting edge ML strategies and collaborate with broader teams across Apple. Candidates must be pursuing a Bachelor’s Degree, or greater, in a related field, have a strong publication record, excellent programming skills, and knowledge of common ML frameworks.&lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://jobs.apple.com/en-us/details/200253211/machine-learning-ai-internship"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  5. Research Intern, Applied Research - Natural Language Processing, Meta
&lt;/h2&gt;

&lt;p&gt;Meta is also hiring for a Natural Language Processing research intern. Candidates should have deep interest in areas such as Deep Learning, Machine Learning, and NLP applications such as &lt;a href="https://www.assemblyai.com/blog/best-apis-for-sentiment-analysis/"&gt;Sentiment Analysis&lt;/a&gt; and &lt;a href="https://www.assemblyai.com/blog/top-speaker-diarization-libraries-and-apis-in-2022/"&gt;Speaker Diarization&lt;/a&gt;. Interns selected for the 12-week assignment will have the opportunity to make core algorithmic advances and submit research papers to top tier publications. Applicants who are currently pursuing a Ph.D. in a related field are preferred, though exceptional Master’s and Bachelor’s students may also be considered. &lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://www.karkidi.com/job-details/3857"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  6. Autonomy - Deep Learning Infrastructure Intern, Tesla
&lt;/h2&gt;

&lt;p&gt;Tesla is looking for a Deep Learning infrastructure intern to join its team for a minimum of 12 weeks, full time, starting in May or June 2022. If chosen, interns will be working on reinforcing, optimizing, and scaling Tesla’s Neural Network training infrastructure and building out its Machine Learning platform. Applicants must be currently enrolled in a university and have experience with Python, C++, PyTorch, and Machine Learning. &lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://www.tesla.com/careers/search/job/autopilot-deeplearninginfrastructureinternshipsummer2022-105808"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  7. Artificial Intelligence Internship, Intel
&lt;/h2&gt;

&lt;p&gt;Bachelor’s, Master’s, and Ph.D. candidates are welcome to apply to Intel’s Artificial Intelligence internship, where they will work to build large scale AI systems and build Machine Learning algorithms. Interns will work with mentors to gain real world Machine Learning and AI experience and present their findings in internal presentations. Applicants are welcome to apply at any point during the year for rolling acceptance. &lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://jobs.intel.com/page/show/ai-jobs-ai-internships"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  8. Research Internship, Allen Institute for AI
&lt;/h2&gt;

&lt;p&gt;Full-time, year-round internships are also available at the Allen Institute for AI for undergraduate and graduate students. Applicants need to be interested in AI-related fields such as computer vision, question answering, textual entailment, knowledge representation, Machine Learning, NLP, and/or semantics. Research internships are remote during the COVID-19 pandemic. &lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://allenai.org/internships"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  9. Internship, Center for Artificial Intelligence in Medicine and Imaging, Stanford University
&lt;/h2&gt;

&lt;p&gt;The Center for Artificial Intelligence in Medicine and Imaging at Stanford University accepts post-doctoral, graduate, and a limited number of high school and undergraduate applicants to its research internship program. Internship foci vary based on availability. Post-doctoral scholars must have at least one first author publication to be considered.&lt;/p&gt;

&lt;p&gt;Apply &lt;a href="https://aimi.stanford.edu/engage/career-internship-opportunities"&gt;here&lt;/a&gt;. &lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>internship</category>
    </item>
    <item>
      <title>Top Transcription APIs and Open Source Libraries in 2022</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Mon, 07 Mar 2022 17:18:01 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/top-transcription-apis-and-open-source-libraries-in-2022-2db0</link>
      <guid>https://dev.to/kelseyefoster/top-transcription-apis-and-open-source-libraries-in-2022-2db0</guid>
      <description>&lt;p&gt;The number of applications leveraging speech recognition and voice transcription technology has skyrocketed in the past decade. More people than ever before are using voice AI technology in their homes, cars, and places of business.&lt;/p&gt;

&lt;p&gt;Advances in deep learning, machine learning, and AI research have powered this adoption, making speech recognition technology more accessible, affordable, and most importantly–accurate.&lt;/p&gt;

&lt;p&gt;With this increase in interest and adoption, there’s also been a simultaneous increase in the number of speech transcription APIs and open source libraries available for users.&lt;/p&gt;

&lt;p&gt;This article looks at some of the &lt;strong&gt;top transcription APIs and open source libraries available on the market today&lt;/strong&gt;, as evaluated by accuracy, pricing, documentation, and additional features offered.&lt;/p&gt;

&lt;h2&gt;
  
  
  Top Transcription APIs
&lt;/h2&gt;

&lt;p&gt;Three speech transcription APIs stand out in this category: AssemblyAI, Google Speech-to-Text, and AWS Transcribe.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. AssemblyAI
&lt;/h2&gt;

&lt;p&gt;AssemblyAI is a &lt;strong&gt;&lt;a href="https://www.assemblyai.com/blog/the-top-free-speech-to-text-apis-and-open-source-engines/"&gt;Speech-to-Text API&lt;/a&gt;&lt;/strong&gt;startup with competitive accuracy and an easy-to-use interface. The API offers three free transcription hours per month, an affordable paid tier, and extensive documentation, making it a developer-favorite.**&lt;/p&gt;

&lt;p&gt;As a startup, the API invests heavily in the latest deep learning research and is constantly shipping updates to improve its models. Most recently, the API released its suite of Audio Intelligence APIs that provide greater business value for its customers. These include sentiment analysis, content moderation, Entity Detection, PII Redaction, Summarization, and Automatic Transcript Highlights, with more expected to be released soon. **&lt;/p&gt;

&lt;p&gt;Since it’s newer to the market, the API does lack a few of the features available from some of its more seasoned competitors.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Google Speech-to-Text
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://cloud.google.com/speech-to-text"&gt;Google Speech-to-&lt;/a&gt;Text continuesto be a dominant player in the speech recognition market. With good accuracy, robust language support, and domain-specific models, it is a popular choice among other big-name companies.&lt;/p&gt;

&lt;p&gt;Google’s name recognition comes with a higher price tag than other Speech-to-Text APIs, especially since the company only supports transcribing files in a Google Cloud Bucket. It can also be a bit complicated to use, as you must first sign up for a GCP account and project.&lt;/p&gt;

&lt;p&gt;Still, those looking to test the API can do so with an initial 60 minutes of free transcription and $300 free for Google Cloud hosting.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. AWS Transcribe
&lt;/h2&gt;

&lt;p&gt;__&lt;a href="https://aws.amazon.com/free/"&gt;AWS Transcribe&lt;/a&gt; __is another good option for larger companies. The API offers one hour of free transcription per month for the first twelve months of use. Accuracy, however, is somewhat lower than other APIs on the market today and documentation is not as regularly updated.&lt;/p&gt;

&lt;p&gt;Like Google, getting started with AWS Transcribe can be a bit tricky and expensive, as it only supports files hosted in an Amazon S3 bucket.&lt;/p&gt;

&lt;p&gt;Those looking for specialty transcription, such as the medical industry, should check out its &lt;a href="https://aws.amazon.com/transcribe/medical/"&gt;Transcribe Medical API&lt;/a&gt; which is trained to perform accurately in this profession.&lt;/p&gt;

&lt;h2&gt;
  
  
  Top 3 Open Source Transcription Libraries
&lt;/h2&gt;

&lt;p&gt;In addition to transcription APIs, there are a host of open-source transcription libraries available for public use. While free, open-source libraries require significantly more leg work than APIs in order to perform at high accuracy and utility.&lt;/p&gt;

&lt;p&gt;However, if you’re willing to put in the effort, and have a basic understanding of speech recognition, these are the top three options to consider:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Wav2Letter
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/flashlight/wav2letter"&gt;Wav2Letter&lt;/a&gt;, Facebook AI Research’s &lt;strong&gt;&lt;a href="https://www.assemblyai.com/blog/what-is-asr/"&gt;Automatic Speech Recognition (ASR)&lt;/a&gt;&lt;/strong&gt;toolkit, is designed for research and developers to use for speech transcription.&lt;/p&gt;

&lt;p&gt;With pre-trained models for the Librispeech dataset, it’s a good open source library to get started with quickly.&lt;/p&gt;

&lt;p&gt;Wav2Letter boasts decent accuracy and is written in C++.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. DeepSpeech
&lt;/h2&gt;

&lt;p&gt;Built using the end-to-end model architecture pioneered by Baidu, &lt;a href="https://github.com/mozilla/DeepSpeech"&gt;DeepSpeech&lt;/a&gt;is a great open-source speech transcription option.&lt;/p&gt;

&lt;p&gt;DeepSpeech is easy to work with, especially since it’s designed to work with a range of devices, from a Raspberry Pi 4 to a high-powered GPU.&lt;/p&gt;

&lt;p&gt;It also has good out-of-the-box accuracy for an open-source library.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Kaldi
&lt;/h2&gt;

&lt;p&gt;Finally, &lt;strong&gt;&lt;a href="https://github.com/kaldi-asr/kaldi"&gt;Kaldi&lt;/a&gt;&lt;/strong&gt;is another very popular open-source speech recognition library.&lt;/p&gt;

&lt;p&gt;Because of its popularity, there are an abundance of free tutorials to help you get started with training your own speech recognition models and customize your experience.**&lt;/p&gt;

&lt;p&gt;Like DeepSpeech, Kaldi also has good out-of-the-box speech recognition accuracy and is designed to get developers started using it quickly.&lt;/p&gt;

</description>
      <category>speechrecognition</category>
      <category>transcription</category>
      <category>api</category>
    </item>
    <item>
      <title>What Is Data Bias and How to Avoid It</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Tue, 01 Mar 2022 19:24:53 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/what-is-data-bias-and-how-to-avoid-it-51oh</link>
      <guid>https://dev.to/kelseyefoster/what-is-data-bias-and-how-to-avoid-it-51oh</guid>
      <description>&lt;p&gt;Data bias can have significant implications for research and practical applications. Think back to last year’s &lt;a href="https://www.nytimes.com/2021/09/03/technology/facebook-ai-race-primates.html"&gt;Facebook scandal&lt;/a&gt;, where its AI asked users if they wanted to “keep seeing videos about primates” after watching a video featuring Black men. Viewers were understandably appalled, and it sparked a heated conversation about the limitations–and potential dangers–of AI-backed software.&lt;/p&gt;

&lt;p&gt;While this may seem like an extreme example, it serves as a powerful reminder of the real-life implications of AI models trained with &lt;strong&gt;biased data&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;What exactly is data bias? Data bias refers to data sets that are not representative of the population in study. Models trained on biased data may contain inherent prejudice against particular subjects or subpopulations.&lt;/p&gt;

&lt;p&gt;Unfortunately, data bias is a common problem in AI and Machine Learning applications, often occurring unintentionally. That’s why AI Researchers and Data Scientists must be constantly vigilant to ensure that they train models free, or as free of as possible, of any type of bias.&lt;/p&gt;

&lt;p&gt;This article will look at three ways to limit data bias: collecting data from a variety of sources, ensuring data is diverse, and monitoring real-world performance.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Collect data from a variety of sources
&lt;/h2&gt;

&lt;p&gt;To avoid data bias, it’s imperative that data is collected from a wide variety of sources. Here are the most common avenues for collecting training data:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paying for data sets&lt;/li&gt;
&lt;li&gt;Using public data sets&lt;/li&gt;
&lt;li&gt;Sourcing open source content&lt;/li&gt;
&lt;li&gt;Using in-person or field-collected data sets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The best training data would be sourced from a combination of all four.&lt;/p&gt;

&lt;p&gt;If your model involves predictions relating to speech, you’ll need to make sure that your overall data set is robust to all environments and background noise. This will help guarantee that your models can make just as (or nearly as) accurate predictions with noisy audio as they could with studio-quality audio.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Make sure data is diverse
&lt;/h2&gt;

&lt;p&gt;In addition to collecting data from myriad sources, you’ll also want to make sure that the data itself is diverse. This means that speakers in the audio or video files encompass a wide range of characteristics, such as locations, dialects, genders, sex, race, nationality, and more.&lt;/p&gt;

&lt;p&gt;Unfortunately, sourcing such diverse data may prove difficult, especially if you rely solely on open-source data. That’s why it’s important that these first two recommendations go hand in hand–a variety of sources and diverse data within each source.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Monitor real-world performance
&lt;/h2&gt;

&lt;p&gt;Now that you’ve ensured that your initial data set is diverse, you can be confident that your model will be unbiased, right? While the chances are minimized, unfortunately, this isn’t a guarantee.&lt;/p&gt;

&lt;p&gt;To make sure, it’s important that you monitor your model’s real-world performance, looking for any areas where bias may have crept in. Does your model better predict female speech over males? Midwestern speech over southern? If so, take time to retrain with new datasets to weed out any problem areas.&lt;/p&gt;

&lt;p&gt;Training, testing, and retraining will be an iterative process over the model’s lifetime. For example, leading &lt;a href="https://www.assemblyai.com/blog/the-top-free-speech-to-text-apis-and-open-source-engines/"&gt;Speech-to-Text APIs&lt;/a&gt; are often trained on text with billions of words that help boost their accuracy. Then, researchers constantly strive to improve the model by looking for areas of deficiencies, sourcing new training data, and retraining.&lt;/p&gt;

&lt;p&gt;By focusing on these three main steps–collecting data from many sources, ensuring a diverse data set, and monitoring model performance–you can be confident that your models will perform well in real-world scenarios and prevent any embarrassing missteps like Facebook’s AI disaster.&lt;/p&gt;

</description>
      <category>datascience</category>
    </item>
    <item>
      <title>Top 12 Twitter Feeds to Learn About AI</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Tue, 01 Mar 2022 19:16:08 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/top-12-twitter-feeds-to-learn-about-ai-91e</link>
      <guid>https://dev.to/kelseyefoster/top-12-twitter-feeds-to-learn-about-ai-91e</guid>
      <description>&lt;p&gt;Twitter can be a great place to stay abreast of the latest AI research, keep connected with new AI companies and products, and get insight into the thinking of some of today’s top AI minds.&lt;/p&gt;

&lt;p&gt;For those interested in AI, make sure these twelve Twitter accounts are on your daily feed. From the developer of scikit-learn to professors at top name universities to staff scientists at Google Brain, these accounts share AI research papers, industry events, tutorials, videos, blog posts, and more insightful AI commentary that you won’t want to miss.&lt;/p&gt;

&lt;h2&gt;
  
  
  Here are Top Twitter Feeds for AI:
&lt;/h2&gt;

&lt;h2&gt;
  
  
  1. Andreas Miller
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; &lt;a class="mentioned-user" href="https://dev.to/amuellerml"&gt;@amuellerml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Andreas Miller helped develop scikit-learn, Python’s machine learning library, and is now a principal researcher at Azure Data. His Twitter feed is filled mostly with retweets of other top names and organizations in the AI and ML fields, giving you a great overview of current events and public commentary.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/amuellerml"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Lisha.eth
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @lishali88&lt;/p&gt;

&lt;p&gt;Lisha is the founder and CEO of Rosebud AI, a generative AI for web3 creators. She holds a Ph.D. in AI and mathematics from UC Berkeley. Her tweets include retweets and responses to the latest AI research as well as relevant commentary on the field.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/lishali88"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. KDnuggets
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @kdnuggets&lt;/p&gt;

&lt;p&gt;KDnuggets is the official Twitter account of the AI, Machine Learning, and Data Science website, &lt;a href="http://kdnuggets.com/"&gt;KDnuggets.com&lt;/a&gt;. While the account mostly promotes content on their website, it’s a great way to easily access AI and ML tutorials, guides, and blog posts.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/kdnuggets"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. AssemblyAI
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @AssemblyAI&lt;/p&gt;

&lt;p&gt;@AssemblyAI is the official Twitter account for an industry-leading &lt;a href="https://www.assemblyai.com/blog/the-top-free-speech-to-text-apis-and-open-source-engines/"&gt;Speech-to-Text API&lt;/a&gt; and Audio Intelligence API making a name for itself in the speech recognition startup field. Developers and AI enthusiasts will find links to YouTube deep dives and tutorials, in-depth blog posts, and other content related to Python, Natural Language Processing (NLP), AI, and more.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/AssemblyAI"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. OpenAI
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @OpenAI&lt;/p&gt;

&lt;p&gt;OpenAI is a research and deployment company dedicated to ensuring AI research equality and equity. On the company’s Twitter feed, you’ll find research announcements, demos, informational videos, and more.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/OpenAI"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Fei-Fei Li
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @drfeifei&lt;/p&gt;

&lt;p&gt;Dr. Fei-Fei Li is a professor at Stanford University, Co-Director of Stanford HAI, Co-Director and Chair of the non-profit AI4ALL, and top researcher in AI, computer vision, and machine learning. Her tweets include updates of her AI research, company events and news, and field commentary.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/drfeifei"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Data Science Central
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @Datasciencecectrl&lt;/p&gt;

&lt;p&gt;The Data Science Central Twitter feed shares new publications and research related to data science, AI, machine learning, IoT, deep learning, and more. It’s a great account to follow to stay on top of general news and discoveries throughout this field.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/DataScienceCtrl"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. Andrew Ng
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @AndrewYNg&lt;/p&gt;

&lt;p&gt;Andrew Ng is the co-founder of popular online learning platform Coursera, a Stanford Computer Science faculty member, and the former head of Baidu AI Group and Google Brain. While there is promotional content throughout the feed, Twitter users will find his perspective on current AI research and trends worthwhile.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/AndrewYNg"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  9. Jana Eggers
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @jeggers&lt;/p&gt;

&lt;p&gt;Jana Eggers is the CEO of Nara Logics, a Synaptic Intelligence platform, and self-described “applied ai nerd.” Eggers reshares AI-related news stories with her own added commentary as well as intriguing AI research, commentary, and more.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://dev.to**url**"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  10. Demis Hassabis
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @demishassabis&lt;/p&gt;

&lt;p&gt;Demis Hassabis is the founder and CEO of DeepMind and Isomorphic Labs. He typically retweets AI-related research papers, publications, and AI business content.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://dev.to**url**"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  11. Thang Luong
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @lmthang&lt;/p&gt;

&lt;p&gt;Thang Luong is a staff research scientist at Google Brain and co-founder of the non-profit Viet AI. Luong’s Twitter feed is filled with his take on new AI research papers, making him a great person to follow for more technical and applied content. He also often includes Natural Language Processing, or NLP, content.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/lmthang"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  12. Thomas Wolf
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Twitter Handle:&lt;/strong&gt; @Thom_Wolf&lt;/p&gt;

&lt;p&gt;Thomas Wolf is the co-founder and Chief Science Officer at HuggingFace. On Wolf’s account, you’ll find AI-related musings, research papers, tutorials, and Natural Language Processing-related content like &lt;a href="https://www.assemblyai.com/blog/best-apis-for-sentiment-analysis/"&gt;Sentiment Analysis&lt;/a&gt;, speech transcription, and more.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://twitter.com/Thom_Wolf"&gt;here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>Top 8 Machine Learning Content Creators on YouTube</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Tue, 01 Mar 2022 19:07:55 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/top-8-machine-learning-content-creators-on-youtube-4l62</link>
      <guid>https://dev.to/kelseyefoster/top-8-machine-learning-content-creators-on-youtube-4l62</guid>
      <description>&lt;p&gt;Whether you’re interested in learning more about Machine Learning for your own interest, are a Machine Learning student, or practice Machine Learning as a professional, there’s no shortage of great YouTube content to consume.&lt;/p&gt;

&lt;p&gt;These eight content creators offer videos featuring deep dives into topics like Deep Learning and neural networks, coding tutorials for Python and C++, interviews with industry experts, step-by-step projects for beginners, and more.&lt;/p&gt;

&lt;p&gt;Here, we’ve shared information about each YouTube channel and creator, as well as links to the top five videos to check out for each one.&lt;/p&gt;

&lt;p&gt;Find them all below:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. So you want to be a data scientist?
&lt;/h2&gt;

&lt;p&gt;Based out of The Netherlands, Misra Turp creates in-depth, easy-to-follow video tutorials for aspiring data scientists and machine learning enthusiasts on her YouTube channel, &lt;a href="https://www.youtube.com/c/Soyouwanttobeadatascientist/about"&gt;So you want to be a data scientist?&lt;/a&gt;. Videos include content about Batch Normalization, Deep Learning, Neural Networks, Streamlit tutorials, and more. She also runs an &lt;a href="https://www.soyouwanttobeadatascientist.com/"&gt;online course&lt;/a&gt; with the same name.&lt;/p&gt;

&lt;p&gt;Top Videos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=-IM3531b1XU&amp;amp;t=2s"&gt;How to Build a Streamlit App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=QetpwPnEpgA"&gt;How to Collect User Input with Streamlit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=qxpKCBV60U4"&gt;How to do Data Cleaning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=CYi0pPWQ1Do"&gt;How to Make Tables in Streamlit Using Plotly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=B0MUXtmSpiA"&gt;How to Deploy a Streamlit App&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch &lt;a href="https://www.youtube.com/c/Soyouwanttobeadatascientist/about"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Python Engineer
&lt;/h2&gt;

&lt;p&gt;As a software engineer with a passion for Machine Learning, Computer Vision, and Data Science, Patrick Loeber has built an impressive following on his &lt;a href="http://youtube.com/channel/UCbXgNpp0jedKWcQiULLbDTA"&gt;Python Engineer&lt;/a&gt; YouTube channel. Videos include content about OOP in Python, Hugging Face, Improving Python Automation Projects, NumPy, and more.&lt;/p&gt;

&lt;p&gt;Top Videos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=8OKTAedgFYg"&gt;11 Tips and Tricks to Write Better Python Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=c36lUUr864M"&gt;Deep Learning with PyTorch - Full Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=EMXfZB8FVUA"&gt;PyTorch Tutorial 101 - Installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=-pEs-Bss8Wc"&gt;Object Oriented Programming (OOP) in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=M_npdRYD4K0"&gt;Snake Game in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch &lt;a href="http://youtube.com/channel/UCbXgNpp0jedKWcQiULLbDTA"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Sentdex
&lt;/h2&gt;

&lt;p&gt;Run by Harrison Kinsley, &lt;a href="https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ"&gt;Sentdex&lt;/a&gt; offers Python programming tutorials, as well as in depth videos about Machine Learning, finance, data analysis, robotics, web development, and more. He also posts tutorials on his website, &lt;a href="http://pythonprogramming.net/"&gt;PythonProgramming.net&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Top Videos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=OGxgnH8y2NM"&gt;Practical Machine Learning Tutorial with Python Intro&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=KSX2psajYrg"&gt;Self driving neural network in the city&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=JcI5Vnw0b2c"&gt;Regression intro - Practical Machine Learning Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=FNQxxpM1yOs"&gt;Introduction - Django Web Development with Pytho&lt;/a&gt;n&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=jnpC_Ib_lbc"&gt;How to download and install Python Packages and Modules with Pip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch &lt;a href="https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. AssemblyAI
&lt;/h2&gt;

&lt;p&gt;Run by a &lt;a href="https://www.assemblyai.com/blog/how-to-choose-the-best-speech-to-text-api-for-your-product/"&gt;top-rated Speech-to-Text API&lt;/a&gt; company, &lt;a href="https://www.youtube.com/channel/UCtatfZMf-8EkIwASXM4ts0A"&gt;AssemblyAI’s YouTube channel&lt;/a&gt; offers weekly Machine Learning and Deep Learning tutorials. Videos cover topics such as Natural Language Processing (NLP), &lt;a href="https://www.assemblyai.com/blog/what-is-asr/"&gt;Automatic Speech Recognition (ASR)&lt;/a&gt;, &lt;a href="https://www.assemblyai.com/blog/what-is-sentiment-analysis/"&gt;Sentiment Analysis&lt;/a&gt;, Batch Normalization, &lt;a href="https://www.assemblyai.com/blog/introducing-assemblyai-auto-chapters-summarize-audio-and-video-files/"&gt;Automatic Chapter Detection&lt;/a&gt;, Transformers, and more.&lt;/p&gt;

&lt;p&gt;Top Videos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=X0iv64_LZNA"&gt;Deep Learning Series&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=EehRcPo1M-Q&amp;amp;t=2s"&gt;Regularization in a Neural Network&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=dccdadl90vs"&gt;Deep Learning in 5 Minutes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=5LJFK7eOC20&amp;amp;t=17s"&gt;Real-time Speech Recognition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=Fu273ovPBmQ&amp;amp;t=4s"&gt;Activation Functions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch &lt;a href="https://www.youtube.com/channel/UCtatfZMf-8EkIwASXM4ts0A"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Two Minute Papers
&lt;/h2&gt;

&lt;p&gt;With a Ph.D. in Computer Graphics and Machine Learning, Károly Zsolnai-Fehér runs the highly popular YouTube channel, &lt;a href="https://www.youtube.com/c/K%C3%A1rolyZsolnai/featured"&gt;Two Minute Papers&lt;/a&gt;. In his short, concise videos, Zsolnai-Fehér puts popular Machine Learning, Data Science, and AI applications to test, enhanced by his background in computer graphics.&lt;/p&gt;

&lt;p&gt;Top Videos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=Lu56xVlZ40M"&gt;OpenAI Plays Hide and Seek&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=54YvCE8_7lM"&gt;Is Simulating Soft and Bouncy Jelly Possible?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=7SM816P5G9s"&gt;Is a Realistic Honey Simulation Possible?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=GdTBqBnqhaQ"&gt;4 Experiments Where the AI Outsmarted Its Creators&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=2Bw5f4vYL98"&gt;How Well Can an AI Learn Physics?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch &lt;a href="https://www.youtube.com/c/K%C3%A1rolyZsolnai/featured"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Tech with Tim
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/c/TechWithTim/featured"&gt;Tech With Tim&lt;/a&gt; is a YouTube channel featuring Machine Learning, programming, and software engineering videos and tutorials. With an emphasis on Python and Javascript. Videos include Python projects for beginners, programming terms explained, making video games, blockchain technology, C++, and more.&lt;/p&gt;

&lt;p&gt;Top Videos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=wDIQ17T3sRk"&gt;12 Hour Coding Livestream - Creating an Online Game&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=OXi4T58PwdM"&gt;15 Python Projects in Under 15 Minutes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=MMxFDaIOHsE"&gt;Python Flappy Bird AI Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=JeznW_7DlB0"&gt;Python Object Oriented Programming (OOP)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=UZX5kH72Yx4"&gt;How to Convert any Python File to .EXE&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch &lt;a href="https://www.youtube.com/c/TechWithTim/featured"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Machine Learning with Phil
&lt;/h2&gt;

&lt;p&gt;On the &lt;a href="https://www.youtube.com/c/MachineLearningwithPhil/featured"&gt;Machine Learning with Phil&lt;/a&gt; YouTube channel, you’ll find Artificial Intelligence and Deep Learning tutorials about reinforcement learning, Natural Language Processing, advanced algorithms, PyTorch and TensorFlow, and more. You can also find written tutorials at the companion website, &lt;a href="http://neuralnet.ai/"&gt;neuralnet.ai&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Top Videos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=xsnVlMWQj8o"&gt;How to Spec a Deep Learning PC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=wc-FxNENg9U"&gt;Deep Q Learning is Simple with PyTorch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=C6O3qFZkdL8"&gt;Should You Launch an AI Startup in 2020?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=5fHngyN8Qhw"&gt;Deep Q Learning is Simple with Keras&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=vmrqpHldAQ0"&gt;How to Create Your Own Reinforcement Learning&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch &lt;a href="https://www.youtube.com/c/MachineLearningwithPhil/featured"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. Lex Fridman
&lt;/h2&gt;

&lt;p&gt;It’s no secret that Lex Fridman makes great AI, Machine Learning, and Data Science content. His &lt;a href="https://www.youtube.com/c/lexfridman/featured"&gt;YouTube channel&lt;/a&gt; features more worthwhile content, including videos of his Podcast content, like interviews with industry leaders and experts like Peter Woit, Jamie Metzel, Robert Crews, and more.&lt;/p&gt;

&lt;p&gt;Top Videos:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=aB8zcAttP1E"&gt;David Fravor: UFOs, Fighter Jets, and Aerospace Engineering&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=DEqXNfs_HhY"&gt;Donut-shaped C code that generates a 3D spinning donut&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=-k-ztNsBM54"&gt;Dan Carlin: Hardcore History&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=6JipQNWuYnA"&gt;Alexander Fridman: My Dad, the Plasma Physicist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=kD5yc1LQrpQ"&gt;Michio Kaku: Future of Humans, Aliens, Space Travel, &amp;amp; Physics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Watch &lt;a href="https://www.youtube.com/c/lexfridman/featured"&gt;here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>youtube</category>
    </item>
    <item>
      <title>8 Best AI Conferences to Attend in 2022</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Tue, 01 Mar 2022 18:46:03 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/8-best-ai-conferences-to-attend-in-2022-40e2</link>
      <guid>https://dev.to/kelseyefoster/8-best-ai-conferences-to-attend-in-2022-40e2</guid>
      <description>&lt;p&gt;While many Artificial Intelligence (AI) and Machine Learning conferences were paused in 2021, those looking to attend one in 2022 are in luck -- in-person conferences are back! However, many conferences will also continue to offer virtual options as well for those not wishing to venture back out quite yet or for those who like the ease of participating from their living room.&lt;/p&gt;

&lt;p&gt;AI conferences for 2022 range from the most technical to business-focused to academic. Many cover the full spectrum, with specific tracks and workshops designed for those looking to specialize.&lt;/p&gt;

&lt;p&gt;Topics will include general AI, strategy, privacy, Deep Learning, Machine Learning, data analytics, data science, big data, natural language processing (NLP) like &lt;a href="https://www.assemblyai.com/blog/the-top-free-speech-to-text-apis-and-open-source-engines/"&gt;Speech-to-Text&lt;/a&gt;, robotics, risk management, surveillance, and more.&lt;/p&gt;

&lt;h2&gt;
  
  
  Here’s the full list of top AI conferences to attend in 2022:
&lt;/h2&gt;

&lt;h2&gt;
  
  
  1. Gartner Data &amp;amp; Analytics Summit
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://www.gartner.com/en/conferences/na/data-analytics-us/register"&gt;Gartner Data &amp;amp; Analytics Summit&lt;/a&gt; takes place in March in Orlando, Florida. Top leaders in data analytics and AI will gather to discuss business strategy, technology, and leadership in an attempt to discern how to deliver value in an ‘uncertain’ world. The conferences’ seven tracks ensure that there are sessions for all interests.&lt;/p&gt;

&lt;p&gt;When: March 17-22, 2022&lt;br&gt;
Where: Orlando, FL&lt;br&gt;
Pricing: $3,250+&lt;br&gt;
Notable Speakers:&lt;/p&gt;

&lt;p&gt;Pieter den Hamer, Sr. Director Analyst, Gartner&lt;/p&gt;

&lt;p&gt;Donald Fienberg, Distinguished VP Analyst, Gartner&lt;/p&gt;

&lt;p&gt;Gareth Hershel, VP Analyst, Gartner&lt;/p&gt;

&lt;p&gt;Sally Parker, Sr. Director Analyst, Gartner&lt;/p&gt;

&lt;p&gt;Register &lt;a href="https://www.gartner.com/en/conferences/na/data-analytics-us/register"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. World Artificial Intelligence Cannes Festival (WAICF)
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://worldaicannes.com/"&gt;World Artificial Intelligence Cannes Festival&lt;/a&gt;, or WAICF, is a hybrid conference and exhibition with additional workshops and demonstrations taking place in February in Cannes, France. The conference aims to explore AI topics related to society, technology, strategy, &lt;a href="https://www.assemblyai.com/blog/what-you-need-to-know-about-speech-to-text-privacy-for-apis/"&gt;API privacy&lt;/a&gt;, and applications. Attend workshops run by big names like Meta and IBM or listen to world class speakers in the numerous conference sessions.&lt;/p&gt;

&lt;p&gt;When: February 10-12, 2022&lt;br&gt;
Where: Cannes, France and Digital&lt;br&gt;
Pricing: 440 Euros+ (Full Pass), also free tier&lt;br&gt;
Notable Speakers:&lt;/p&gt;

&lt;p&gt;Darlington Akogo, Founder/Executive Director, Minohealth AI Labs&lt;/p&gt;

&lt;p&gt;Beena Ammanath, Executive Director, Global Deloitte AI Institute&lt;/p&gt;

&lt;p&gt;Fabian Aufrechter, Head, Havas Sovereign Technologies&lt;/p&gt;

&lt;p&gt;Elias Baltassis, Partner/Director, Data &amp;amp; Analytics, Boston Consulting Group&lt;/p&gt;

&lt;p&gt;Register &lt;a href="https://worldaicannes.com/book-your-pass"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Re-work Deep Learning Summit
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://www.re-work.co/events/deep-learning-landscape-summit-2022"&gt;Deep Learning Summit&lt;/a&gt;, sponsored by Re-Work, brings together industry experts and academic researchers to explore the latest advancements in the fields of Deep Learning and Artificial Intelligence. Though held in person in San Francisco, the conference also has a fully virtual option for those not wishing to travel.&lt;/p&gt;

&lt;p&gt;When: February 17–18, 2022&lt;br&gt;
Where: San Francisco, CA (or virtual)&lt;br&gt;
Pricing: $795-$1,695 ($199 for virtual ticket)&lt;br&gt;
Notable Speakers:&lt;/p&gt;

&lt;p&gt;Maithra Raghu, Sr. Research Scientist, Google Brain&lt;/p&gt;

&lt;p&gt;Lex Fridman, AI Researcher, MIT&lt;/p&gt;

&lt;p&gt;Richard Socher, Founder, you.com&lt;/p&gt;

&lt;p&gt;Ilya Echstein, ML/AI Researcher, Google&lt;/p&gt;

&lt;p&gt;Register &lt;a href="https://www.re-work.co/events/deep-learning-landscape-summit-2022"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Data Innovations Summit
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://mea.datainnovationsummit.com/"&gt;Data Innovations Summit&lt;/a&gt; in Dubai brings together experts in the fields of data management, advanced analytics, and AI. Sessions cater to both the technical and business minds alike in an attempt to explore innovation in the field of AI. If in-person attendance is out of the question, consider the virtual option.&lt;/p&gt;

&lt;p&gt;When: March 7th, 2022&lt;br&gt;
Where: Habtoor Grand Resort, Autograph Collection, Dubai, or virtual&lt;br&gt;
Pricing: 189-399 Euros&lt;br&gt;
Notable Speakers:&lt;/p&gt;

&lt;p&gt;Henrik Gothberg, Interim Global Insight and Data Backbone Owner, Scania Financial Services and Founding SEO, Scania and Dairdux&lt;/p&gt;

&lt;p&gt;Abel Aboh, Data Management Lead, Bank of England&lt;/p&gt;

&lt;p&gt;Max Metral, Senior Analytics Manager&lt;/p&gt;

&lt;p&gt;F1 David Dadoun, CDO, BRP&lt;/p&gt;

&lt;p&gt;Register &lt;a href="https://mea.datainnovationsummit.com/tickets/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Big Data &amp;amp; Analytics Summit Canada 2022
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://www.bigdatasummitcanada.com/"&gt;2022 Big Data &amp;amp; Analytics Summit&lt;/a&gt; will offer a hybrid in-person and virtual experience with exhibit booths, on-demand speaking sessions, virtual networking, and more. Attend to forge relationships and discuss innovation in the field of data analytics.&lt;/p&gt;

&lt;p&gt;When: April 5-6, 2022&lt;br&gt;
Where: Toronto, Canada&lt;br&gt;
Pricing: TBD&lt;br&gt;
Notable Speakers (Past):&lt;/p&gt;

&lt;p&gt;Dr. Satyam Priyadarshy, Chief Data Scientist, Halliburton&lt;/p&gt;

&lt;p&gt;Chapin Flynn, SVP, Senior Data Advisor&lt;/p&gt;

&lt;p&gt;Advait Bopardikar, Canadian ML Practice Lead, Google&lt;/p&gt;

&lt;p&gt;Nastaran Bisheban, Chief Technology Officer, KFC&lt;/p&gt;

&lt;p&gt;Register &lt;a href="https://www.bigdatasummitcanada.com/register-your-interest"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. AI in RegTech Summit
&lt;/h2&gt;

&lt;p&gt;Sponsored by Re-work, the &lt;a href="https://www.re-work.co/events/ai-in-regtech-summit-newyork-2022"&gt;AI in RegTech Summit&lt;/a&gt; offers three tracks with multiple stages, round table discussions, Q&amp;amp;As, 1:1 meetings, technical labs, practical workshops, and more. Topics to be covered include Deep Learning, &lt;a href="https://www.assemblyai.com/blog/what-is-asr/"&gt;Automated Speech Recognition (ASR)&lt;/a&gt;, regulation, big data, data security, KYC initiatives, risk management, regulatory reporting, market surveillance, and more.&lt;/p&gt;

&lt;p&gt;When: April 21-22, 2022&lt;br&gt;
Where: New York&lt;br&gt;
Pricing: $795+ ($149 for virtual)&lt;br&gt;
Notable Speakers:&lt;/p&gt;

&lt;p&gt;Kishore Karra, Executive Director, Model Review Group, J.P. Morgan&lt;/p&gt;

&lt;p&gt;Glenn Fung, Chief Machine Learning Research and Innovation Scientist, American Insurance Family&lt;/p&gt;

&lt;p&gt;Ruchi Sharma, VP, Group Strategic Analytics, Deutsche Bank&lt;/p&gt;

&lt;p&gt;Tyler Mey, Director, Data Science and Artificial Intelligence, Mastercard&lt;/p&gt;

&lt;p&gt;Register &lt;a href="https://www.re-work.co/events/ai-in-regtech-summit-newyork-2022/register"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. World Summit AI Americas
&lt;/h2&gt;

&lt;p&gt;In its fourth iteration, the &lt;a href="https://americas.worldsummit.ai/"&gt;World Summit AI Americas&lt;/a&gt; conference combines the full AI ecosystem--startups, academics, investors, business leaders, and tech companies in an interactive conference format. The conference will feature more than 150 speakers via two content tracks over its two day span.&lt;/p&gt;

&lt;p&gt;When: May 4-5, 2022&lt;br&gt;
Where: Montreal, Canada&lt;br&gt;
Pricing: $449 CAD+ ($199 student)&lt;br&gt;
Notable Speakers (Past):&lt;/p&gt;

&lt;p&gt;Yoshua Bengio, Professor of Computer Science and Operations Research, University of Montreal&lt;/p&gt;

&lt;p&gt;Professor Daphne Koller, Founder and CEO, Insitro, Co-Founder, Coursera&lt;/p&gt;

&lt;p&gt;Marc G Bellemare, Research Scientist, Google Brain Hassan&lt;/p&gt;

&lt;p&gt;Sawaf, Director, Artificial Intelligence, Amazon Web Services&lt;/p&gt;

&lt;p&gt;Register &lt;a href="https://americas.worldsummit.ai/tickets/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. The AI Summit London
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://london.theaisummit.com/"&gt;2022 AI Summit in London&lt;/a&gt; will feature 500 hours of content, 300+ expert speakers, 100+ solutions providers, and 13 stages. Attendees can choose from tracks across AI finance, AI healthcare, CX, Marketing and eCommerce, NLP topics like &lt;a href="https://www.assemblyai.com/blog/best-apis-for-sentiment-analysis/"&gt;Sentiment Analysis&lt;/a&gt;, Quantum Computing, AI Manufacturing, Cyber Security, and Computer Vision.&lt;/p&gt;

&lt;p&gt;When: June 15-16, 2022&lt;br&gt;
Where: London, UK&lt;br&gt;
Pricing: TBD&lt;br&gt;
Notable Speakers: TBD&lt;/p&gt;

&lt;p&gt;Register &lt;a href="https://get.knect365.com/ai-summit-london/del-reg-interest/"&gt;here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>5 Best Open Source Libraries and APIs for Speaker Diarization</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Thu, 10 Feb 2022 16:33:06 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/5-best-open-source-libraries-and-apis-for-speaker-diarization-60e</link>
      <guid>https://dev.to/kelseyefoster/5-best-open-source-libraries-and-apis-for-speaker-diarization-60e</guid>
      <description>&lt;p&gt;In &lt;a href="https://www.assemblyai.com/blog/what-is-asr/"&gt;Automatic Speech Recognition, or ASR&lt;/a&gt;, Speaker Diarization refers to labeling speech segments in an audio or video file transcription with corresponding speaker identities. It's also sometimes referred to as Speaker Labels, and at its most basic form, helps answer the question: who spoke when?&lt;/p&gt;

&lt;p&gt;In order to accurately predict a speaker, a &lt;a href="https://www.assemblyai.com/blog/top-speaker-diarization-libraries-and-apis-in-2022/"&gt;Speaker Diarization&lt;/a&gt; model must perform two actions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Determine the number of speakers that can be found in an audio or video file.&lt;/li&gt;
&lt;li&gt;Attribute each speaker to their appropriate speech segment.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Why is Speaker Diarization useful? When reading a transcription text with multiple speakers, your mind automatically tries to sort the text by speaker–Speaker Diarization does this automatically to make a transcript much more readable. &lt;/p&gt;

&lt;p&gt;In addition, organizations like call centers might use Speaker Diarization to automatically label an “agent” or a “customer” in a transcription text for a help hotline. Medical professionals might use Speaker Diarization to automatically label “doctor” and “patient” in the transcription text for a virtual appointment and attach this transcript to a patient file.&lt;/p&gt;

&lt;p&gt;While this can seem like a complicated task, today’s best open source libraries and APIs for Speaker Diarization are trained using the latest Deep Learning and Machine learning research, making the process much simpler than it was in the past. &lt;/p&gt;

&lt;p&gt;This article looks at the &lt;strong&gt;five best open source libraries and APIs available today to perform Speaker Diarization:&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Kaldi
&lt;/h2&gt;

&lt;p&gt;&lt;a href="http://kaldi-asr.org/"&gt;Kaldi ASR&lt;/a&gt; is a well-known open source Speech Recognition platform. To use its Speaker Diarization library, you’ll need to either download their PLDA backend or pre-trained X-Vectors, or train your own models. &lt;/p&gt;

&lt;p&gt;Familiar with Kaldi but need help getting Speaker Diarization set up? This &lt;a href="https://towardsdatascience.com/speaker-diarization-with-kaldi-e30301b05cc8"&gt;tutorial&lt;/a&gt; can help. If you’ve never used Kaldi ASR before, this &lt;a href="https://www.assemblyai.com/blog/kaldi-speech-recognition-for-beginners-a-simple-tutorial/"&gt;Kaldi Speech Recognition Tutorial&lt;/a&gt; for Beginners is a great jumping off point. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. AssemblyAI
&lt;/h2&gt;

&lt;p&gt;AssemblyAI’s &lt;a href="https://www.assemblyai.com/"&gt;Speech-to-Text and Audio Intelligence APIs&lt;/a&gt; offer accurate Speech Recognition without the need to pre-train a model. To perform Speaker Diarization, you can sign up for a &lt;a href="https://app.assemblyai.com/signup"&gt;free account&lt;/a&gt; for its Core Transcription API, though note that there is a limit to how much you can transcribe per month before having to upgrade your account to a paid option. &lt;/p&gt;

&lt;p&gt;The API’s detailed, easy-to-follow &lt;a href="https://docs.assemblyai.com/core-transcription#speaker-labels-speaker-diarization"&gt;documentation library&lt;/a&gt; can help you get started as well. &lt;/p&gt;

&lt;h2&gt;
  
  
  3. PyAnnote
&lt;/h2&gt;

&lt;p&gt;Similar to Kaldi ASR, &lt;a href="http://pyannote.github.io/"&gt;PyAnnote&lt;/a&gt; is another open source Speaker Diarization toolkit, written in Python and built based on the PyTorch Machine Learning framework. &lt;/p&gt;

&lt;p&gt;For optimal use, you will need to train PyAnnote’s end-to-end neural building blocks to tailor your Speaker Diarization model, though some pre-trained models are also available.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Google Speech-to-Text
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://cloud.google.com/speech-to-text"&gt;Google Speech-to-Text&lt;/a&gt; is a popular Speech Recognition API that also offers Speaker Diarization. The API has good accuracy and language support, though using it to transcribe a large volume of files can be quite pricey. &lt;/p&gt;

&lt;p&gt;You’ll need to enable Speaker Diarization when you are transcribing an audio or video stream either via a file or the Google Cloud Storage Bucket. &lt;a href="https://cloud.google.com/speech-to-text/docs/multiple-voices"&gt;This documentation&lt;/a&gt; can walk you through the necessary steps. &lt;/p&gt;

&lt;h2&gt;
  
  
  5. AWS Transcribe
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://aws.amazon.com/free/"&gt;AWS Transcribe&lt;/a&gt; also offers Speaker Diarization for either batch or real-time transcription. Though AWS Transcribe can also be expensive, the API does offer one hour free per month, so it can be a good option for low volume transcription.&lt;/p&gt;

&lt;p&gt;To enable Speaker Diarization, you’ll need to login to your Amazon Transcribe console and create a transcription job. This &lt;a href="https://docs.aws.amazon.com/transcribe/latest/dg/diarization.html"&gt;documentation page&lt;/a&gt; can show you how. &lt;/p&gt;

</description>
      <category>speechrecognition</category>
      <category>nlp</category>
    </item>
    <item>
      <title>Top Use Cases for Sentiment Analysis in NLP</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Thu, 20 Jan 2022 22:11:16 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/top-use-cases-for-sentiment-analysis-in-nlp-4dg3</link>
      <guid>https://dev.to/kelseyefoster/top-use-cases-for-sentiment-analysis-in-nlp-4dg3</guid>
      <description>&lt;p&gt;Recent advances in Deep Learning and Artificial Intelligence have pushed forward significant text analytic applications. One of these applications is Sentiment Analysis.&lt;/p&gt;

&lt;p&gt;Sentiment Analysis is a subfield of Natural Language Processing, or NLP, and is often used to understand natural language, whether it is written text or transcription text via a &lt;a href="https://www.assemblyai.com/blog/the-top-free-speech-to-text-apis-and-open-source-engines/"&gt;Speech-to-Text API&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This post will first explain what Sentiment Analysis is before examining top use cases for Sentiment Analysis in NLP.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Sentiment Analysis?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.assemblyai.com/blog/best-apis-for-sentiment-analysis/"&gt;What is Sentiment Analysis?&lt;/a&gt; In NLP, Sentiment Analysis is the process of detecting emotions in a specific speech segment from a transcribed audio or video file. It is also sometimes referred to as sentiment mining or extraction. &lt;/p&gt;

&lt;p&gt;Deep Learning models are trained to perform Sentiment Analysis using open source data found in Twitter feeds, review sites (like IMDB or Rotten Tomatoes), and talk show or news transcripts.&lt;/p&gt;

&lt;p&gt;The most common approach to train a Sentiment Analysis model is by using Sentiment Polarity. For each specified input, the model will output a number on a scale from -1 to 1, where:&lt;/p&gt;

&lt;p&gt;-1 = negative&lt;br&gt;
0 = neutral&lt;br&gt;
1 = positive&lt;/p&gt;

&lt;p&gt;For example, the model might output the number .89. Since this is closest to 1, the speech segment would be labeled “positive.”&lt;/p&gt;

&lt;p&gt;Another training method is multiclass classification, where instead of a sliding scale, the model would output a probability that a speech segment is positive, neutral, or negative. Then, the sentiment with the highest probability would be the one that is classified.&lt;/p&gt;

&lt;p&gt;Currently, more research needs to be done in order to expand these limited scales to a more human range of emotions, though some models do already attempt this with varying degrees of success. Once higher accuracy can be attained on this imitation-human scale of emotions, it would of course expand the utility of Sentiment Analysis further.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sentiment Analysis Use Cases
&lt;/h2&gt;

&lt;p&gt;Still, Sentiment Analysis can be a significant analytical tool for companies to implement. &lt;/p&gt;

&lt;p&gt;Let’s look at how some industries are already applying Sentiment Analysis successfully. &lt;/p&gt;

&lt;h2&gt;
  
  
  Call Centers
&lt;/h2&gt;

&lt;p&gt;Call centers use Sentiment Analysis to extract sentiments in agent and customer interactions across specific products, locations, times of day, and agents. Then, they can analyze trends and make adjustments to agent training, product descriptions, customer relations, and more.&lt;/p&gt;

&lt;h2&gt;
  
  
  Video Meetings
&lt;/h2&gt;

&lt;p&gt;Video meeting platforms use Sentiment Analysis to extract sentiments in conversations by meeting topic, length, or format.&lt;/p&gt;

&lt;h2&gt;
  
  
  Podcasts and Broadcast Media
&lt;/h2&gt;

&lt;p&gt;Podcasts and Broadcast Media use Sentiment Analysis to find trends in how listeners react to particular content. Do more positive oriented podcasts produce more positive commentary? Do podcasts or news segments with more negative commentary incite negative commentary, infighting, or hate speech? Advertisers can also use Sentiment Analysis to help better determine which podcasts would be the best fit for sponsorship. &lt;/p&gt;

&lt;h2&gt;
  
  
  Telemedicine
&lt;/h2&gt;

&lt;p&gt;Telemedicine uses Sentiment Analysis to audit doctor-patient conversations and interactions to ensure positive outcomes. Then, the analyzed data can be used to retrain doctors, rethink delivery methods, or identify other trends. &lt;/p&gt;

</description>
      <category>nlp</category>
      <category>analytics</category>
    </item>
    <item>
      <title>Top AI Startups to Watch in 2022
</title>
      <dc:creator>Kelsey Foster</dc:creator>
      <pubDate>Fri, 14 Jan 2022 17:33:38 +0000</pubDate>
      <link>https://dev.to/kelseyefoster/top-ai-startups-to-watch-in-2022-4m5</link>
      <guid>https://dev.to/kelseyefoster/top-ai-startups-to-watch-in-2022-4m5</guid>
      <description>&lt;p&gt;Artificial Intelligence research has made massive strides in the past few years. From intelligent assistants to self-driving vehicles to curated show recommendations, AI-backed technology is everywhere. &lt;/p&gt;

&lt;p&gt;However, this list showcases the top AI startups that are going beyond everyday applications to do something truly groundbreaking. &lt;/p&gt;

&lt;p&gt;Often backed by big name investors and run by impressive teams of Ph.Ds, MDs, engineers, deep learning experts, and data scientists, these startups are capitalizing on advances in AI to design products that make all aspects of human life more efficient–and intelligent. &lt;/p&gt;

&lt;p&gt;Together, they make up an impressive range of new AI companies–and are showing us all just what can be accomplished when innovation and technology meet. &lt;/p&gt;

&lt;h2&gt;
  
  
  Here are the Top AI Startups to Watch:
&lt;/h2&gt;

&lt;h2&gt;
  
  
  1. Private AI
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--N2Ep12cJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nzfhqg6rg639vcjzi0f6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--N2Ep12cJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nzfhqg6rg639vcjzi0f6.png" alt="Private AI" width="512" height="192"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry:&lt;/strong&gt; Privacy&lt;br&gt;
&lt;strong&gt;Location:&lt;/strong&gt; Toronto, Canada &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.private-ai.com/"&gt;Private AI&lt;/a&gt; is leading the way in privacy and security software. Its service helps companies redact Personally Identifiable Information and replace them with contextual categories. For example, a social security number is replaced with the term ‘SSN’. No third party processing is required, meaning your sensitive data is safe. Other key features include detecting and redacting 50+ entities at 99%+ accuracy, fast processing time, and 100% private and secure data processing.&lt;/p&gt;

&lt;p&gt;Try Private AI for free &lt;a href="https://www.private-ai.com/contact/"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. AssemblyAI
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9Jk9aU3_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jp9gydydouvp7rvtxw7m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9Jk9aU3_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jp9gydydouvp7rvtxw7m.png" alt="AssemblyAI Speech-to-Text API" width="512" height="269"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry:&lt;/strong&gt; Speech Recognition&lt;br&gt;
&lt;strong&gt;Location:&lt;/strong&gt; Fully Remote&lt;/p&gt;

&lt;p&gt;AssemblyAI is pioneering accurate and accessible speech recognition powered by cutting edge Deep Learning, Machine Learning, and AI research. Its &lt;a href="https://assemblyai.com/"&gt;Speech-to-Text API&lt;/a&gt; transcribes audio and video files and live audio streams with industry-best accuracy. In addition, the company offers Audio Intelligence APIs that secure higher ROI for users, including &lt;a href="https://www.assemblyai.com/blog/what-is-sentiment-analysis/"&gt;Sentiment Analysis&lt;/a&gt;, Topic Detection, Content Moderation, &lt;a href="https://www.assemblyai.com/blog/introducing-assemblyai-auto-chapters-summarize-audio-and-video-files/"&gt;Auto Chapters&lt;/a&gt;, Entity Detection, and more. AssemblyAI focuses on delivering a world class developer experience through complete documentation of all features in its docs and a dedicated team of developers to answer any questions about the API.&lt;/p&gt;

&lt;p&gt;Try AssemblyAI for free &lt;a href="https://app.assemblyai.com/signup"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  3. LabelBox
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jThQcjoS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gzbi12lhn09pv8zslrlw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jThQcjoS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gzbi12lhn09pv8zslrlw.png" alt="Label Box" width="512" height="289"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry:&lt;/strong&gt; Data Management&lt;br&gt;
&lt;strong&gt;Location:&lt;/strong&gt; Fully Remote&lt;/p&gt;

&lt;p&gt;&lt;a href="https://labelbox.com/"&gt;Labelbox&lt;/a&gt; is a training data platform that optimizes the training data iteration loop to make it more efficient. With Labelbox, you can annotate data, diagnose model errors and better understand performance, and prioritize your data. It also helps fully remote teams work more seamlessly when working with training data, facilitating faster progress and collaboration.&lt;/p&gt;

&lt;p&gt;Try LabelBox for free &lt;a href="https://labelbox.com/pricing"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  4. Deep Genomics
&lt;/h2&gt;

&lt;p&gt;​​&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hce-RNcO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3kqjnwozk68vwkhkwcps.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hce-RNcO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3kqjnwozk68vwkhkwcps.png" alt="Deep Genomics" width="512" height="151"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry:&lt;/strong&gt; Biotechnology&lt;br&gt;
&lt;strong&gt;Location:&lt;/strong&gt; Toronto, Canada &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.deepgenomics.com/"&gt;Deep Genomics&lt;/a&gt; offers a groundbreaking approach to drug discovery and disease management. Its proprietary AI Workbench helps facilitate easier drug development by untangling RNA biology complexity, identifying novel targets, and determining the best therapies to modulate diseases. Its AI Workbench 3.0 is set to be released soon, which will support target and therapy identification for complex, multi-gene diseases.&lt;/p&gt;

&lt;p&gt;Read more about Deep Genomics and the AI Workbench &lt;a href="https://www.deepgenomics.com/platform/"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  5. DarwinAI
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yEDL5_HB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aet2hoo3wrwexcc3a8qk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yEDL5_HB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aet2hoo3wrwexcc3a8qk.png" alt="Darwin AI" width="512" height="256"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry: **Intelligent Manufacturing&lt;br&gt;
**Location:&lt;/strong&gt; Toronto, Canada&lt;/p&gt;

&lt;p&gt;&lt;a href="https://darwinai.com/"&gt;Darwin AI&lt;/a&gt; provides end-to-end visual quality inspection for top manufacturers like Honeywell, Audi, BMW, and Lockheed Martin. By analyzing a company’s manufacturing process, Darwin AI can recommend hardware and build AI models that identify product defects with greater than human accuracy, reducing overhead and improving KPIs. &lt;/p&gt;

&lt;p&gt;Contact Darwin AI &lt;a href="https://darwinai.com/contact-us/"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  6. Hugging Face
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dIpQk5Ao--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a3jg279ywwgdry8gpqa7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dIpQk5Ao--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a3jg279ywwgdry8gpqa7.png" alt="Hugging Face" width="512" height="341"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry:&lt;/strong&gt; Natural Language Processing&lt;br&gt;
*&lt;em&gt;Location: *&lt;/em&gt; New York, New York&lt;/p&gt;

&lt;p&gt;&lt;a href="https://huggingface.co/"&gt;Hugging Face&lt;/a&gt; is a Natural Language Processing (NLP) startup aiming to democratize AI with an open source community. Find new state-of-the-art models on Hugging Face’s model hub, run large scale NLP models directly from Hugging Face infrastructure, or browse the NLP library, Transformers. More than 5,000 companies already use Hugging Face’s service, including AWS, Facebook AI, Microsoft, Google AI, and more. &lt;/p&gt;

&lt;p&gt;Try Hugging Face for free &lt;a href="https://huggingface.co/pricing"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  7. Arize AI
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YMsL0Kn8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ufzyfb5w07lhgo3du6a1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YMsL0Kn8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ufzyfb5w07lhgo3du6a1.png" alt="Arize AI" width="512" height="268"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry:&lt;/strong&gt; MLOps&lt;br&gt;
&lt;strong&gt;Location:&lt;/strong&gt; Fully Remote&lt;/p&gt;

&lt;p&gt;&lt;a href="https://arize.com/"&gt;Arize&lt;/a&gt; is a machine learning observability platform that helps users improve their models by automatically discovering issues and diagnosing problems. Key features include a simple integration for any model regardless of platform or environment, pre-launch validation, an automatic AI monitoring system, dynamic troubleshooting, and more.&lt;/p&gt;

&lt;p&gt;Request a trial of Arize &lt;a href="https://arize.com/request-a-demo/"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  8. Cresta
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eGbESSMt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/s4od0xacq214k4qwdh0b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eGbESSMt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/s4od0xacq214k4qwdh0b.png" alt="Cresta" width="512" height="268"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry:&lt;/strong&gt; Conversational AI&lt;br&gt;
&lt;strong&gt;Location:&lt;/strong&gt; San Francisco, CA&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cresta.com/"&gt;Cresta’s Expertise AI&lt;/a&gt; uses AI to provide real-time agent assistance, automated coaching, and business insights for customer-agent conversations. Its solution improves customer experience, drives better relationship building, and increases sales. Each customer-agent interaction is analyzed to ensure top performance from every agent. Cresta can also integrate with most CRMs and knowledge bases. &lt;/p&gt;

&lt;p&gt;Request a demo of Cresta &lt;a href="https://cresta.com/demo/"&gt;here&lt;/a&gt;. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
