Skip to main content

Home/ Computer Science Knowledge Sharing/ Group items tagged Science

Rss Feed Group items tagged

Janos Haits

Quantiki | Quantum Information Portal and Wiki - 1 views

  •  
    "The world's leading portal for everyone involved in quantum information science. No matter if you are a researcher, a student or an enthusiast of quantum theory, this is the place you are going to find useful and enjoyable! While here on Quantiki you can: browse our content, including fascinating and educative articles, then create your own account and log in to gain more editorial possibilities."
Janos Haits

Galactica Demo - 1 views

  •  
    "Thanks everyone for trying the Galactica demo. Read more about the research below." Galactica: A Large Language Model for Science
Janos Haits

System Pro | Search Reinvented for Research™ - 0 views

  •  
    "Search reinvented for research™ Meet System Pro The fastest and most reliable way to find, synthesize, and contextualize scientific research - starting in health and life sciences."
Abdelrahman Ogail

Hill climbing - Wikipedia, the free encyclopedia - 0 views

  • In computer science, hill climbing is a mathematical optimization technique which belongs to the family of local search. It is relatively simple to implement, making it a popular first choice. Although more advanced algorithms may give better results, in some situations hill climbing works just as well. Hill climbing can be used to solve problems that have many solutions, some of which are better than others. It starts with a random (potentially poor) solution, and iteratively makes small changes to the solution, each time improving it a little. When the algorithm cannot see any improvement anymore, it terminates. Ideally, at that point the current solution is close to optimal, but it is not guaranteed that hill climbing will ever come close to the optimal solution. For example, hill climbing can be applied to the traveling salesman problem. It is easy to find a solution that visits all the cities but will be very poor compared to the optimal solution. The algorithm starts with such a solution and makes small improvements to it, such as switching the order in which two cities are visited. Eventually, a much better route is obtained. Hill climbing is used widely in artificial intelligence, for reaching a goal state from a starting node. Choice of next node and starting node can be varied to give a list of related algorithms.
Abdelrahman Ogail

Production system - Wikipedia, the free encyclopedia - 0 views

  • A production system (or production rule system) is a computer program typically used to provide some form of artificial intelligence, which consists primarily of a set of rules about behavior. These rules, termed productions, are a basic representation found useful in AI planning, expert systems and action selection. A production system provides the mechanism necessary to execute productions in order to achieve some goal for the system. Productions consist of two parts: a sensory precondition (or "IF" statement) and an action (or "THEN"). If a production's precondition matches the current state of the world, then the production is said to be triggered. If a production's action is executed, it is said to have fired. A production system also contains a database, sometimes called working memory, which maintains data about current state or knowledge, and a rule interpreter. The rule interpreter must provide a mechanism for prioritizing productions when more than one is triggered.
  • A production system (or production rule system) is a computer program typically used to provide some form of artificial intelligence, which consists primarily of a set of rules about behavior. These rules, termed productions, are a basic representation found useful in AI planning, expert systems and action selection. A production system provides the mechanism necessary to execute productions in order to achieve some goal for the system. Productions consist of two parts: a sensory precondition (or "IF" statement) and an action (or "THEN"). If a production's precondition matches the current state of the world, then the production is said to be triggered. If a production's action is executed, it is said to have fired. A production system also contains a database, sometimes called working memory, which maintains data about current state or knowledge, and a rule interpreter. The rule interpreter must provide a mechanism for prioritizing productions when more than one is triggered.
Janos Haits

Quantum - Google Research - 0 views

  •  
    "A research effort from Google AI that aims to build quantum processors and develop novel quantum algorithms to dramatically accelerate computational tasks for machine learning."
Janos Haits

Artificial Intelligence (AI) Machine Learning Advanced Technology Platform - 0 views

  •  
    "Our 2021.AI platform offers everything your team needs in one open platform, allowing your organization to manage team collaboration across heterogeneous infrastructure efficiently and deploy models effectively. Should you decide that you do not have the appetite to build such capacity and capabilities in-house, we will offer you data sciences as a service, ensuring your participation in harvesting and maximizing business benefits with a minimal organizational imprint."
Janos Haits

MPDL - Home - MPDL - 0 views

  •  
    "Max Planck Digital Library Digital information has become indispensable to the daily routine of every researcher, in fields from educational research to astrophysics, from coal research to chemical ecology. An article is downloaded every second, a new publication goes out every 10 minutes. Research data, delivered in highly organized form. It is MPDL's goal to enable and orchestrate this information flow for all Max Planck Society researchers."
veera90

Best Pharmacovigilance Services | Pharmacovigilance Professionals | ACL Digital Life Sc... - 0 views

  •  
    From proof-of-concept to post-marketing surveillance services, you can depend on our PV experts to efficiently work through the entire scope of Pharmacovigilance activities. We offer a high level of expertise and assist in meeting the highest standards of applicable national and global regulations. The experts at ACL Digital can easily customize safety monitoring services to suit your specific business requirements. Most biopharmaceutical companies have distinct and demanding clinical safety requirements as per the directions of regulatory agencies. You can depend on our PV specialists who plan safety and pharmacovigilance services accordingly that fit the needs of both your product and study - we adhere and adapt to your processes and are flexible enough to do it the right way.
