100% Offline ChatGPT Alternative?
16:01
The Top 5 A.I. Stories of 2022
4:29
Data Visualization BATTLE!
11:34
Жыл бұрын
Пікірлер
@fuzzywuzzy318
@fuzzywuzzy318 15 сағат бұрын
conclusion: parquet file is the best regarding storage size and write ,read speed
@nexpreet
@nexpreet 15 сағат бұрын
Read the docs. Enumerate() does exactly the same thing you did in the other examples.
@14Xaveco
@14Xaveco 17 сағат бұрын
There are numerous reasons why this does not make any sense. Don't follow a guy like this.
@MrDotManPeriod
@MrDotManPeriod 18 сағат бұрын
this video was very helpful for me (new to linux and data science)
@mishuo1983
@mishuo1983 Күн бұрын
It is really a wonderful video! I just wonder @Rob, do we need to do Cross Validations? Are there any hyper-parameters that we also need to optimise? How to do the cross validations here in the NLP? Just like the normal ML Cross Validation process? Should we worry about the overfitting under-fittings problems? How would the learning curve look like with and without the cross validations? Thanks
@narangfamily7668
@narangfamily7668 2 күн бұрын
Super helpful!
@rubenagurcia906
@rubenagurcia906 2 күн бұрын
amazing!!
@ibobak
@ibobak 2 күн бұрын
Did you compare the speed of the query method vs. df[ (df.col1>=value) & (df.col2 <= value)] ? I did.
@marianacardoso2595
@marianacardoso2595 2 күн бұрын
thank you, Rob!
@DriverWeb
@DriverWeb 2 күн бұрын
Mordecai???
@AyatExplorer
@AyatExplorer 3 күн бұрын
Y do u prob look like pigmie? 0:04
@AyatExplorer
@AyatExplorer 3 күн бұрын
POV: U've learned a knew thing & excited 2 teach ppl abt it...
@ArpitaRane-rj1gk
@ArpitaRane-rj1gk 3 күн бұрын
How is it with respect to data privacy?Does it store our data?
@wah866sky7
@wah866sky7 3 күн бұрын
Can we find the flights.parguet from kaggle?
@omkarkajle1736
@omkarkajle1736 3 күн бұрын
Can you make dsa problem and solution video
@omkarkajle1736
@omkarkajle1736 3 күн бұрын
Can you make dsa problem and solution video
@omkarkajle1736
@omkarkajle1736 3 күн бұрын
Can you make dsa problem and solution video
@omkarkajle1736
@omkarkajle1736 3 күн бұрын
Can you make dsa problem and solution video
@Jameshowardadventures
@Jameshowardadventures 3 күн бұрын
Can someone help me with what the “thing” means
@jayco10125
@jayco10125 3 күн бұрын
As soon as you said it I blurted out ENUMERATE, still watched to the end to see if you came up with something better tho lol
@ateebulhaqshaikh3507
@ateebulhaqshaikh3507 3 күн бұрын
Please also provide the code walkthrough
@srimantamukherjee7090
@srimantamukherjee7090 4 күн бұрын
Excellent and elegant flow of concepts and implementatiom.
@vancouverrrr
@vancouverrrr 4 күн бұрын
great video mate
@worldofdata
@worldofdata 4 күн бұрын
which ide is it?
@frankiecal3186
@frankiecal3186 4 күн бұрын
Is their anything for Android phones?
@rubenagurcia906
@rubenagurcia906 5 күн бұрын
amazing it helps me a lot! , the last part about quering on pandas was confused, do you have a video where you explain quering on pandas?
@tusharguys1234
@tusharguys1234 5 күн бұрын
🎯 Key points for quick navigation: 00:00 *🎬 Introduction to Sentiment Analysis* - Introduction to natural language processing (NLP) and sentiment analysis. - Overview of the project, including using traditional techniques like VADER and more advanced models like RoBERTa. - Explanation of the dataset used for sentiment analysis, which consists of Amazon food reviews with ratings. 03:00 *📊 Data Preprocessing and Exploration* - Importing necessary libraries for data analysis and visualization. - Reading the dataset and performing basic exploratory data analysis (EDA). - Downsampling the dataset for quicker analysis and showcasing the structure of the data. 05:05 *📈 Exploring Sentiment Distribution* - Analyzing the distribution of sentiment scores based on review ratings. - Visualizing the distribution of sentiment scores across different star ratings using bar plots. - Observing the relationship between review ratings and sentiment scores. 07:00 *🧠 Introduction to NLTK for Sentiment Analysis* - Overview of NLTK (Natural Language Toolkit) and its capabilities for text processing. - Demonstrating tokenization and part-of-speech tagging using NLTK. - Explaining the process of chunking text into entities using NLTK. 10:48 *📉 Sentiment Analysis with VADER* - Introduction to VADER (Valence Aware Dictionary and sEntiment Reasoner) for sentiment analysis. - Understanding how VADER assigns sentiment scores based on individual words. - Applying VADER sentiment analysis to example sentences and the food review dataset. 23:41 *🔍 Advanced Sentiment Analysis with RoBERTa* - Introducing RoBERTa, a transformer-based deep learning model for contextual understanding. - Preprocessing text and encoding it for analysis using RoBERTa's tokenizer. - Applying the pre-trained RoBERTa model to perform sentiment analysis on text data. 29:05 *📊 Comparing Vader and Roberta sentiment analysis models* - Demonstrated how to print scores from both Vader and Roberta sentiment analysis models. - Created a scores dictionary for both models to store negative, neutral, and positive scores. - Illustrated the difference in sentiment analysis results between the Vader and Roberta models using a negative review as an example. 35:52 *📈 Comparing sentiment scores across models and reviewing examples* - Utilized Seaborn's pair plot to compare sentiment scores between Vader and Roberta models. - Reviewed examples where the sentiment analysis model contradicted the actual review sentiment, showcasing nuances in language understanding. - Examined instances where both models misinterpreted the sentiment of reviews, highlighting the limitations of bag-of-words approaches like Vader. 42:08 *🤖 Simplifying sentiment analysis with Hugging Face Transformers pipeline* - Demonstrated how to use Hugging Face Transformers pipeline for sentiment analysis, simplifying the process to just two lines of code. - Showcased the ease of changing models and tokenizers within the pipeline for different analysis tasks. - Provided examples of sentiment analysis using the pipeline, showcasing its efficiency and accuracy. Made with HARPA AI
@TrendingUpdateCentral
@TrendingUpdateCentral 5 күн бұрын
It's really hard to find good videos on this topic. This was fantastic. Thank you.
@MinhNguyen-cr7wn
@MinhNguyen-cr7wn 5 күн бұрын
Actually, for seeing what type it is, or data has how much volume, etc... for my daily practice I prefer df.info() than split it into df.shape, df.dtypes But for the rest I appreciate this workload, thanks so much!!
@rishabhtripathi4112
@rishabhtripathi4112 5 күн бұрын
Source code please
@Iamagirl-ep1jq
@Iamagirl-ep1jq 6 күн бұрын
Eat brains😂😂😂😂
@b-lifestyle7263
@b-lifestyle7263 6 күн бұрын
Thanks for your tutorial. But I have a question. This is my code example: import numpy as np import cv2 import matplotlib.pyplot as plt img = cv2.imread('D:/CCU-2024/grasppose/p1.jpg',0) plt.figure() plt.subplot(1,2,1) plt.imshow(img) plt.show(). So, when I move the mouse on the image of plt.imshow(). I obtain the (x,y) and [a]. So what is (x,y) ? it's (u,v) right? and [a] is pixel value, right?
@prasadjayanti
@prasadjayanti 7 күн бұрын
quite useful 👋
@dineshdkff8106
@dineshdkff8106 7 күн бұрын
hello mr rob i get value and name error at tokeneizer line after installation of tokeneizer could you please help me for this
@yellowfungus3576
@yellowfungus3576 7 күн бұрын
This video claims that these “noob” situations happen a lot. the enumerate function is one of the basics every tutorial never misses. The reason being is that this is one way to do a for-loop in an “OOP-style”. The real noobs are the ones that don’t read the docs.
@khedive99
@khedive99 8 күн бұрын
fingers are considered as carrots - that was the most impressive AI humour :)
@luismisanmartin98
@luismisanmartin98 8 күн бұрын
As someone just getting introduced to time series analysis, this video was gold, thank you for making it!
@devanshjaiswal9502
@devanshjaiswal9502 8 күн бұрын
I am that double noob. I'm subscribing right away!
@aarizzafar578
@aarizzafar578 9 күн бұрын
Is there any way i can remove the back ground music
@orrinjonesjr
@orrinjonesjr 9 күн бұрын
Tbh i didnt know this i always tock average to equal mean
@vinitkumarpatel1030
@vinitkumarpatel1030 10 күн бұрын
Very good explanation . Thanks a lot❤❤
@Al-Ahdal
@Al-Ahdal 10 күн бұрын
@Rob Mulla: It is requested to make comprehensive playlists on "Data Analytics & Visualization" using pandas, polars, matplotlib, seaborn, numpy etc. and how to connect with different databases from VS or Jupyter, and also REGEX.
@Christianboy2231
@Christianboy2231 10 күн бұрын
Can u tell me where u execute ur code/ How do I get to the same terminal
@ghst9826
@ghst9826 10 күн бұрын
is this open source? Impressive.
@dunteesilver6607
@dunteesilver6607 10 күн бұрын
😂😂
@New_in_AI
@New_in_AI 10 күн бұрын
This is super cool, I love it❤. I'm also a youtuber with the new channel about AI and tech reviews. I will be watching your content.
@semireddy5108
@semireddy5108 10 күн бұрын
is there anyone have an idea how to extract table data from image by maintaining the table format
@KeepCalmCapybara
@KeepCalmCapybara 10 күн бұрын
Then I am "Pro Noob", because I use any of these methods at will 😂😂😂
@mahdimohseni4185
@mahdimohseni4185 10 күн бұрын
As a data analyst I learn many things from you❤
@cyberspider78910
@cyberspider78910 11 күн бұрын
Not representing Insightface or any beneficiary. But be careful about their usage licence - it is tricky. So if anyone gives tutorial video - it is ok. But if monetised - not ok. If you use image for education (what one will do with it - images ! S_x education) - it is ok. If you sell those images - you are not ok. Code is free. Outcome is not...lol... "The code of InsightFace is released under the MIT License. There is no limitation for both academic and commercial usage. The training data containing the annotation (and the models trained with these data) are available for non-commercial research purposes only. Both manual-downloading models from our github repo and auto-downloading models with our python-library follow the above license policy(which is for non-commercial research purposes only)."