#Csce 598 Special Topics

Author avatar
Prashant BasnetYesterday
What is GPT ? Transformer | Machine Learning Model

What GPT-3 Means: GPT means generative pre-trained transformer, 3 means 3rd generation.Generative: Means bot that can generate new text.Pre-trained: Pre-trained

3 min read·General
Article cover
Author avatar
Anonymous UserDec 24, 2024
Auto Encoders | Unsupervised Learning Model

What are Auto Encoders?Directed neural network. Auto encoders encode itself. It takes some input goes through hidden layers, then outputs. It aims for the outpu

5 min read·General
Article cover
Author avatar
Brain DumpNov 22, 2024
Dynamics of a Small Dendritic Neural Network

This document is about new way of training artificial neural network, that tries to mimic how a brain might learn.Traditional method of training AI like Back pr

3 min read·General
Article cover
Author avatar
Prashant BasnetNov 5, 2024
The Building Blocks of Computer Vision: CNN Architecture 101

How We See Things: The Brain's Pattern Recognition Game?Have you ever looked at clouds and seen shapes in them? Or perhaps you've encountered those fascinating

7 min read·General
Article cover
Author avatar
Prashant BasnetNov 3, 2024
CNN 102: Building an AI That Can See 👁️

Why Should You Care About CNNs?Have you ever wondered how your phone recognizes faces in photos? Or how self-driving cars can tell the difference between a pede

8 min read·General
Article cover
Author avatar
Prashant BasnetOct 26, 2024
Building a Deep Neural Network in 6 Lines.

Power of (Python + Keras) modern deep Learning tools:This guide walks through the process of building and training an Artificial Neural Network (ANN) using Tens

6 min read·General
Article cover
Author avatar
Brain DumpOct 6, 2024
Probability Theory 101: Building Blocks for Machine Learning. Chapter 1.

Think of probability as a tool that helps us make sense of uncertainty. It's not about knowing what will happen for sure, but about understanding the chances of

15 min read·General
Article cover