Www.filosofiacienciaarte.org



5 Beginner Friendly Steps to Learn Machine Learning and Data Science with Python“I want to learn machine learning and artificial intelligence, where do I start?” Here. HYPERLINK "" INCLUDEPICTURE "*Rmq5dGAMlFDSSm6ZuZE9sg.png" \* MERGEFORMATINET HYPERLINK "" Daniel BourkeFollowSep 4?·?7?min read INCLUDEPICTURE "*yyYVWBkjt7w95W_wkGiQZA.jpeg?q=20" \* MERGEFORMATINET INCLUDEPICTURE "*yyYVWBkjt7w95W_wkGiQZA.jpeg" \* MERGEFORMATINET Photo by?Sam Bourke. Thank you Sam.Two years ago, I started learning machine learning online on my own. I shared my journey through YouTube and my blog. I had no idea what I was doing. I’d never coded before but decided I wanted to learn machine learning.When people find my work, they sometimes reach out and ask questions. I don’t have all the answers but I reply to as many as I can. The most common question I get is “where do I start?” The next most common question is?“how much math do I need to know?”I replied to a handful of these questions this morning.Someone told me they’d started learning Python and wanted to get into machine learning but didn’t know what to do next.I’ve learned Python, what should I do next?I put together a couple of steps in the reply and I’m copying them here. You can consider them a rough outline to go from not knowing how to code to being a machine learning practitioner.My style of learning is code first. Get code running first and learn the theory, math, statistics and probability side of things when you need to, not before.Remember, if you’re starting to learn machine learning, it can be daunting. There’s a lot. Take your time. Bookmark this article so you can refer to it as you go.I’m biased towards using Python because that’s what I started with and continue to use. You could use something else but these steps will be for Python.1. Learn Python, data science tools and machine learning conceptsThe email said they’d already done some Python. But this step is for someone who’s completely new as well. Spend a few months learning Python code at the same time as different machine learning concepts. You’ll need them both.Whilst learning Python code, practice using data science tools such as Jupyter and Anaconda. Spend a few hours tinkering with them, what they’re for and why you should use them.Resources for learningElements of AI?— overview of major artificial intelligence and machine learning concepts.Python for Everybody on Coursera?— learn Python from scratch.Learn Python by freeCodeCamp?— all major Python concepts in one video.Anaconda Tutorial by Corey Schafer?— learn Anaconda (what you’ll use for setting up your computer for data science and machine learning) in one video.Jupyter Notebook for Beginners Tutorial by Dataquest?— get up and running with Jupyter Notebooks in one article.Jupyter Notebook Tutorial by Corey Schafer?— learn how to use Jupyter Notebooks in one video.2. Learn data analysis, manipulation & visualization with Pandas, NumPy MatplotlibOnce you’ve got some Python skills, you’ll want to learn how to work with and manipulate data.To do so, you should get familiar with?pandas,?NumPy?and?Matplotlib.pandas will help you work with dataframes, these are tables of information like you would see in an Excel file. Think rows and columns. This kind of data is called structured data.NumPy will help you perform numerical operations on your data. Machine learning turns everything you can think of into numbers and then finds the patterns in those numbers.Matplotlib will help you make graphs and visualizations of your data. Understanding a pile of numbers in a table can be hard for humans. We much prefer seeing a graph with a line going through it. Making visualizations is a big part of communicating your findings.Resources for learningApplied Data Science with Python on Coursera?— start tailoring your Python skills towards data science.pandas in 10-minutes?— a quick overview of the pandas library and some of its most useful functions.Python Pandas Tutorial by Codebasics?— YouTube series going through all of the major capabilities of pandas.NumPy Tutorial by freeCodeCamp?— learn NumPy in one YouTube video.Matplotlib Tutorial by Sentdex?— YouTube series teaching all of the most useful features of Matplotlib.3. Learn machine learning with scikit-learnNow you’ve got skills to manipulate and visualize data, it’s time to find patterns in it.scikit-learn is a Python library with many helpful machine learning algorithms built-in ready for you to use.It also features many other helpful functions to figure out how well your learning algorithm learned.Focus on learning what kind of machine learning problems there are, such as, classification and regression, and what kind of algorithms are best for those. Don’t about understanding each algorithm from scratch yet, learn how to apply them first.Resources for learningMachine Learning in Python with scikit-learn by Data School?— YouTube playlist which teaches all of the major functionality in scikit-learn.A Gentle Introduction to Exploratory Data Analysis by Daniel Bourke— put what you’ve learned in the above two steps together in a project. Comes with code and video to help you enter your first Kaggle competition.Daniel Formosso’s exploratory data analysis notebook with scikit-learn— more in-depth version of the resource above, comes with an end-to-end project using the above.4. Learn deep learning neural networksDeep learning and neural networks work best on data without much structure.Dataframes have structure, images, videos, audio files and natural language text have structure but not as much.Tidbit:?For most cases, you’ll want to use an ensemble of decision trees (Random Forests or an algorithm like XGBoost) for structured data and you’ll want to use deep learning or transfer learning (taking a pre-trained neural network and using it on your problem) for unstructured data.You could start a note with little tidbits like this for yourself and collect them as you go.Resources for learningdeeplearning.ai by Andrew Ng on Coursera?— deep learning taught by one of the best in business.fast.ai deep learning courses by Jeremy Howard?— a hands-on approach to deep learning taught by one of the industries best practitioners.5. Extra curriculum & booksAlong the way, it would be ideal if you practised what you were learning with small projects of your own. These don’t have to be elaborate world-changing things but something you can say “I’ve done this with X”. And then share your work via Github or a blog post. Github is used to showcase your code, a blog post is used to show how you can communicate your work. You should aim to release one of each for every project.The best way to apply for a job is to have already done the things it requires. Sharing your work is a great way to showcase to a potential future employer what you’re capable of.After you’re familiar using some of the different frameworks for machine learning and deep learning, you could try to cement your knowledge by building them from scratch. You won’t always have to do this in production or in a machine learning role but knowing how things work from the inside will help you build upon your own work.Resources for learningHow to start your own machine learning projects by Daniel Bourke?— starting your own projects can be hard, this article gives you a few pointers.fast.ai deep learning from the foundations by Jeremy Howard?— once you’ve gone top-down, this course will help you fill in the gaps from the bottom up.Grokking Deep Learning by Andrew Trask?— this book will teach you how to build neural networks from scratch and why you should know how to.These books will help you learn machine learning by Daniel Bourke?— YouTube video going through some of the best books on machine learning. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download