Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by gunjanmimo
A curated list of projects in awesome lists by gunjanmimo .
https://github.com/gunjanmimo/nptel-the-joy-of-computing-using-python
nptel nptel-assignments nptel-solutions
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/google-assistant-development-
working on google assistant development for google home and android app for better connectivity and better integrity
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/hacker-rank
ALL THE SOLUTION OF HACKER RANK PROBLEM FOR PYTHON USER
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/ip-details-tracker
it will detect your pc ip and tells all the details about ip
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/drone-controller
Drone Controller Physics Unity3D
ai artificial-intelligence drone machine-learning reinforcement-learning unity3d
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/facemask-detction-cnn
CNN model using TensorFlow to detect if you are wearing a face mask by using the webcam of your PC
cnn deep-learning face-mask-detection keras-tensorflow
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/c-programming
all c programming basic to advance
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/coursera_tensorflow_ai
Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning by deeplearning.ai
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/deep-learning-project
all deep learning basics concepts and the dataset and codes
ai cnn-classification cnn-for-visual-recognition cnn-keras deep-learning deep-learning-algorithms deep-learning-tutorial deep-neural-networks deep-reinforcement-learning deeplearning keras keras-tensorflow tensorflow theano theano-models
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/car-pedestrian-detection
This is a AI based car and pedestrian detection for road safety using OpenCV
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/angular
AngularJS is a JavaScript-based open-source front-end web framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/d3-visualization
D3.js is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. It makes use of Scalable Vector Graphics, HTML5, and Cascading Style Sheets standards. It is the successor to the earlier Protovis framework
d3js data data-science data-visualization reactjs
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/django-ml-loan-predictor
Django Application based on Machine Learning Model to predict Loan eligibility
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/blur-face
This is a application to blur face in any image
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/text-summarizer
This is a NLP based text summarizer
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/scratch-gan
A repo for all the GAN models from scratch for beginners
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/spring-boot
Spring Boot is an open source Java-based framework used to create a micro Service. It is developed by Pivotal Team and is used to build stand-alone and production ready spring applications
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/search-engine
This is a search engine works as Google Search Engine
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/natural-language-processing
covered all the basic concepts of Natural language processing
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/portfolio
graphql hacktoberfest portfolio react
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/javascript-computervision
This is a web app based on computer vision to detect face and human body
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/graph-aligning-ss-transformer
A SELF-SUPERVISED GRAPH ALIGNING TRANSFORMER FOR PCD ALIGNMENT
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/basic-game-development
Basic Game Development
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/graph-attention-pcd-alignment
GRAPH ATTENTION BASED POINT CLOUD ALIGNER
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/simple-python-k8s
This is simple K8S with python example for all the beginner
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/project-euler
About Project Euler Leonhard Euler (1707-1783) Where should I start? That depends on your background. There are two tables containing problems. The Recent problems table lists the ten most recently published problems, so if you are new to Project Euler then you may prefer to start with the Archives to get a feel for the different types/difficulties of our problems. The first one-hundred or so problems are generally considered to be easier than the problems which follow. In the archives table you will be able to see how many people have solved each problem; as a general rule of thumb the more people that have solved it, the easier it is. To assist further there is a difficulty rating system which may also help you decide where to start. You are able to sort the problems in the archives table on ID, Solved By, or Difficulty. I've written my program but should it take days to get to the answer? Absolutely not! Each problem has been designed according to a "one-minute rule", which means that although it may take several hours to design a successful algorithm with more difficult problems, an efficient implementation will allow a solution to be obtained on a modestly powered computer in less than one minute. Does it matter if it takes more than one minute to solve? Of course not, but that should provide the impetus to return to the problem and see how you can improve your approach. But remember that once you've solved a particular problem you will be able to access a thread relating to that problem and it is here that you may be able to pick some tips from others that have solved it. I solved it by using a search engine, does that matter? Making use of the internet to research a problem is to be encouraged as there could be hidden treasures of mathematics to be discovered beneath the surface of many of these problems. However, there is a fine line between researching ideas and using the answer you found on another website. If you photocopy a crossword solution then what have you achieved? I've checked my program ten times now and I keep getting told my answer is wrong! Have you made a mistake? With newly released problems it is quite possible that a small error may have slipped through the net, or maybe the wording is slightly ambiguous and the problem has not been explained as well as it could. However, when so many people have hit the target and one marksman misses ten times on the run, he/she can hardly shoot his/her own foot and conclude that because the gun is working properly the fault must lie in the target. Do you have any hints on solving problems? Read the details of the problem very carefully and make note of any example cases given. Experiment with pencil and paper to get a feel for the ideas behind the problem. If the ideas are new to you, use the internet or books to get some background; the problem should contain clues as to what to look-up. Try writing a program to generate for simple cases and check that your output agrees with the example cases; this will confirm you've understood the problem and are heading in the right direction. Based on this try to extrapolate to estimate the time it will take to get the final answer and if it's going to take significantly more than a minute rethink your strategy. What are the levels and awards all about? For every twenty-five problems you solve you will advance one level, which should help encourage you to make short term targets. The awards are earned for a variety of reasons and if you are wondering what you need to do to earn an award go to the Statistics page and you can see a complete list of current awards. In the case of both levels and awards you can click on the image on the Statistics page to see which members are currently at that level or who has earned a particular award. It is hoped that the levels and awards will provide a bit of extra fun as you solve the problems. There seems to be discussion threads for each problem, so why can't I access some of them? You are only able to access a thread for a particular problem once you have solved it. Once you have access you will be able to see how other members have solved the problem, discuss methods, and share your insights. What is Kudos? The purpose of Kudos is to let the poster or other members know that you found a particular post extremely helpful, useful, or well written. You can award up to 5 Kudos points to each problem thread, so only use when you think a post really deserves it. Why do some posts disappear? Only the first one hundred posts are automatically made permanent. After this only the most recent one hundred posts are kept; older posts will be automatically deleted. However, if a particularly good post is made then one of the administrators may make a post permanent. Kudos is a useful way to alert administrators to a post which members have found helpful and should be made permanent. Is there anywhere else we can discuss and meet other members? Indeed there is! There is an alternative phpBB official forum which has been set up to allow members to engage in general discussions, share ideas relating to problem solving and programming, make suggestions about the website, and ask for clarification on the wording of a particular problem. How do I access the alternative forum? The link is given below, but please be aware that your account at this website has not been automatically transferred to the alternative forum and you will need to set up a separate account; in order to complete the registration process you will require the current registration key found on your Account page. Forum Web Address: https://projecteuler.chat Also please note that your posts will be visible to all members and you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem. I learned so much solving problem XXX so is it okay to publish my solution elsewhere? It appears that you have answered your own question. There is nothing quite like that "Aha!" moment when you finally beat a problem which you have been working on for some time. It is often through the best of intentions in wishing to share our insights so that others can enjoy that moment too. Sadly, however, that will not be the case for your readers. Real learning is an active process and seeing how it is done is a long way from experiencing that epiphany of discovery. Please do not deny others what you have so richly valued yourself. I have a wonderful idea for a new problem, what should I do? That is great news! Many members have contributed new problem ideas and have then become involved in the problem development process of their initial proposal. If you have an idea then you need to do the following: Carefully read the following post at our official forum which outlines the process: https://projecteuler.chat/viewtopic.php?f=26&t=510 Only if you agree to the terms of the process then email your proposal to: [email protected] How can I contact Project Euler? The preferred way to contact a Project Euler team member is via the alternative phpBB forum given above. The team visit regularly and are able to deal with most issues quickly and efficiently; see How do I access the alternative forum? How did Project Euler all start? Project Euler was started by Colin Hughes (a.k.a. euler) in October 2001 as a sub-section on mathschallenge.net. Who could have known how popular these types of problems would turn out to be? Since then the membership has continued to grow and Project Euler moved to its own domain in 2006. Who runs Project Euler? Ideas for new problems come from our own members and they are developed by a team of hard working and talented mathematicians and programmers. So to put it simply, it is the members that run Project Euler. Can I make a donation? Absolutely! Project Euler is entirely financed by its own members, so if you have enjoyed the problems and would like to give something back by helping with the running costs then any donations are gratefully received. PayPal � The safer, easier way to pay online. DISCLAIMER The popularity of Project Euler has increased tremendously over the years since its inception through the concerted effort of numerous people. Members have generally taken pride in showing their achievements. The obvious place to do so is the forum that is set up for each problem. However the increasing popularity has also been attracting people with a different agenda. With so many internet sites publishing answers for the PE problems instead of using the forum on this site, some people now seem to take pride in gathering and submitting those answers for whatever reason. It is humanly impossible for Project Euler, or indeed any member, to reliably differentiate those people from members that have solved the problems under their own steam. The ranking lists on Project Euler should be interpreted for what they are: an indication of the number of correct answers submitted by the member in question and validated by our answer checker. Individual members themselves know best what they have achieved on their own. Laying too much stress on competition might spoil the fun of problem solving which is one of the purposes of Project Euler. Also, any claim from a member about his own achievement cannot be supported as trustworthy by Project Euler. If critical, other means from third parties would be required to verify such claims. Providing quality problems for entertainment and educational purposes will continue to be the main goal of Project Euler, regardless of the intentions of a minority of the members. "Project Euler exists to encourage, challenge, and develop the skills and enjoyment of anyone with an interest in the fascinating world of mathematics."
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/computer-vision-101
Computer Vision 101 GETS YOUR CV KNOWLEDGE COVERED
Last synced: 08 Nov 2024
https://github.com/gunjanmimo/scratch-transformer
Implemented TRANSFORMER from scratch using PyTorch
Last synced: 08 Nov 2024