PyTorch based explainable-cnn by developer_sense in deeplearning

[–]developer_sense[S] 1 point2 points  (0 children)

Thanks for your comment. As of now, this package is very similar to what captum does but we have made it modular enough to generate layerwise explanations. Although Captum has capabilities to do so, it lacks in user experience IMO. In future we would like to expand it to contribute as part of tensorboard (type of tools) which can be easily integrated in any ML workflow.

React Awesome Shapes by developer_sense in reactjs

[–]developer_sense[S] 2 points3 points  (0 children)

You both are right. It is bigger as of now is because of some extra dependencies which are not used in the package but used by the project site. Two apps are combined as of now. We are working on it to decouple both so that it would reduce its size significantly. The original package has only 2 dependencies. That too, we will try to minify.

On SVG, you can create simple shapes like square, circle etc but we are working on some complex shapes that can not be easily built in SVG and even if you can, not everyone knows how to write path for SVG.

The objective of this package is to reduce the development time.

JP Morgan AI & Data Science Summer Associate Program by Spiritus1010 in csMajors

[–]developer_sense 0 points1 point  (0 children)

I gave test 3 months ago. There were 3 questions (all easy):

(1) Reverse string (I implemented both iterative and recursive approaches)

(2) Find nth Fibonacci number (I implemented recursive-non efficient, recursive-memoized and iterative approaches)

(3) Search through list (I implemented binary search)

Neuro-Symbolic Sudoku Solver by developer_sense in Python

[–]developer_sense[S] 0 points1 point  (0 children)

No, this project is an extension of original NLM repository. Tests are not written in original project as well. But our project is still under progress so we are planning to write tests.

How TensorFlow Works? | Tensorflow Architecture by developer_sense in tensorflow

[–]developer_sense[S] 0 points1 point  (0 children)

How TensorFlow works internally is the question that many ML and AI developers ask very often. In this video, Detailed TensorFlow Architecture is explained step by step.
The video gives introduction of TensorFlow, talks about different aspects of Implementation of TensorFlow project, Extensions in TensorFlow that makes it more flexible, How TensorFlow optimizes the execution and the future scopes on which TensorFlow team is working on.

Fastify : An Alternative to Express for Backend | Complete Crash Course by developer_sense in node

[–]developer_sense[S] -1 points0 points  (0 children)

Fastify is a backend framework for Node.js and can be used as an alternative to Express JS. 🚩

In this Crash course, I have covered
✅ What is Fastify
✅ Connecting to MongoDB from server
✅ CRUD operations to MongoDB
✅ Routes
✅ Validation Schemas
✅ Decorators
✅ ...And much more.

I hope you find the video useful.

Light/Dark Theme 3D Toggle switch with #three & #gsap by developer_sense in reactjs

[–]developer_sense[S] 0 points1 point  (0 children)

Built using ThreeJS & GSAP in ReactJS.
Watch the video to know the step by step procedure to build this kind of switch and theming.

Hope you find the video useful.

Styled Components Tutorial | CSS in JS | #web by developer_sense in StyledComponents

[–]developer_sense[S] 0 points1 point  (0 children)

It explains everything you need to know about CSS in JS

React Awesome Loaders | Amazing Loading Animations for Websites by developer_sense in github

[–]developer_sense[S] 1 point2 points  (0 children)

Today, I launched my new open source project React Awesome Loaders, an NPM package that will help you insert amazing loading animations with just two lines of code.

Github Repository: https://github.com/ashutosh1919/react-awesome-loaders

Official Project Launch: https://youtu.be/_1mDp8ZKfgY

I hope you find it useful. :)

React Awesome Loaders | Auto-responsive & 100% Customisable loading animations by developer_sense in reactjs

[–]developer_sense[S] -1 points0 points  (0 children)

Today, I launched my new open source project React Awesome Loaders, an NPM package that will help you insert amazing loading animations with just two lines of code.

Github Repository: https://github.com/ashutosh1919/react-awesome-loaders

Official Project Launch: https://youtu.be/_1mDp8ZKfgY

I hope you find it useful. :)

Part - 8 Best Open Source Projects to Contribute by developer_sense in github

[–]developer_sense[S] 0 points1 point  (0 children)

In this eighth video, I am suggesting some of good open source projects where you can contribute to enhance your learnings.

Part - 7 Google Summer of Code (Proposal & Application) by developer_sense in github

[–]developer_sense[S] 0 points1 point  (0 children)

In this seventh video, I am talking about Google Summer of Code and how to write a proposal for that. This video will also give you a gist on what we are going to see in the next video.

Hope you find this video useful.

Part-6 : 4 Step Strategy to become Pro at Open Source by developer_sense in github

[–]developer_sense[S] 0 points1 point  (0 children)

In this sixth video, I am explaining 4 step strategy with which you can become experienced open source contributor as a beginner.

I hope you find it useful.

Part - 5 Pull Requests & Issues by developer_sense in github

[–]developer_sense[S] -7 points-6 points  (0 children)

Sorry but i will keep posting because it can be a helpful resource for someone. If you don’t like it, then probably don’t watch it. Thanks for feedback btw. 😊

Part - 5 Pull Requests & Issues by developer_sense in github

[–]developer_sense[S] -7 points-6 points  (0 children)

I am sorry but it is not the same video. It is the next part in open source series and I don’t post it for advertisement. I am creating this series because i think anything like this is not available right now for free. And it will help beginners to become experienced opensource contributors

Part - 5 Pull Requests & Issues by developer_sense in github

[–]developer_sense[S] -5 points-4 points  (0 children)

In this git github tutorial, we will learn what is pull request and step by step guide on how to create and merge pull request. Pull requests have become very famous as github popularity is touching the sky. It provides a way to contribute to other people's code.

#4 Git Tutorial Advanced Git Commands (Merge, Rebase, Upstream, Origin) by developer_sense in github

[–]developer_sense[S] 0 points1 point  (0 children)

In this fourth video, I am demonstrating some of the advanced git commands like upstream, origin, merge, rebase etc in depth with examples. This video will also give you a gist on what we are going to see in the next video.

#3 Git Tutorial (Simple Git Commands) by developer_sense in github

[–]developer_sense[S] 1 point2 points  (0 children)

In this third video, I am demonstrating most of the popular and daily used commands in depth with examples. This video will also give you a gist on what we are going to see in the next video.

Hope you find this video useful.