Tutorial
Posts tagged 'Tutorial'
	- Implementing Minimax with Alpha-Beta pruning for a simple Chess AI in Swift
	
            
    
    
    
- Fixing ADFRSuite for Apple Silicon
	
            
    
    
    
- Polynomial Regression Using TensorFlow 2.x
	
            
    
    
    
- Cross-Compiling Hello World for DOS on macOS
	
            
    
        
            - This goes through compiling Open Watcom 2 and creating simple hello-world exampls
- Published On: 2024-03-15 13:16
- Tags: 
                
                    DOS, 
                
                    Tutorial, 
                
                    macOS, 
                
                    x86
                
            
 
- Interacting with underlying element in HTML
	
            
    
        
            - With CSS you can disable any interactions with an element and directly control the underlying element
- Published On: 2024-02-26 11:57
- Tags: 
                
                    CSS, 
                
                    Code-Snippet, 
                
                    HTML, 
                
                    Tutorial
                
            
 
- Attack Lab
	
            
    
    
    
- Bomb Lab
	
            
    
    
    
- Interacting with Siri using the command line
	
            
    
    
    
- Posting blogs as Mastodon Toots
	
            
    
    
    
- Building a Similar Movies Recommendation System
	
            
    
    
    
- Making a Crude ML Powered Chatbot in Swift using CoreML
	
            
    
        
            - Writing a simple Machine-Learning powered Chatbot (or, daresay virtual personal assistant ) in Swift using CoreML.
- Published On: 2021-06-27 23:26
- Tags: 
                
                    AI, 
                
                    CoreML, 
                
                    NLP, 
                
                    Swift, 
                
                    Tutorial
                
            
 
- Posting Blog Posts as Twitter Threads Part 1/n
	
            
    
    
    
- RSS Feed written in HTML + JavaScript
	
            
    
    
    
- Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt
	
            
    
        
            - Short code-snippet to generate HTTPS certificates using the DNS Challenge through Lets Encrypt for a web-server using DuckDNS.
- Published On: 2020-11-17 15:04
- Tags: 
                
                    Code-Snippet, 
                
                    Tutorial, 
                
                    Web-Development
                
            
 
- Trying Different Camera Setups
	
            
    
        
            - Comparison of different cameras setups for using as a webcam and tutorials for the same.
- Published On: 2020-10-11 16:12
- Tags: 
                
                    Tutorial, 
                
                    macOS
                
            
 
- Introduction to AR.js and Natural Feature Tracking
	
            
    
    
    
- Installing RDKit on Google Colab
	
            
    
    
    
- Compiling Open Babel on iOS
	
            
    
    
    
- Fixing X11 Error on macOS Catalina for AmberTools 18/19
	
            
    
    
    
- Tinkering with an Android TV
	
            
    
    
    
- Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire
	
            
    
        
            - Tutorial on creating a custom Image Classifier using Turicreate and a dataset from Kaggle
- Published On: 2020-01-16 10:36
- Tags: 
                
                    AI, 
                
                    Colab, 
                
                    Turicreate, 
                
                    Tutorial
                
            
 
- Setting up Kaggle to use with Google Colab
	
            
    
        
            - Tutorial on setting up kaggle, to use with Google Colab
- Published On: 2020-01-15 23:36
- Tags: 
                
                    Colab, 
                
                    Kaggle, 
                
                    Tutorial
                
            
 
- Building a Fake News Detector with Turicreate
	
            
    
        
            - In this tutorial we will build a fake news detecting app from scratch, using Turicreate for the machine learning model and SwiftUI for building the app
- Published On: 2019-12-22 11:10
- Tags: 
                
                    AI, 
                
                    Colab, 
                
                    Swift, 
                
                    SwiftUI, 
                
                    Turicreate, 
                
                    Tutorial
                
            
 
- Polynomial Regression Using TensorFlow
	
            
    
    
    
- Making Predictions using Image Classifier (TensorFlow)
	
            
    
    
    
- Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria
	
            
    
        
            - Tutorial on creating an image classifier model using TensorFlow which detects malaria
- Published On: 2019-12-08 14:16
- Tags: 
                
                    AI, 
                
                    Colab, 
                
                    Tensorflow, 
                
                    Tutorial
                
            
 
- Image Classifier With Teachable Machines
	
            
    
        
            - Tutorial on creating a custom image classifier quickly with Google Teachable Machines
- Published On: 2019-12-04 18:23
- Tags: 
                
                    AI, 
                
                    Tutorial