veera90

Expert Biostatistics Services | Biostatistics | ACL Digital Life Sciences | IT Consulting - 0 views

  •  
    Biostatistics plays a vital role in clinical research. From protocol development and clinical trial designs to sample size calculation, data analysis and more, our team of Biostatisticians have the right SME expertise in multiple therapeutic areas to help deliver quality outcomes quickly and efficiently. You can rely on us to determine and apply the appropriate statistical model, write CSR sections to interact with regulatory authorities, and examine the efficacy of safety data. Innovative and insight-driven statistical methods play a crucial role in every step of the drug development process. At ACL Digital, biostatistics remains an integral part of our services.
Janos Haits

wizdom.ai - intelligence for everyone - 0 views

  •  
    "wizdom.ai is a result of extensive R&D by our team of data scientists, programmers, analysts, designers, quality engineers, product managers & process managers. The startup from the University of Oxford was founded by Tahir, Sadia, Rifaqat, David, Atikah and Asif."
Janos Haits

GRID - Global Research Identifier Database - 0 views

  •  
    "GRID is a free and openly available global database of research-related organisations, cataloging research-related organisations and providing each with a unique and persistent identifier. With GRID you have over 102,392 carefully curated records at hand, enabling you to identify and distinguish research-related institutions worldwide.
Ahmed  One

Biotech: Bioinformatics - 0 views

  •  
    Bioinformatics was applied in the creation and maintenance of a database to store biological information at the beginning of the "genomic revolution", such as nucleotide and amino acid sequences.
  •  
    Bioinformatics of the latest computer science, and is expected in the near future that the high demand for experts in this area. According to economic analysts, the volume of investments in this sector, close to sixty billion dollars during this year.
Islam TeCNo

Uniform Resource Identifier - Wikipedia, the free encyclopedia - 0 views

shared by Islam TeCNo on 16 Jun 09 - Cached
  • In computing, a Uniform Resource Identifier (URI) consists of a string of characters used to identify or name a resource on the Internet. Such identification enables interaction with representations of the resource over a network (typically the World Wide Web) using specific protocols. Schemes specifying a specific syntax and associated protocols define each URI. Contents [hide]
    • Abdelrahman Ogail
       
      I've confused between URL & URI till reading this article !
    • Islam TeCNo
       
      URL no3 men el URI :D ....ana faker eno kont shoft el 7eta deh fe ketab 3an el HTTP bas nesetha .......Zanks Zikas Again
  • A Uniform Resource Name (URN) functions like a person's name, while a Uniform Resource Locator (URL) resembles that person's street address. The URN defines an item's identity, while the URL provides a method for finding it. The ISBN system for uniquely identifying books provides a typical example of the use of typical URNs. ISBN 0486275574 (urn:isbn:0-486-27557-4) cites unambiguously a specific edition of Shakespeare's play Romeo and Juliet. In order to gain access to this object and read the book, one would need its location: a URL address. A typical URL for this book on a unix-like operating system might look like the file path file:///home/username/RomeoAndJuliet.pdf, identifying the electronic book saved in a local hard disk. So URNs and URLs have complementary purposes.
Islam TeCNo

Model-view-controller - Wikipedia, the free encyclopedia - 0 views

  • Model–view–controller (MVC) is an architectural pattern used in software engineering. Successful use of the pattern isolates business logic from user interface considerations, resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other. In MVC, the model represents the information (the data) of the application; the view corresponds to elements of the user interface such as text, checkbox items, and so forth; and the controller manages the communication of data and the business rules used to manipulate the data to and from the model.
    • Abdelrahman Ogail
       
      MVC one of the important patterns used at any software. Especially in Web Development, Database Systems and sure in Game Development
    • Islam TeCNo
       
      please ya zikas 7ot more comments l eni mesh fahem awi ...ana eli fahmo eni afsl el GUI 3an el core code
  • MVC is often seen in web applications, where the view is the actual HTML or XHTML page, and the controller is the code that gathers dynamic data and generates the content within the HTML or XHTML. Finally, the model is represented by the actual content, which is often stored in a database or in XML nodes, and the business rules that transform that content based on user actions.
    • Islam TeCNo
       
      i think this is like PHP or ASP page .... you just See HTML (view) that is Generated by PHP/ASP Code (controller) that gather data from Database (content)
Janos Haits

Wolfram Neural Net Repository of Neural Network Models - 1 views

  •  
    "The Wolfram Neural Net Repository is a public resource that hosts an expanding collection of trained and untrained neural network models, suitable for immediate evaluation, training, visualization, transfer learning and more."
Janos Haits

Home | Solid - 0 views

  •  
    "Solid was created by the inventor of the World Wide Web, Sir Tim Berners-Lee. Its mission is to reshape the web as we know it. Solid will foster a new breed of applications with capabilities above and beyond anything that exists today."
Janos Haits

EUCOG - European Network for the Advancement of Artificial Cognitive Systems, Interacti... - 0 views

  •  
    "EUCog - European Network for the Advancement of Artificial Cognitive Systems, Interaction and Robotics"
‹ Previous 21 - 40 of 151 Next › Last »
Showing 20 items per page