
Join a ten-day no-code AI and ML bootcamp intro to build practical projects from scratch and master tools like Teachable Machines and Vertex AI.
Access the ten days ai course package zip, follow along by doing, read materials and quizzes, complete daily final projects, seek help when needed, and earn your certificate of completion.
Explore how AI mimics human intelligence to enable decision making, text processing, and visual perception, and see object detection, facial recognition, bounding boxes powering apps like self-driving cars.
Ten-day no-code AI bootcamp introduces data, models, and compute power through hands-on projects using Google Teachable Machines, DataRobot, Vertex AI, Sagemaker Autopilot across image, text, and tabular data.
Explore AI applications in fashion, including a virtual stylist that analyzes customer Instagram and Facebook images to classify fashion categories, forecast trends, and drive targeted marketing campaigns.
Learn to export and deploy a trained model from Google Teachable Machines, create an accessible endpoint, and test it with sample images without writing code.
Extend your no-code ai bootcamp project by retraining a model with 13 classes—adding socks, wallets, and scarves—train for 50 epochs, test with new images, and export to deploy cloud model.
AI basics, including an artificial neural network, master key terminologies, and learn how to train and evaluate models using epoch, batch size, learning rate, accuracy, precision, recall, and confusion matrices.
Explore how artificial neural networks mimic brain neurons, including inputs, weights, bias, and activation, to build a trainable model that can classify data.
Learn core ai lingo by explaining epochs, batch size, and learning rate. Compare training and testing progress using accuracy and loss metrics.
Train a five-class sign language image classifier using a no-code platform, evaluate with confusion matrix and accuracy, test on unseen images, and export and deploy the model.
Celebrate overcoming a tough day of technical content and mastering AI fundamentals. Rest up for brand new content tomorrow and share feedback to shape future course launches.
Collect live training data with a webcam to train, test, and deploy a no-code ai model that detects mask wearing, and classify four states from no mask to properly worn.
Examine the business case for ai-driven mask detection to enforce public health guidelines. Build a simple ai model with training data and explore facial recognition applications.
Learn to collect live training data with Google Teachable Machines using a webcam, build two classes—no mask detected and mask detected—and optimize lighting and background for better model training.
Train a model in Google Teachable Machines with live webcam data for two classes, then tune epochs, batch size, and learning rate while monitoring training progress.
Explore precision vs. recall through real-world binary classification examples like bank fraud detection and spam filtering, illustrating true positives, false positives, and false negatives via a confusion matrix.
Extend the face mask detector with two extra classes in the final project, collect 300 images per class, tune hyperparameters, analyze the confusion matrix, train, test, and deploy.
Visualize deep neural networks by exploring layers with tensor space.js, TensorFlow Playground, and Ryerson CNN visualizations, and learn how features are extracted to classify digits 0–9.
Delve into the fundamentals of artificial neural networks, from single neurons to multi-layer feedforward and convolutional networks, and visualize their layers and weights with TensorFlow Playground.
Visualize feedforward neural networks in TensorFlow Playground to explore how activation functions, hidden layers, and learning rate affect class separation and training versus test loss.
Configure a feedforward neural network on the spiral dataset, set an 80/20 split with 30% noise and batch size 20, then tune architecture and hyperparameters for classification.
Explore the LeNet convolutional neural network architecture: six convolution layers on 28x28 inputs, subsampling to 14x14 and 5x5, then a 120–84 fully connected classifier producing 10 outputs.
Visualize a net convolutional neural network with feature maps from 28x28 to 14x14 to 10x10 and 5x5, flattening to a dense 84-node output predicting digits 0–9 using tensor space.js.
Explore residual neural networks (resnet) and how skip connections overcome the vanishing gradient to enable hundreds of layers. Visualize the ResNet-50 model in TensorSpace.js and learn its ImageNet performance.
Compare alexnet to resnet, highlighting eight-layer conv nets and skip connections, then visualize alexnet in tensor space dot js and in TensorFlow.js, and complete the final project part B.
Celebrate completing day 4 as you generate ai visualizations. Shift to a brand new tool tomorrow and provide feedback for future course launches.
Learn to use data robot to build, train, test, and deploy no code AI models that predict used car prices from features like make, model, engine size, horsepower, and mpg.
Discover real-world ai applications with price prediction stories, including fair price forecasting for flights, real estate recommendations, and market segmentation, and learn how self-learning models guide optimal purchasing decisions.
Perform exploratory data analysis in DataRobot, select MSRP as the target, and review features such as make, origin, drivetrain, engine size, horsepower, MPG, wheelbase, and weight, using a train-validation-holdout split.
Train and evaluate multiple regression models in DataRobot, conduct feature association analysis, and select the best Keras residual neural network for deployment.
DataRobot analyzes regression model performance using a leaderboard and R squared, comparing multiple models and highlighting horsepower as the key feature behind predictions.
Deploy a top model in DataRobot without writing code, create an application using the predictor, and run inferences to see how horsepower and other features influence car price.
Explore how simple and multiple linear regression differ, how training data predicts vehicle MSRP from engine size and other variables, and how least-squares fit determines the model.
Use the final project insurance data in DataRobot to perform exploratory data analysis, train multiple regression models, deploy the best model, and infer insurance charges.
Reach the halfway milestone in the 10 days of no code artificial intelligence bootcamp. Rest, celebrate this win, and prepare for tomorrow's brand new problem.
Build and deploy a model to predict employee attrition using features like job involvement, education, job satisfaction, and work life balance; treat it as classification evaluated with AUC and ROC.
Build, train, test, and deploy a no-code ml model in DataRobot to predict employee attrition from education, job involvement, satisfaction, and work life balance; Kaggle data fuels project card demo.
Explore the business case and success stories of ai in human resources, and seven ways ai transforms hiring, engagement, and analytics, with a reading and quiz on employee attrition.
Explore the data overview for the ai ml model, listing inputs like age, education level, job satisfaction, work life balance, and performance rating to predict attrition as a 0/1 classification.
Learn to upload employee data into DataRobot, perform initial exploration and feature visualization, select the target column, and begin training a binary attrition model using a drag-and-drop workflow.
Explore data in DataRobot by selecting employee attrition as the target, examine feature distributions, and set a 60/20/20 train-validation-holdout split for a classification model.
Train a machine learning model in DataRobot using a 60/20/20 split and review leaderboard results. Explore feature associations, like department with job role and monthly income.
Assess model performance using AUC, confusion matrix, precision, and recall; explore feature importance and prediction explanations, then tune thresholds on ROC curves.
Deploy the best elasticnet classifier in DataRobot, build a predictor application, and test with multiple values, using average inputs to generate predictions and interpret explanations for employee attrition.
Train and deploy an image classifier to detect diabetic retinopathy with DataRobot, visualize activation maps of a convolutional neural network using grad-cam, and evaluate accuracy and recall.
Explore the business case for ai-driven diabetic retinopathy screening and success stories, as deep learning detects and classifies retinal images with high accuracy using DataRobot.
Upload your dataset to DataRobot with drag-and-drop, perform basic exploratory data analysis, and review class distributions to prepare training and testing data for model development.
Train a machine learning model in data robot by selecting target, assessing data quality, and evaluating models on leaderboard, with regularized logistic regression recommended for deployment and accuracy around 0.70.
Deploy the best model recommended for deployment by DataRobot using auto model, generate predictions from uploaded test data, and download a CSV with class probabilities for each image.
Explore explainable AI with gradcam visualizations to see how convolutional neural networks focus on image regions, using activation maps and heat maps to build trust and inform deployment.
Train an AI model to detect and classify chest x-ray images into healthy, COVID-19, bacterial pneumonia, and viral pneumonia, with Grad-CAM activation maps and DataRobot deployment.
Celebrate completing day seven and your milestone as you gain newly acquired skills. Rest, prepare for tomorrow's new challenge, and share feedback to improve future course launches.
Apply NLP to predict sentiment from Amazon Echo reviews using AI and ML. Build, train, and deploy a sentiment model; visualize text with word clouds and explore brand monitoring.
Analyze customer feedback data with DataRobot, exploring data quality, target selection on feedback, rating distributions, and word cloud insights while preparing models for training and holdout evaluation.
Deploy a no-code ai model with DataRobot, create an application and predictor, and run sentiment predictions through the deployed endpoint. Test positive and negative reviews to validate model behavior.
Drop the rating column to prevent data leakage and retrain on the no leakage Amazon reviews dataset; tune hyperparameters, analyze the confusion matrix, accuracy, and loss graphs, then deploy.
Celebrate completing day eight, take a rest, and prepare for tomorrow’s brand new tool and challenge as we stay tuned for more.
discover how AWS offers scalable cloud services for storage, compute, and AI tools. use S3, EC2, and SageMaker autopilot to train and deploy models without writing code.
Explore AWS S3 storage for uploading training data, EC2 for scalable compute, and SageMaker Autopilot for automated training, tuning, and deployment of ML models.
Configure an AWS SageMaker autopilot experiment with your S3 data and output locations and select the binary classification target. Explore preprocessing, feature engineering, hyperparameter tuning, and explainability results.
Predict health insurance charges as a regression task using age, gender, BMI, children, smoking, and region with AWS SageMaker Autopilot; train multiple models, select the best, analyze performance, and deploy.
Learn to set up an AWS SageMaker Autopilot experiment from your dataset in S3, upload data with a no-code script, run multiple model trials, and deploy the best model.
Explore no coding ai with AWS autopilot, preparing insurance_data.csv, setting the S3 data and outputs paths, selecting charges as target, and running auto-tuned regression models in a single experiment.
Learn to automate ai ml workflows with AWS Sagemaker autopilot, running experiments, tuning models for mse, deploying endpoints, and exploring data with candidate generation and data exploration notebooks.
Celebrate completing day nine of the bootcamp and stay tuned for a brand new tool tomorrow. Rest up and see you tomorrow.
The no-code AI revolution is here! Do you have what it takes to leverage this new wave of code-friendly tools paving the way for the future of AI?
Businesses of all sizes want to implement the power of Machine Learning and AI, but the barriers to entry are high. That's where no-code AI/ML tools are changing the game.
From fast implementation to lower costs of development and ease of use, departments across healthcare, finance, marketing and more are looking to no-code solutions to deliver impactful solutions.
But groundbreaking as they are, they're nothing without talent like YOU calling the shots...
Do you want to leverage machine learning and AI but feel intimidated by the complex coding involved?
Do you want to master some of the top no-code tools on the market?
Do you want to implement ML and AI solutions in your business, but don't have the academic background to understand?
Yes?! Then this course is for you.
Master the top tools on the market and start solving practical industry scenarios when you enroll in our new course: 10 Days of No Code Artificial Intelligence Bootcamp
Join our best-selling instructor Dr. Ryan Ahmed and learn how to build, train, test, and deploy models that solve 10 practical challenges across finance, human resources, business, and more, using these state-of-the-art tools:
Google Teachable Machine
Google TensorFlow Playground
DataRobot
AWS SageMaker Autopilot
Google Vertex AI
Tensorspace.JS
The best part? You'll be done in 10 days or less!
Take a look at the 10 professional projects you will complete:
Day #1: Develop an AI model to classify fashion elements using Google Teachable Machines.
Day #2: Deep-dive into AI technicalities by tweaking hyperparameters, epochs, and network architecture.
Day #3: Build, train, test, and deploy an AI model to detect and classify face masks using Google Teachable Machines.
Day #4: Visualize state-of-the-art AI models using Tensorspace.JS, Google Tensorflow Playground, and Ryerson 3D CNN Visualizations.
Day #5: Develop a machine learning model to predict used car prices using DataRobot.
Day #6: Develop an AI model to predict employee attrition rate using DataRobot.
Day #7: Develop an AI model to detect Diabetic Retinopathy Disease using DataRobot
Day #8: Build, train, test, and deploy an AI model to predict customer sentiment from text.
Day #9: Develop an AI to predict credit card default using AWS SageMaker Autopilot.
Day #10: Develop an AI model to predict university admission using Google Vertex AI.
Ready to challenge your AI skills in new and exciting ways? Enroll now and experience the power of no-code AI tools.