You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+23-7
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ This repository contains an implementation of a neural network from scratch usin
5
5
## Introduction
6
6
Neural networks are powerful models for machine learning and artificial intelligence tasks. This project focuses on building a basic neural network using the C programming language with CUDA extensions for parallelism. CUDA allows us to harness the computational power of NVIDIA GPUs, speeding up the training and inference phases of the neural network.
7
7
8
+
For running this make sure GCC and NVCC installed in your system while doing it my GCC version is 11.4.0 and NVCC version is 11.8. **USE THE RUN FILE FOR INSTALLING AND ADD THE PATH TO THE BASHRC FILE**
9
+
8
10
## Prerequisites
9
11
To run this project, you need the following dependencies:
0 commit comments