• Stars
    star
    5
  • Rank 2,856,612 (Top 57 %)
  • Language
    Jupyter Notebook
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

## Project Title : Intelligent Navigation System to Avoid Infected Covid-19 Areas with Reinforcement Learning #@ Author : Sudip Mitra # E-mail : [email protected]

More Repositories

1

Working-with-Dates-Project_Python_Programming_Essentials_Week4

Coursera Project , Python Programming Essentials Week 4 Project on Working with Dates
Python
5
star
2

Planar-data-classification-with-one-hidden-layer_deeplearning.ai

# - Implement a 2-class classification neural network with a single hidden layer # - Use units with a non-linear activation function, such as tanh # - Compute the cross entropy loss # - Implement forward and backward propagation
2
star
3

Fit-Squares-in-Triangle-CodeChef

Python
1
star
4

Playing-with-Matches-Codecheff

Jupyter Notebook
1
star
5

Palindrome-in-Python

Jupyter Notebook
1
star
6

String-Formations-Problems-in-Python

Problems solved on strings formations
Jupyter Notebook
1
star
7

FacebookMessage-with-Python

Python
1
star
8

cartesian-product

Here I will use itertools.product() . This tool computes the cartesian product of input iterables.
Python
1
star
9

DSA

Java
1
star
10

Simple-Quiz-with-Class

Python
1
star
11

sWAP_cASE

Program to convert all lowercase letters to uppercase letters and vice versa.
Python
1
star
12

Love_Architecture

Creating Love with Geometric Module
Python
1
star
13

Examples_Image_Processing

Jupyter Notebook
1
star
14

Add_Two_Arrays

Program to add the corresponding elements of two arrays,
Python
1
star
15

Designer-Door-Mat

Python
1
star
16

CodeChef-Problems

Jupyter Notebook
1
star
17

factorial

Python Program for factorial of a number
Python
1
star
18

Processing-a-string-CodeChef

Given an alphanumeric string made up of digits and lower case Latin characters only, find the sum of all the digit characters in the string.
Jupyter Notebook
1
star
19

LeetCode-Problems

The problem solved on LeetCode.com Platform
Jupyter Notebook
1
star
20

Speech_Recognition_Game-guess_the_word-Sudip_Mitra

Game that picks a random word from a list and gives the user three attempts to guess and speak the word.
Jupyter Notebook
1
star
21

find_largest_number

Find max list element on inputs provided by user
Python
1
star
22

Text_Wrap

Python
1
star
23

Machine_Depreciation

1
star
24

Negetive-Integer-Reversal-Python

Jupyter Notebook
1
star
25

classifying_images_of_clothing_machinelearning

Jupyter Notebook
1
star
26

Counting-Pretty-Numbers-CodeCheff

Python
1
star
27

F7-Championship-Problem-in-C-

C++
1
star
28

Realtime_Camera_Face_Eye_Smile_Detection

Face including Eye and Smile Detection with OpenCV
Jupyter Notebook
1
star
29

Interactive-ToDo

Interactive ToDo is a WebApp, made with React. It is very efficient to store and manage users To Do Workbook.
JavaScript
1
star
30

Converting-Celsius-to-Fahrenheit-with-Machine-Learning

Jupyter Notebook
1
star
31

Pattern-Closed-Box-in-Python

Python
1
star
32

Smile_Detection_AI_Image_Processing

Jupyter Notebook
1
star
33

Temperature_Converter

It converts Celsius to Fahrenhiet or Vice-versa
Python
1
star
34

Lucky-Four-Codechef

Python
1
star
35

Hello_Word

Printing a user inputted word wherever we want
Python
1
star
36

Fibonacci_Series

This program will find the particular fibonacci number given by the user.
Python
1
star
37

Email_Address_Programs

Check if email address valid or not in Python
Python
1
star
38

Face_Recognition_Project_OpenCV_SudipMitra

Face Recognition in Real-time with Accuracy using OpenCV and Python
Jupyter Notebook
1
star
39

Split_Join

In Python, a string can be split on a delimiter.
Python
1
star
40

Alphabet-Rangoli

The center of the rangoli has the first alphabet letter a, and the boundary has the 'n'th alphabet letter (in alphabetical order)
Python
1
star
41

Assignments-Introduction-to-the-Internet-of-Things-and-Embedded-Systems-Coursera

Assignments - Introduction to the Internet of Things and Embedded Systems by University of California - Coursera
1
star
42

Work_Pad_Project

This workpad GUI will consist of various menu like file and edit, using which all functionalities like saving the file, opening a file, editing, cut and paste can be done.
Python
1
star
43

Armstrong_Number

In case of an Armstrong number of 3 digits, the sum of cubes of each digit is equal to the number itself. For example: 153 = 1*1*1 + 5*5*5 + 3*3*3 // 153 is an Armstrong number.
Jupyter Notebook
1
star
44

Return_two_prime_numbers

Given an even number (greater than 2), return two prime numbers whose sum will be equal to given number.
Python
1
star
45

Face_Detection_AI

A face detection program with the help of OpenCV and Haarcascade_Frontalface
Jupyter Notebook
1
star
46

Color_Vision_Project_Tkinter

In this game, player has to enter color of the word that appears on the screen and hence the score increases by one, the total time to play this game is 30 seconds. Colors used in this game are Red, Blue, Green, Pink, Black, Yellow, Orange, White, Purple and Brown. Interface will display name of different colors in different colors. Player has to identify the color and enter the correct color name to win the game.
Python
1
star
47

Building-your-Deep-Neural-Network-Step-by-Step.ai_week3_deeplearning.ai

Use non-linear units like ReLU to improve your model Build a deeper neural network (with more than 1 hidden layer) Implement an easy-to-use neural network class Notation: Superscript $[l]$ denotes a quantity associated with the $l^{th}$ layer. Example: $a^{[L]}$ is the $L^{th}$ layer activation. $W^{[L]}$ and $b^{[L]}$ are the $L^{th}$ layer parameters. Superscript $(i)$ denotes a quantity associated with the $i^{th}$ example. Example: $x^{(i)}$ is the $i^{th}$ training example. Lowerscript $i$ denotes the $i^{th}$ entry of a vector. Example: $a^{[l]}_i$ denotes the $i^{th}$ entry of the $l^{th}$ layer's activations).
1
star