Skip to content

longhippo/All-Pracs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practicals (MSc CS)


Semester - I:

  • Algorithm for Optimization (AO). View
  • Software Defined Networking. View
  • Applied Signal and Image Processing (DIP/AIP). View
  • Advanced Database Techniques (ADBMS)

Semester - II:

  • Applied Machine and Deep Learning (ML). View
  • Natural Language Processing (NLP). View
  • Web Mining. View
  • Embedded and IoT Technology (IOT). View

Practicals (MSc AI)


Semester - II:

  • Modern Algorithm Design (MAD). View

  • Want to contribute ?

    1. Folk the repository in github.

    2. Create a clone in your local system using below command :-

      git clone [url_repo]

    3. In cmd type :-

      cd [project]

    4. Then create a dedicated branch for the work with effective name using below command :-

      git checkout -b [Effective_branch-name]

    5. Then you can work on the respective repository in your local machine. After you did your changes then follow below commands :-

      git add [file_names]

      git commit -m "commit message"

      git push origin [branch_you_created]

    6. Open pull request in github with dedicated comment.

  • Support:-

    1. Star this repository.
    2. help improving code/documentation.
    3. address if issues are present.
    4. Any suggestions / Idea / recommendation discussion is open, feel free to write there.

Thank you for your interest in this project! Happy contributing!

About

MSc (CS) practical files and code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%