#statistical machine learning
Explore tagged Tumblr posts
Text
77 notes
·
View notes
Text
So... I think I've just finished writing a 7.7 or 7.8K words long chapter in 2-3 days.
What the fuck possessed me? Did I finally manage to build up a working writing routine for me?
Did suffering the fanfic writer curse in advance really payout and work?
Anyways, am currently editing my current stp truth lies AU chapter "The drowned Cage" there. Will archive locked post it then. Maybe put up a publically encrypted/enciphered version of the fic once I got Maddening Shackles fully written down and posted.
But breakfast first! Food.
#aromantic ghost menace#slay the princess#stp#stp au#truth lies au#slay the princess au#Fanfic#Writing#Fanfiction#My fics#fic update#I'm just... who the fuck possessed me and what did I trade in?!#Also yeah will publically cipher encrypt it later on so it poisons scraped datasets for LLMs#Cause good luck trying to train essentially a statistical learning machine to recognize and decode seeming gibberish by itself
6 notes
·
View notes
Text
Hanging out around other people interested in AI has only made me more and more conservative on the subject as I realize how few people have any interest in producing artworks ethically while using statistical generation as a tool.
Like 85% of the use cases I see are just people making niche memes for themselves. They wouldn't have hired an artist for it anyway.
But then the other 14% is like. One guy personally eliminating all concept art positions from multiple game studios in a week. Putting dozens of lifetime professional artists out of work in an instant for a dramatically inferior product made of stolen works. That kind of shit.
And I don't think the 1% of people making public domain based models on 120 year old pulp media magazine ad art are keeping up. Like. I just don't think we are.
#Automatic OP tag#Statistically generated art#AI#AI art#Machine generated art#Machine learning#Stable Diffusion
49 notes
·
View notes
Text
Getting It Right vs Getting It Done
With all the hype around machine learning, I occasionally get asked if it could be used to make predictions for particle colliders, like the LHC. Physicists do use machine learning these days, to be clear. There are tricks and heuristics, ways to quickly classify different particle collisions and speed up computation. But if you’re imagining something that replaces particle physics calculations…
View On WordPress
14 notes
·
View notes
Text
I think one of the most interesting parts of my (thus short) career as a mechanical engineer is that we are taught all sorts of first-principles physics and complex science. And then it turns out that geometric dimensioning and tolerancing, one of the most important and fundamental areas of knowledge for mechanical design and manufacturing and assembly to the point that anybody even incidentally involved in it industrially is aware of it and why it is used, was not only not taught to us during our college education but was in fact not mentioned once at any point even during our drafting courses.
#Okay sure “well you don't need to know all of it to do most things”#“well you can probably pick it up on the job I guess”#I feel like it's still pretty important to know the existence of!!!#“yeah well if you were a good engineer you would have found out about it on your own”#I AM PAYING MONEY TO GET AN EDUCATION WHAT DO YOU THINK I AM TRYING TO DO BY DOING THAT#WHOSE IDEA WAS THIS??#Also lowkey GD&T is pretty fun#engineering#machining#stem#nerd shit#scienceblr#mathblr#before you get mad for me tagging this mathblr I think a lot of you would get a kick out of learning about GD&T#it's an interesting intersection of geometry and statistics
3 notes
·
View notes
Text

