Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: LC-498 lesson video #311

Merged
merged 1 commit into from
Dec 27, 2024
Merged

feat: LC-498 lesson video #311

merged 1 commit into from
Dec 27, 2024

Conversation

typeWolffo
Copy link
Member

@typeWolffo typeWolffo commented Dec 23, 2024

Jira issue(s)

LC-498

Overview

  • added video player as lesson view type

@typeWolffo typeWolffo added the review me 👀 PR is ready to be reviewed label Dec 23, 2024
@typeWolffo typeWolffo self-assigned this Dec 23, 2024
@piotr-pajak piotr-pajak force-pushed the pp_feat_496_lesson_layout branch 5 times, most recently from e9af1ff to 515419d Compare December 27, 2024 10:30
Base automatically changed from pp_feat_496_lesson_layout to main December 27, 2024 10:38
@typeWolffo typeWolffo force-pushed the jw_feat_lc-498_lesson_video branch 2 times, most recently from 850adae to 8730ac7 Compare December 27, 2024 13:15
@typeWolffo typeWolffo marked this pull request as ready for review December 27, 2024 13:17
@typeWolffo typeWolffo force-pushed the jw_feat_lc-498_lesson_video branch from 8730ac7 to e9d1859 Compare December 27, 2024 13:21
@typeWolffo typeWolffo changed the title Jw feat lc 498 lesson video feat: LC-498 lesson video Dec 27, 2024
Copy link
Collaborator

@wielopolski wielopolski Dec 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert description in nice-data-seeds.ts:1493?

description:
              '<p>Artificial Intelligence (AI) refers to the simulation of human intelligence in machines programmed to think, learn, and make decisions. Below are some key concepts and terminologies essential to understanding AI:</p><ul><li><strong>Machine Learning (ML):</strong> A subset of AI focused on creating algorithms that allow computers to learn from and make predictions based on data. Example: A recommendation system suggesting movies based on your viewing history.</li><li><strong>Neural Networks:</strong> Inspired by the human brain, these are algorithms designed to recognize patterns and process data in layers, enabling tasks like image and speech recognition.</li><li><strong>Natural Language Processing (NLP):</strong> This involves teaching machines to understand, interpret, and generate human language. Example: Virtual assistants like Alexa or Siri.</li><li><strong>Computer Vision:</strong> A field of AI that enables computers to interpret and process visual data, such as images and videos. Example: Facial recognition technology.</li><li><strong>Deep Learning:</strong> A more complex subset of ML that uses large neural networks to analyze massive amounts of data and solve intricate problems, such as self-driving cars.</li><li><strong>Supervised vs. Unsupervised Learning:</strong><br>- <strong>Supervised Learning:</strong> The AI is trained on labeled data (e.g., images labeled as "cat" or "dog").<br>- <strong>Unsupervised Learning:</strong> The AI identifies patterns in unlabeled data without explicit instructions.</li><li><strong>Big Data:</strong> The large volume of structured and unstructured data generated by businesses and devices, which is essential for training AI models.</li><li><strong>Automation:</strong> AI is often used to automate repetitive tasks, freeing up human resources for more complex activities.</li><li><strong>Ethics in AI:</strong> As AI becomes more powerful, ensuring its ethical use (e.g., avoiding bias in decision-making) is critical for building trust.</li></ul><h3>Why These Concepts Matter</h3><p>Understanding these basic AI terms is the first step toward recognizing how AI can be applied in business. Each concept represents a building block of AI\'s potential to transform industries by increasing efficiency, improving decision-making, and creating innovative solutions.</p>',

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Collaborator

@wielopolski wielopolski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🍻

@typeWolffo typeWolffo force-pushed the jw_feat_lc-498_lesson_video branch from e9d1859 to 65f173c Compare December 27, 2024 13:26
@@ -26,6 +26,8 @@ export default function NewCourseViewPage() {
// },
// ];

console.log(course);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✂️

@typeWolffo typeWolffo force-pushed the jw_feat_lc-498_lesson_video branch from 65f173c to e26bab0 Compare December 27, 2024 13:28
@piotr-pajak piotr-pajak added merge me 💚 PR is ready to be merged and removed review me 👀 PR is ready to be reviewed labels Dec 27, 2024
@typeWolffo typeWolffo merged commit c63f019 into main Dec 27, 2024
4 of 6 checks passed
@typeWolffo typeWolffo deleted the jw_feat_lc-498_lesson_video branch December 27, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me 💚 PR is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants