Skip to content
View SiddharthKalla's full-sized avatar

Block or report SiddharthKalla

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. neural_networks_scratch neural_networks_scratch Public

    This is a public repository including various implementations of building neural networks from scratch. Here we worked on building some Convonutional Neural Networks using the useful Convolution la…

    Jupyter Notebook 4 3

  2. iris_classification iris_classification Public

    Iris dataset consists of categorizing all samples collected into 3 different categories of plant on the basis of 4 features provided in the the dataset that are sepal_length, sepal_width, petal_len…

    Python 1

  3. rice_leaf_diseases_pred rice_leaf_diseases_pred Public

    Detecting leaf diseases is one of the emerging optimized solution to save time and segregate leaves with diseases from the healthy ones to save them. This repository has deep neural networks using …

    Python 1 1

  4. CIFAR_sequential_model CIFAR_sequential_model Public

    A squential Neural Network model created for classification into 10 output classes of CIFAR10

    Jupyter Notebook 1

  5. Stock-Close-Value-Prediction Stock-Close-Value-Prediction Public

    Detailed repository for predicting US based Stock's Close value using various methods as Stacked LSTM, CNN and stats models as ARIMA.

    Jupyter Notebook 1

  6. Linear_Regression Linear_Regression Public

    This is a Simple_Linear_Regression model created to predict the amount of salary a particular person might be getting according to the years of experience in a particular company. Salary depends li…

    Python