Understanding Data Science: A Guide to Key Techniques π
#datascience #python #machinelearning #MLSky
@ginacostag.bsky.social
Building http://topaisjobs.com β Find +$100k Data, SWE & AI jobs β¨ and http://joinhorizon.ai β AI tutorials and guides π¦Ύ
Understanding Data Science: A Guide to Key Techniques π
#datascience #python #machinelearning #MLSky
Thanks for sharing, Javier! Obrigada!
04.12.2024 16:06 β π 0 π 0 π¬ 0 π 0Ohh okay π
03.12.2024 19:32 β π 0 π 0 π¬ 0 π 0Thank you! π
Maybe itβs time for me to learn Greek, btw do you also speak Spanish?
Followed you with my two accounts, the newest one is to share more about my ventures and connect with tech people and tech founders :)
03.12.2024 19:14 β π 1 π 0 π¬ 1 π 0I don't know how I didn't notice that tab before, thanks for the tip!
03.12.2024 19:10 β π 0 π 0 π¬ 0 π 0Thank you! What is your X user? So I can follow back :) For growth in BSky I'm trying using hashtags related to the content I post. Still trying to figure out how this platform works
03.12.2024 19:03 β π 1 π 0 π¬ 1 π 0Interesting, how does starter packs work?
03.12.2024 18:57 β π 0 π 0 π¬ 1 π 0Thanks for sharing! π
03.12.2024 17:01 β π 1 π 0 π¬ 1 π 0(3/3)
He used Principal Component Analysis (PCA) to compress 1536-dimensional word embeddings into a 3D viz, tracking how the AI builds responses word by word.
The project shows two linked visualizations:
β³ A 3D cube showing bifurcating paths
β³ A tree diagram revealing word probabilities.
(2/3)
Data scientist Santiago Ortiz mapped ChatGPT's thinking by running the prompt "ππ―π΅π¦πππͺπ¨π¦π―π€π¦ πͺπ΄" hundreds of times with a high temperature setting of 1.6 for varied responses.
Link to the project: moebio.com/mind
Fascinating Visualization on How ChatGPT Builds Sentences in Real-Time π
(1/3)
#datascience #python #machinelearning #MLSky
Hi, how do I join? Still figuring out how π¦ works :)
Already hit the βLikeβ in the feed btw
(2/2)
All course materials are executable: slides are Jupyter notebooks with generated figures. Readers can tweak parameters and regenerate them.
Course Website & Materials: kuleshov-group.github.io/aml-website/
Lecture Notes: kuleshov-group.github.io/aml-book/int...
FREE Course: Applied Machine Learning - Cornell CS 5787 π
Starting from the basics, it covers key ML algorithms (linear regression, kernel methods, neural networks, etc.), their mathematical foundations, and how to apply them.
(1/2)
#datascience #python #machinelearning
π Get free resources, curated articles, and expert tips on Data and AI: topaisjobs.substack.com
25.11.2024 13:59 β π 1 π 0 π¬ 0 π 0(2/2)
The researchers, collaborating with Facebook AI, initially set out to explore weaknesses in machine learning models. The outcome is a vibrant pattern on clothing that AI cameras fail to detect, essentially making the wearer invisible to machines.
This sweater acts as an invisibility cloak against AI π€―
Developed by a team at the University of Maryland, it features "adversarial patterns" that confuse most common object detectors. This means AI systems can't spot the person wearing it.
(1/2)
#data #ai #machinelearning
git commit -m 'update_final_v2' π
#programming #coding #developer
Here's what it covers:
β Day 1 - Foundational Models & Prompt Engineering
β Day 2 - Embeddings and Vector Stores/Databases
β Day 3 - Generative AI Agents
β Day 4 - Domain-Specific LLMs
β Day 5 - MLOps for Generative AI
Here's the link: www.kaggle.com/learn-guide/...
Google has released all the content from its '5-Day Gen AI Intensive Course' on Kaggle for FREE! π
(1/2)
#data #machinelearning #google
(4/4)
9. Transformers United - www.youtube.com/watch?v=P127...
π Get free resources, curated articles, and expert tips on Data and AI: topaisjobs.substack.com
(3/4)
5. Reinforcement Learning - www.youtube.com/watch?v=WsvF...
6. Deep Generative Models - www.youtube.com/watch?v=XZ0P...
7. Building Large Language Models (LLMs) - www.youtube.com/watch?v=9vM4...
8. Machine Learning with Graphs - www.youtube.com/watch?v=JAB_...
(2/4)
1. Probability for Computer Scientists - www.youtube.com/watch?v=2MuD...
2. Machine Learning Full Course taught by Andrew Ng - www.youtube.com/watch?v=jGwO...
3. NLP with Deep Learning - www.youtube.com/watch?v=rmVR...
4. Machine Learning Explainability - www.youtube.com/watch?v=_DYQ...
All the FREE Stanford University Machine Learning Lectures π
Learn about Probability, NLP, LLMs, Transformers, and more ...
(1/4)
#data #machinelearning #datascience #ai
π Get free resources, curated articles, and expert tips on Data and AI: topaisjobs.substack.com
20.11.2024 13:11 β π 1 π 0 π¬ 0 π 0(5/5)
β’ ππππππππ: The DISTINCT keyword can be used to ensure that only distinct rows are returned in the result set.
β’ πππππ ππ: The ORDER BY clause is used to sort the result set in ascending or descending order.
β’ πππππ: The LIMIT clause can be used to restrict the number of rows returned.
(4/5)
β’ πππππ ππ: The GROUP BY clause is used to group the data based on one or more columns.
β’ ππππππ: The HAVING clause is used to filter the grouped data based on specific conditions.
β’ ππππππ: The SELECT clause specifies the columns that will be returned in the result set.
(3/5)
Hereβs a breakdown of the SQL execution order:
β’ π
πππ/ππππ: The FROM clause specifies the tables from which the data will be retrieved. The JOIN clause can be used to combine data from multiple tables.
β’ πππππ: The WHERE clause is used to filter the data based on specific conditions.