Enlighter
In the second course of the Machine Learning Specialization, you will build and train a neural network with TensorFlow to perform multi-class classification, apply best practices for machine learning development so that your models generalize to data and tasks in the real world, build and use decision trees and tree ensemble methods, including random forests and boosted trees
#machine learning
#tensorflow
#python
#ensemble methods
Enlighter
In the first course of the Machine Learning Specialization, you will build machine learning models in python using NumPy and scikit-learn, and train supervised machine learning models for prediction and binary classification tasks
#machine learning
#supervised learning
#python
#numpy
#scikit-learn
Enlighter
Teach you about natural language processing (NLP) using libraries from the Hugging Face ecosystem β π€ Transformers, π€ Datasets, π€ Tokenizers, and π€ Accelerate β as well as the Hugging Face Hub. Itβs completely free and without ads.
#nlp
#python
#transformers
#hugging face
Enlighter
Solve short hands-on challenges to perfect your data manipulation skills. In this micro-course, you'll learn all about pandas, the most popular Python library for data analysis. Along the way, you'll complete several hands-on exercises with real-world data. We recommend that you work on the exercises while reading the corresponding tutorials
#python
#pandas
#data science
Enlighter
Learn SQL for working with databases, using Google BigQuery. Structured Query Language, or SQL, is the programming language used with databases, and it is an important skill for any data scientist. In this course, you'll build your SQL skills using BigQuery, a web service that lets you apply SQL to huge datasets.
#sql
Enlighter
In this curriculum, you will learn: Different approaches to Artificial Intelligence, Neural Networks and Deep Learning, Neural Architectures for working with images and text. Less popular AI approaches, such as Genetic Algorithms and Multi-Agent Systems.
#python
#deep learning
#machine learning
#neural networks
Enlighter
In this course, you will learn about what is sometimes called classic machine learning, using primarily Scikit-learn as a library and avoiding deep learning, which is covered in our forthcoming 'AI for Beginners' curriculum. Pair these lessons with our 'Data Science for Beginners' curriculum, as well!
#python
#machine learning
#scikit-learn