Sathiyaraman M's Blog

A collection of .NET, JavaScript and other tech-related articles.
Building my first Neural Networks with PyTorch and TensorFlow

Building my first Neural Networks with PyTorch and TensorFlow

PyTorch and TensorFlow are currently the two most popular deep learning frameworks for developing and training neural networks. In this post, I will build two simple neural networks for predicting diabetes, each using PyTorch and TensorFlow, and share my first-hand experiences.

Getting Started with Jupyter

Getting Started with Jupyter

Jupyter is an interactive development environment that allows you to create and share computational notebooks. It is a popular tool for data science and machine learning. In this post, I will be exploring Jupyter Lab and creating my first notebook.

Hosting websites using IIS

Hosting websites using IIS

Internet Information Services (IIS) is a flexible, general-purpose web server from Microsoft that exclusively runs on Windows systems.

Multi-container application with SQL Server

Multi-container application with SQL Server

Build a multi-container application with SQL Server and ASP.NET Core using Docker Compose while using Docker Volume to persist the data and environment variables to form the connection string to connect to the database.