how I feel today after statistics, probability and AI/ML test
#defeated#im literally shaking#statistics#why i am dumb#oh god OH GOD#artificial intelligence#machine learning#i have ptsd now
31 notes
·
View notes
Text
The Mathematical Foundations of Machine Learning
In the world of artificial intelligence, machine learning is a crucial component that enables computers to learn from data and improve their performance over time. However, the math behind machine learning is often shrouded in mystery, even for those who work with it every day. Anil Ananthaswami, author of the book "Why Machines Learn," sheds light on the elegant mathematics that underlies modern AI, and his journey is a fascinating one.
Ananthaswami's interest in machine learning began when he started writing about it as a science journalist. His software engineering background sparked a desire to understand the technology from the ground up, leading him to teach himself coding and build simple machine learning systems. This exploration eventually led him to appreciate the mathematical principles that underlie modern AI. As Ananthaswami notes, "I was amazed by the beauty and elegance of the math behind machine learning."
Ananthaswami highlights the elegance of machine learning mathematics, which goes beyond the commonly known subfields of calculus, linear algebra, probability, and statistics. He points to specific theorems and proofs, such as the 1959 proof related to artificial neural networks, as examples of the beauty and elegance of machine learning mathematics. For instance, the concept of gradient descent, a fundamental algorithm used in machine learning, is a powerful example of how math can be used to optimize model parameters.
Ananthaswami emphasizes the need for a broader understanding of machine learning among non-experts, including science communicators, journalists, policymakers, and users of the technology. He believes that only when we understand the math behind machine learning can we critically evaluate its capabilities and limitations. This is crucial in today's world, where AI is increasingly being used in various applications, from healthcare to finance.
A deeper understanding of machine learning mathematics has significant implications for society. It can help us to evaluate AI systems more effectively, develop more transparent and explainable AI systems, and address AI bias and ensure fairness in decision-making. As Ananthaswami notes, "The math behind machine learning is not just a tool, but a way of thinking that can help us create more intelligent and more human-like machines."
The Elegant Math Behind Machine Learning (Machine Learning Street Talk, November 2024)
youtube
Matrices are used to organize and process complex data, such as images, text, and user interactions, making them a cornerstone in applications like Deep Learning (e.g., neural networks), Computer Vision (e.g., image recognition), Natural Language Processing (e.g., language translation), and Recommendation Systems (e.g., personalized suggestions). To leverage matrices effectively, AI relies on key mathematical concepts like Matrix Factorization (for dimension reduction), Eigendecomposition (for stability analysis), Orthogonality (for efficient transformations), and Sparse Matrices (for optimized computation).
The Applications of Matrices - What I wish my teachers told me way earlier (Zach Star, October 2019)
youtube
Transformers are a type of neural network architecture introduced in 2017 by Vaswani et al. in the paper “Attention Is All You Need”. They revolutionized the field of NLP by outperforming traditional recurrent neural network (RNN) and convolutional neural network (CNN) architectures in sequence-to-sequence tasks. The primary innovation of transformers is the self-attention mechanism, which allows the model to weigh the importance of different words in the input data irrespective of their positions in the sentence. This is particularly useful for capturing long-range dependencies in text, which was a challenge for RNNs due to vanishing gradients. Transformers have become the standard for machine translation tasks, offering state-of-the-art results in translating between languages. They are used for both abstractive and extractive summarization, generating concise summaries of long documents. Transformers help in understanding the context of questions and identifying relevant answers from a given text. By analyzing the context and nuances of language, transformers can accurately determine the sentiment behind text. While initially designed for sequential data, variants of transformers (e.g., Vision Transformers, ViT) have been successfully applied to image recognition tasks, treating images as sequences of patches. Transformers are used to improve the accuracy of speech-to-text systems by better modeling the sequential nature of audio data. The self-attention mechanism can be beneficial for understanding patterns in time series data, leading to more accurate forecasts.
Attention is all you need (Umar Hamil, May 2023)
youtube
Geometric deep learning is a subfield of deep learning that focuses on the study of geometric structures and their representation in data. This field has gained significant attention in recent years.
Michael Bronstein: Geometric Deep Learning (MLSS Kraków, December 2023)
youtube
Traditional Geometric Deep Learning, while powerful, often relies on the assumption of smooth geometric structures. However, real-world data frequently resides in non-manifold spaces where such assumptions are violated. Topology, with its focus on the preservation of proximity and connectivity, offers a more robust framework for analyzing these complex spaces. The inherent robustness of topological properties against noise further solidifies the rationale for integrating topology into deep learning paradigms.
Cristian Bodnar: Topological Message Passing (Michael Bronstein, August 2022)
youtube
Sunday, November 3, 2024
#machine learning#artificial intelligence#mathematics#computer science#deep learning#neural networks#algorithms#data science#statistics#programming#interview#ai assisted writing#machine art#Youtube#lecture
4 notes
·
View notes
Text
What Are the Qualifications for a Data Scientist?
In today's data-driven world, the role of a data scientist has become one of the most coveted career paths. With businesses relying on data for decision-making, understanding customer behavior, and improving products, the demand for skilled professionals who can analyze, interpret, and extract value from data is at an all-time high. If you're wondering what qualifications are needed to become a successful data scientist, how DataCouncil can help you get there, and why a data science course in Pune is a great option, this blog has the answers.
The Key Qualifications for a Data Scientist
To succeed as a data scientist, a mix of technical skills, education, and hands-on experience is essential. Here are the core qualifications required:
1. Educational Background
A strong foundation in mathematics, statistics, or computer science is typically expected. Most data scientists hold at least a bachelor’s degree in one of these fields, with many pursuing higher education such as a master's or a Ph.D. A data science course in Pune with DataCouncil can bridge this gap, offering the academic and practical knowledge required for a strong start in the industry.
2. Proficiency in Programming Languages
Programming is at the heart of data science. You need to be comfortable with languages like Python, R, and SQL, which are widely used for data analysis, machine learning, and database management. A comprehensive data science course in Pune will teach these programming skills from scratch, ensuring you become proficient in coding for data science tasks.
3. Understanding of Machine Learning
Data scientists must have a solid grasp of machine learning techniques and algorithms such as regression, clustering, and decision trees. By enrolling in a DataCouncil course, you'll learn how to implement machine learning models to analyze data and make predictions, an essential qualification for landing a data science job.
4. Data Wrangling Skills
Raw data is often messy and unstructured, and a good data scientist needs to be adept at cleaning and processing data before it can be analyzed. DataCouncil's data science course in Pune includes practical training in tools like Pandas and Numpy for effective data wrangling, helping you develop a strong skill set in this critical area.
5. Statistical Knowledge
Statistical analysis forms the backbone of data science. Knowledge of probability, hypothesis testing, and statistical modeling allows data scientists to draw meaningful insights from data. A structured data science course in Pune offers the theoretical and practical aspects of statistics required to excel.
6. Communication and Data Visualization Skills
Being able to explain your findings in a clear and concise manner is crucial. Data scientists often need to communicate with non-technical stakeholders, making tools like Tableau, Power BI, and Matplotlib essential for creating insightful visualizations. DataCouncil’s data science course in Pune includes modules on data visualization, which can help you present data in a way that’s easy to understand.
7. Domain Knowledge
Apart from technical skills, understanding the industry you work in is a major asset. Whether it’s healthcare, finance, or e-commerce, knowing how data applies within your industry will set you apart from the competition. DataCouncil's data science course in Pune is designed to offer case studies from multiple industries, helping students gain domain-specific insights.
Why Choose DataCouncil for a Data Science Course in Pune?
If you're looking to build a successful career as a data scientist, enrolling in a data science course in Pune with DataCouncil can be your first step toward reaching your goals. Here’s why DataCouncil is the ideal choice:
Comprehensive Curriculum: The course covers everything from the basics of data science to advanced machine learning techniques.
Hands-On Projects: You'll work on real-world projects that mimic the challenges faced by data scientists in various industries.
Experienced Faculty: Learn from industry professionals who have years of experience in data science and analytics.
100% Placement Support: DataCouncil provides job assistance to help you land a data science job in Pune or anywhere else, making it a great investment in your future.
Flexible Learning Options: With both weekday and weekend batches, DataCouncil ensures that you can learn at your own pace without compromising your current commitments.
Conclusion
Becoming a data scientist requires a combination of technical expertise, analytical skills, and industry knowledge. By enrolling in a data science course in Pune with DataCouncil, you can gain all the qualifications you need to thrive in this exciting field. Whether you're a fresher looking to start your career or a professional wanting to upskill, this course will equip you with the knowledge, skills, and practical experience to succeed as a data scientist.
Explore DataCouncil’s offerings today and take the first step toward unlocking a rewarding career in data science! Looking for the best data science course in Pune? DataCouncil offers comprehensive data science classes in Pune, designed to equip you with the skills to excel in this booming field. Our data science course in Pune covers everything from data analysis to machine learning, with competitive data science course fees in Pune. We provide job-oriented programs, making us the best institute for data science in Pune with placement support. Explore online data science training in Pune and take your career to new heights!
#In today's data-driven world#the role of a data scientist has become one of the most coveted career paths. With businesses relying on data for decision-making#understanding customer behavior#and improving products#the demand for skilled professionals who can analyze#interpret#and extract value from data is at an all-time high. If you're wondering what qualifications are needed to become a successful data scientis#how DataCouncil can help you get there#and why a data science course in Pune is a great option#this blog has the answers.#The Key Qualifications for a Data Scientist#To succeed as a data scientist#a mix of technical skills#education#and hands-on experience is essential. Here are the core qualifications required:#1. Educational Background#A strong foundation in mathematics#statistics#or computer science is typically expected. Most data scientists hold at least a bachelor’s degree in one of these fields#with many pursuing higher education such as a master's or a Ph.D. A data science course in Pune with DataCouncil can bridge this gap#offering the academic and practical knowledge required for a strong start in the industry.#2. Proficiency in Programming Languages#Programming is at the heart of data science. You need to be comfortable with languages like Python#R#and SQL#which are widely used for data analysis#machine learning#and database management. A comprehensive data science course in Pune will teach these programming skills from scratch#ensuring you become proficient in coding for data science tasks.#3. Understanding of Machine Learning
3 notes
·
View notes
Text
Online Data Science Courses
IIM Skills offers a variety of online data science courses designed to develop essential skills for the field. The course cover various topics statistics, machine learning, data visualization, and Python programming. The courses is designed in such a manner that a learner gets a theoretical knowledge and also a practical applications, often including hands-on projects. IIM Skills also emphasizes career support and mentorship, making it a suitable choice for both beginners and those looking to enhance their data science expertise.
2 notes
·
View notes
Text
The Skills I Acquired on My Path to Becoming a Data Scientist
Data science has emerged as one of the most sought-after fields in recent years, and my journey into this exciting discipline has been nothing short of transformative. As someone with a deep curiosity for extracting insights from data, I was naturally drawn to the world of data science. In this blog post, I will share the skills I acquired on my path to becoming a data scientist, highlighting the importance of a diverse skill set in this field.
The Foundation — Mathematics and Statistics
At the core of data science lies a strong foundation in mathematics and statistics. Concepts such as probability, linear algebra, and statistical inference form the building blocks of data analysis and modeling. Understanding these principles is crucial for making informed decisions and drawing meaningful conclusions from data. Throughout my learning journey, I immersed myself in these mathematical concepts, applying them to real-world problems and honing my analytical skills.
Programming Proficiency
Proficiency in programming languages like Python or R is indispensable for a data scientist. These languages provide the tools and frameworks necessary for data manipulation, analysis, and modeling. I embarked on a journey to learn these languages, starting with the basics and gradually advancing to more complex concepts. Writing efficient and elegant code became second nature to me, enabling me to tackle large datasets and build sophisticated models.
Data Handling and Preprocessing
Working with real-world data is often messy and requires careful handling and preprocessing. This involves techniques such as data cleaning, transformation, and feature engineering. I gained valuable experience in navigating the intricacies of data preprocessing, learning how to deal with missing values, outliers, and inconsistent data formats. These skills allowed me to extract valuable insights from raw data and lay the groundwork for subsequent analysis.
Data Visualization and Communication
Data visualization plays a pivotal role in conveying insights to stakeholders and decision-makers. I realized the power of effective visualizations in telling compelling stories and making complex information accessible. I explored various tools and libraries, such as Matplotlib and Tableau, to create visually appealing and informative visualizations. Sharing these visualizations with others enhanced my ability to communicate data-driven insights effectively.
Machine Learning and Predictive Modeling
Machine learning is a cornerstone of data science, enabling us to build predictive models and make data-driven predictions. I delved into the realm of supervised and unsupervised learning, exploring algorithms such as linear regression, decision trees, and clustering techniques. Through hands-on projects, I gained practical experience in building models, fine-tuning their parameters, and evaluating their performance.
Database Management and SQL
Data science often involves working with large datasets stored in databases. Understanding database management and SQL (Structured Query Language) is essential for extracting valuable information from these repositories. I embarked on a journey to learn SQL, mastering the art of querying databases, joining tables, and aggregating data. These skills allowed me to harness the power of databases and efficiently retrieve the data required for analysis.
Domain Knowledge and Specialization
While technical skills are crucial, domain knowledge adds a unique dimension to data science projects. By specializing in specific industries or domains, data scientists can better understand the context and nuances of the problems they are solving. I explored various domains and acquired specialized knowledge, whether it be healthcare, finance, or marketing. This expertise complemented my technical skills, enabling me to provide insights that were not only data-driven but also tailored to the specific industry.
Soft Skills — Communication and Problem-Solving
In addition to technical skills, soft skills play a vital role in the success of a data scientist. Effective communication allows us to articulate complex ideas and findings to non-technical stakeholders, bridging the gap between data science and business. Problem-solving skills help us navigate challenges and find innovative solutions in a rapidly evolving field. Throughout my journey, I honed these skills, collaborating with teams, presenting findings, and adapting my approach to different audiences.
Continuous Learning and Adaptation
Data science is a field that is constantly evolving, with new tools, technologies, and trends emerging regularly. To stay at the forefront of this ever-changing landscape, continuous learning is essential. I dedicated myself to staying updated by following industry blogs, attending conferences, and participating in courses. This commitment to lifelong learning allowed me to adapt to new challenges, acquire new skills, and remain competitive in the field.
In conclusion, the journey to becoming a data scientist is an exciting and dynamic one, requiring a diverse set of skills. From mathematics and programming to data handling and communication, each skill plays a crucial role in unlocking the potential of data. Aspiring data scientists should embrace this multidimensional nature of the field and embark on their own learning journey. If you want to learn more about Data science, I highly recommend that you contact ACTE Technologies because they offer Data Science courses and job placement opportunities. Experienced teachers can help you learn better. You can find these services both online and offline. Take things step by step and consider enrolling in a course if you’re interested. By acquiring these skills and continuously adapting to new developments, they can make a meaningful impact in the world of data science.
#data science#data visualization#education#information#technology#machine learning#database#sql#predictive analytics#r programming#python#big data#statistics
14 notes
·
View notes
Text
Finding joy and relax in dealing with extreme complexity
Daily writing promptWhat’s your favorite game (card, board, video, etc.)? Why?View all responses The concept of a game is multifaceted. At its core, a game is a structured activity with a set of defined rules, goals, and challenges. Players enter a voluntary agreement to abide by these rules, navigating the defined space to achieve the predetermined objective. The joy of games lies in the…
#advanced mathematics#Algorithm#algorithm design#calculus#challenge#chemistry#complexity#dailyprompt#dailyprompt-2004#games#Grow#Growth#knowledge#Machine Learning#Physics#play#purpose#Raffaello Palandri#Statistics
3 notes
·
View notes
Text
this is the discourse sideblog so i'm just going to say it: i am not anti-ai-art. or anti-ai at all in general. i am pro-artist and anti-capitalist, but not anti-ai-art. if you are someone who argued against NFTs because you understand how idiotic and short-sighted it is to try and copyright images, then you can't also argue that we need to copyright images so they can't be used for ai. if what you're saying about ai art can also apply to photography ("it's not work, you just push a button on a machine! illustrators will be fired!") then think for a second if it's the tool you have an issue with or the system we're operating under where artists need jobs to survive
#i'm totally willing to have discussions abt this if anyone wants to but uh. i'm just gonna say.#i will not entertain a discussion about machine learning and applied statistics with you if you don't actually know how ai works. sorry.#CONTEXT: i am an artist. a digital artist. who has been researching ai since like 2011 lmao
3 notes
·
View notes
Text
At Quanta This Week, With a Piece on Multiple Imputation
Another piece in Quanta, and this time, it's not about physics!
I’ve got another piece in Quanta Magazine this week. While my past articles in Quanta have been about physics, this time I’m stretching my science journalism muscles in a new direction. I was chatting with a friend who works for a pharmaceutical company, and he told me about a statistical technique that sounded ridiculous. Luckily, he’s a patient person, and after annoying him and a statistician…
4 notes
·
View notes
Text
Hyperparameter tuning in machine learning
The performance of a machine learning model in the dynamic world of artificial intelligence is crucial, we have various algorithms for finding a solution to a business problem. Some algorithms like linear regression , logistic regression have parameters whose values are fixed so we have to use those models without any modifications for training a model but there are some algorithms out there where the values of parameters are not fixed.
Here's a complete guide to Hyperparameter tuning in machine learning in Python!
#datascience #dataanalytics #dataanalysis #statistics #machinelearning #python #deeplearning #supervisedlearning #unsupervisedlearning
#machine learning#data analysis#data science#artificial intelligence#data analytics#deep learning#python#statistics#unsupervised learning#feature selection
3 notes
·
View notes
Note
The problem is that due to the way AI art is created it's difficult to impossible to tell if the algorithm is making completely new stuff by cutting things up and piecing them together or if they're just a very slightly changed picture that was used to train it. The sheer volume of training data is so large that no one will ever know all of it. I have seen that this issue does occur with AI that is supposed to create faces. The faces it supposedly created were just ripped from its training data and distorted very slightly.
hmm if that is indeed happening, there's definitely a problem. my gut reaction is to say that transparency would solve this issue, so that people who understand code could see Why some bots are doing that and fix it so that they cant (or tell other people "hey this bot is crap and super illegal"). i guess part of the issue there is; can we tell if AI is *conceptually* a problem, or are there *specific bots* that are poorly made that aren't doing what they're supposed to? i would hope that this is more an issue of like, specific bots being shit, because my understanding of machine learning shouldn't allow for that at all.
#disk horse /#again from my understanding bots shouldnt be able to lift ANYTHING from their training data#bc theyre just running statistics on like a million pics#if something is lifting directly that makes me wonder if its even actually machine learning#or if someone just lied
3 notes
·
View notes
Text
its so hard not to despair at the way the illustration community treats the conversation about "ai art"
#disclaimer i am against “ai art” within the context of the public conversation on art theft and exploitative labor#but i once had a friend tell me statistics and machine learning and everything related to it were “boring”#which hurt. people draw a line between the artistic/soulful vs the technological/corporate#that doesnt exist in the way people think it does. much like how dead poets society creates this false dichotomy where the artistic are the#true arbiters of actualized living....we can't go on in society like this. how can we only subsist on art#or only subsist on “reason” and advancement#why must it be one or the other#i sound insane. i wish i could properly vocalize how i feel#anyway this is definitely a byproduct of existing only in deeply illustrative circles like im in an echo chamber i know i am
3 notes
·
View notes